2022-11-23T01:33:29.3470736Z Requested labels: windows.8xlarge.nvidia.gpu 2022-11-23T01:33:29.3470805Z Job defined at: pytorch/pytorch/.github/workflows/_win-test.yml@refs/heads/master 2022-11-23T01:33:29.3470826Z Waiting for a runner to pick up this job... 2022-11-23T01:33:29.5049278Z Job is about to start running on the runner: i-08c28331180b25897 (organization) 2022-11-23T01:33:35.0863431Z Current runner version: '2.299.1' 2022-11-23T01:33:35.0872818Z Runner name: 'i-08c28331180b25897' 2022-11-23T01:33:35.0873382Z Runner group name: 'Default' 2022-11-23T01:33:35.0874337Z Machine name: 'EC2AMAZ-A10PA24' 2022-11-23T01:33:35.0877441Z ##[group]GITHUB_TOKEN Permissions 2022-11-23T01:33:35.0878114Z Actions: write 2022-11-23T01:33:35.0878443Z Checks: write 2022-11-23T01:33:35.0878820Z Contents: write 2022-11-23T01:33:35.0879105Z Deployments: write 2022-11-23T01:33:35.0879440Z Discussions: write 2022-11-23T01:33:35.0879762Z Issues: write 2022-11-23T01:33:35.0880033Z Metadata: read 2022-11-23T01:33:35.0880385Z Packages: write 2022-11-23T01:33:35.0880908Z Pages: write 2022-11-23T01:33:35.0881195Z PullRequests: write 2022-11-23T01:33:35.0881553Z RepositoryProjects: write 2022-11-23T01:33:35.0882238Z SecurityEvents: write 2022-11-23T01:33:35.0882548Z Statuses: write 2022-11-23T01:33:35.0882872Z ##[endgroup] 2022-11-23T01:33:35.0887247Z Secret source: Actions 2022-11-23T01:33:35.0888219Z Prepare workflow directory 2022-11-23T01:33:35.2299519Z Prepare all required actions 2022-11-23T01:33:35.2535281Z Getting action download info 2022-11-23T01:33:35.6775177Z Download action repository 'pytorch/pytorch@master' (SHA:1cfd3858ac54fe3883534309081631a0a892ba3f) 2022-11-23T01:34:48.4965641Z Download action repository 'pytorch/test-infra@main' (SHA:c57ff4d9a93667a5571a80a0e92c3e2674aeedfd) 2022-11-23T01:34:52.7535973Z Download action repository 'seemethere/download-artifact-s3@v4' (SHA:4a8bfae15cc25cc0785c1603ee87a9da8fd442ea) 2022-11-23T01:34:53.9659683Z Getting action download info 2022-11-23T01:34:54.4498045Z Download action repository 'malfet/checkout@silent-checkout' (SHA:c7b8fef48edfe1bca0044a44b1f7f7c4318a3076) 2022-11-23T01:34:55.5374164Z Uses: pytorch/pytorch/.github/workflows/_win-test.yml 2022-11-23T01:34:55.5376710Z ##[group] Inputs 2022-11-23T01:34:55.5377068Z build-environment: win-vs2019-cuda11.6-py3 2022-11-23T01:34:55.5377354Z cuda-version: 11.6 2022-11-23T01:34:55.5378765Z 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:55.5379686Z sync-tag: 2022-11-23T01:34:55.5379901Z ##[endgroup] 2022-11-23T01:34:55.5380694Z Complete job name: win-vs2019-cuda11.6-py3 / test (default, 5, 5, windows.8xlarge.nvidia.gpu) 2022-11-23T01:34:55.7954730Z ##[group]Run git config --global core.symlinks true 2022-11-23T01:34:55.7955228Z git config --global core.symlinks true 2022-11-23T01:34:55.7999410Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:55.7999744Z env: 2022-11-23T01:34:55.7999972Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:55.8000207Z ##[endgroup] 2022-11-23T01:34:56.5105075Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@master 2022-11-23T01:34:56.5105497Z with: 2022-11-23T01:34:56.5105699Z no-sudo: true 2022-11-23T01:34:56.5106037Z submodules: recursive 2022-11-23T01:34:56.5106268Z fetch-depth: 0 2022-11-23T01:34:56.5106458Z env: 2022-11-23T01:34:56.5106671Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.5106905Z ##[endgroup] 2022-11-23T01:34:56.5558424Z ##[group]Run retry () { 2022-11-23T01:34:56.5558724Z retry () { 2022-11-23T01:34:56.5559016Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2022-11-23T01:34:56.5559310Z } 2022-11-23T01:34:56.5559539Z echo "${GITHUB_WORKSPACE}" 2022-11-23T01:34:56.5561104Z if [ -z "${NO_SUDO}" ]; then 2022-11-23T01:34:56.5561366Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:56.5561617Z else 2022-11-23T01:34:56.5561907Z  retry rm -rf "${GITHUB_WORKSPACE}" 2022-11-23T01:34:56.5562132Z fi 2022-11-23T01:34:56.5562358Z mkdir "${GITHUB_WORKSPACE}" 2022-11-23T01:34:56.5597642Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:34:56.5597976Z env: 2022-11-23T01:34:56.5598190Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.5598421Z NO_SUDO: true 2022-11-23T01:34:56.5598608Z ##[endgroup] 2022-11-23T01:34:56.6222723Z C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:34:56.8776239Z ##[group]Run malfet/checkout@silent-checkout 2022-11-23T01:34:56.8776530Z with: 2022-11-23T01:34:56.8776750Z ref: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:34:56.8776996Z fetch-depth: 0 2022-11-23T01:34:56.8777217Z submodules: recursive 2022-11-23T01:34:56.8778699Z quiet-checkout: true 2022-11-23T01:34:56.8779465Z repository: pytorch/pytorch 2022-11-23T01:34:56.8779893Z token: *** 2022-11-23T01:34:56.8780113Z ssh-strict: true 2022-11-23T01:34:56.8780344Z persist-credentials: true 2022-11-23T01:34:56.8780574Z clean: true 2022-11-23T01:34:56.8780772Z lfs: false 2022-11-23T01:34:56.8780975Z set-safe-directory: true 2022-11-23T01:34:56.8781190Z env: 2022-11-23T01:34:56.8781397Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:34:56.8781603Z ##[endgroup] 2022-11-23T01:35:04.0532485Z Syncing repository: pytorch/pytorch 2022-11-23T01:35:04.0534420Z ##[group]Getting Git version info 2022-11-23T01:35:04.0534802Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:04.0675320Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T01:35:04.0975812Z git version 2.38.1.windows.1 2022-11-23T01:35:04.1026055Z ##[endgroup] 2022-11-23T01:35:04.1048065Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\0720642d-58a9-4e36-be15-17dc04210160\.gitconfig' 2022-11-23T01:35:04.1121009Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0720642d-58a9-4e36-be15-17dc04210160' before making global git config changes 2022-11-23T01:35:04.1122054Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T01:35:04.1133036Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:04.1516967Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:35:04.1530198Z ##[group]Initializing the repository 2022-11-23T01:35:04.1540931Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2022-11-23T01:35:04.2295781Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2022-11-23T01:35:04.2354690Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2022-11-23T01:35:04.2827349Z ##[endgroup] 2022-11-23T01:35:04.2837852Z ##[group]Disabling automatic garbage collection 2022-11-23T01:35:04.2838647Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2022-11-23T01:35:04.3277822Z ##[endgroup] 2022-11-23T01:35:04.3278396Z ##[group]Setting up auth 2022-11-23T01:35:04.3294133Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T01:35:04.3674208Z [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:05.4271664Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T01:35:05.4633038Z [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:06.1247200Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:35:06.1721893Z ##[endgroup] 2022-11-23T01:35:06.1723501Z ##[group]Fetching the repository 2022-11-23T01:35:06.1740585Z [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:10.6491910Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 1cfd3858ac54fe3883534309081631a0a892ba3f^{object} 2022-11-23T01:37:10.6984795Z 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:10.7035281Z ##[endgroup] 2022-11-23T01:37:10.7036278Z ##[group]Determining the checkout info 2022-11-23T01:37:10.7037253Z ##[endgroup] 2022-11-23T01:37:10.7038007Z ##[group]Checking out the ref 2022-11-23T01:37:10.7048863Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:37:28.4012538Z ##[endgroup] 2022-11-23T01:37:28.4013588Z ##[group]Setting up auth for fetching submodules 2022-11-23T01:37:28.4025952Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2022-11-23T01:37:28.4520330Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2022-11-23T01:37:28.4863350Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2022-11-23T01:37:28.5214841Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2022-11-23T01:37:28.5595841Z ##[endgroup] 2022-11-23T01:37:28.5596334Z ##[group]Fetching submodules 2022-11-23T01:37:28.5605368Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2022-11-23T01:37:29.2240448Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2022-11-23T01:37:30.1061435Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2022-11-23T01:37:30.1062510Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2022-11-23T01:37:30.1063643Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2022-11-23T01:37:30.1064630Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2022-11-23T01:37:30.1065786Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2022-11-23T01:37:30.1066561Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2022-11-23T01:37:30.1067469Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2022-11-23T01:37:30.1068658Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2022-11-23T01:37:30.1069291Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2022-11-23T01:37:30.1070081Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2022-11-23T01:37:30.1071145Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2022-11-23T01:37:30.1072217Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2022-11-23T01:37:30.1073197Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2022-11-23T01:37:30.1074100Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2022-11-23T01:37:30.1075211Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2022-11-23T01:37:30.1076276Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2022-11-23T01:37:30.1076946Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2022-11-23T01:37:30.1077937Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:37:30.1078977Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2022-11-23T01:37:30.1080053Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2022-11-23T01:37:30.1081163Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2022-11-23T01:37:30.1082205Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2022-11-23T01:37:30.1083242Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2022-11-23T01:37:30.1084228Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2022-11-23T01:37:30.1085271Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2022-11-23T01:37:30.1086346Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2022-11-23T01:37:30.1087233Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2022-11-23T01:37:30.1087866Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2022-11-23T01:37:30.1088927Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2022-11-23T01:37:30.1090043Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2022-11-23T01:37:30.1091169Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2022-11-23T01:37:30.1092010Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2022-11-23T01:37:30.1092791Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2022-11-23T01:37:30.1093942Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2022-11-23T01:37:30.1424707Z Submodule 'third_party/python-enum' (https://github.com/PeachPy/enum34.git) registered for path 'third_party/python-enum' 2022-11-23T01:37:30.1425441Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2022-11-23T01:37:30.1426015Z Submodule 'third_party/python-six' (https://github.com/benjaminp/six.git) registered for path 'third_party/python-six' 2022-11-23T01:37:30.1426549Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2022-11-23T01:37:30.1427048Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2022-11-23T01:37:30.1427561Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2022-11-23T01:37:30.1428110Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2022-11-23T01:37:30.6787333Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2022-11-23T01:37:31.0979983Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2022-11-23T01:37:31.5048015Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2022-11-23T01:37:32.0290050Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2022-11-23T01:37:32.5613118Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2022-11-23T01:37:36.7109967Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2022-11-23T01:37:48.7684796Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2022-11-23T01:37:49.4293558Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2022-11-23T01:37:50.5199937Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2022-11-23T01:37:53.4562155Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2022-11-23T01:37:56.0588240Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2022-11-23T01:37:58.8127284Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2022-11-23T01:38:07.2854419Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2022-11-23T01:38:08.5946777Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2022-11-23T01:38:11.1127126Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2022-11-23T01:38:13.2358029Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2022-11-23T01:38:13.7339161Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2022-11-23T01:38:14.6827172Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2022-11-23T01:38:15.3948374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2022-11-23T01:38:17.3872756Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2022-11-23T01:38:18.1835392Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2022-11-23T01:38:18.6001597Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2022-11-23T01:38:19.1054546Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2022-11-23T01:38:21.6490130Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2022-11-23T01:38:22.5798883Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2022-11-23T01:38:23.2336177Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2022-11-23T01:38:32.8138678Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2022-11-23T01:38:35.7402626Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2022-11-23T01:38:36.5696291Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2022-11-23T01:38:36.9940499Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2022-11-23T01:38:47.1478871Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2022-11-23T01:38:47.5400875Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2022-11-23T01:38:48.0274722Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2022-11-23T01:38:49.7174802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2022-11-23T01:38:50.2983374Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-enum'... 2022-11-23T01:38:50.9174067Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2022-11-23T01:38:51.4950309Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-six'... 2022-11-23T01:38:52.5759781Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2022-11-23T01:38:56.3570214Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2022-11-23T01:38:57.1551749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2022-11-23T01:39:01.1443947Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2022-11-23T01:39:01.3987407Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2022-11-23T01:39:01.5794281Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2022-11-23T01:39:01.7448872Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2022-11-23T01:39:02.9700968Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2022-11-23T01:39:03.4512525Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2022-11-23T01:39:04.1561758Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2022-11-23T01:39:18.3549654Z Submodule path 'third_party/XNNPACK': checked out 'ae108ef49aa5623b896fc93d4298c49d1750d9ba' 2022-11-23T01:39:19.0518741Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:39:20.3347195Z Submodule path 'third_party/cpuinfo': checked out '8ec7bd91ad0470e61cf38f618cc1f270dede599c' 2022-11-23T01:39:21.0533919Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2022-11-23T01:39:26.5558679Z Submodule path 'third_party/cudnn_frontend': checked out '171a7a986f7fbd9ed71bd0cf3c7ad4f55843d6b3' 2022-11-23T01:39:34.7209494Z Submodule path 'third_party/cutlass': checked out 'b72cbf957df8cf84a6d0ff91c190ad51a9c1d24a' 2022-11-23T01:39:38.7208369Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2022-11-23T01:39:39.8368474Z Submodule path 'third_party/fbgemm': checked out '4d1738b3142a6cb0c032cd639e239566010b054a' 2022-11-23T01:39:39.8701645Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:39:39.8702931Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:39:39.8704098Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:39:39.8705327Z 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:41.5646054Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2022-11-23T01:39:42.7123475Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2022-11-23T01:39:45.1219668Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2022-11-23T01:39:45.5871994Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2022-11-23T01:39:46.3147645Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2022-11-23T01:39:47.7012636Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2022-11-23T01:39:48.4191951Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2022-11-23T01:39:48.5755706Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '1840658c184f3eeba787dae0f06c45756c1daaf5' 2022-11-23T01:39:50.6143364Z Submodule path 'third_party/flatbuffers': checked out 'd0cede9c90c5257537c293517a21376408b549fa' 2022-11-23T01:39:51.0462040Z Submodule path 'third_party/fmt': checked out '7bdf0628b1276379886c7f6dda2cef2b3b374f0b' 2022-11-23T01:39:51.2042855Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2022-11-23T01:39:51.6817050Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2022-11-23T01:39:52.1616130Z Submodule path 'third_party/gloo': checked out '4a5e339b764261d20fc409071dc7a8b8989aa195' 2022-11-23T01:39:53.2522490Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2022-11-23T01:39:53.4284775Z Submodule path 'third_party/ideep': checked out '5ddc65efe0428bbce2942b3ce5e3ce15239abe2f' 2022-11-23T01:39:53.4490662Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2022-11-23T01:40:08.1384344Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2022-11-23T01:40:11.6483173Z Submodule path 'third_party/ideep/mkl-dnn': checked out 'd19d0f795c60695bd32f894c6f01771b2dfbe24d' 2022-11-23T01:40:11.6708157Z 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:25.8821953Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn/third_party/oneDNN'... 2022-11-23T01:40:31.8656243Z Submodule path 'third_party/ideep/mkl-dnn/third_party/oneDNN': checked out '650085b2f3643aad05c629425983491d63b5c289' 2022-11-23T01:40:32.0875168Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2022-11-23T01:40:32.3071214Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2022-11-23T01:40:32.7764226Z Submodule path 'third_party/kineto': checked out '6c1629809068efd78a8d56b4aa479c7ec49ae562' 2022-11-23T01:40:32.8076039Z 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:32.8077573Z 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:35.0421524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2022-11-23T01:40:37.0384372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2022-11-23T01:40:37.3608358Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '2591ab91c3898c9f6544fff04660276537d32ffd' 2022-11-23T01:40:37.9498970Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2022-11-23T01:40:38.2321260Z Submodule path 'third_party/nccl/nccl': checked out 'f89fd4777d2ef9229c039ff750ae21da01626f52' 2022-11-23T01:40:38.3973175Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2022-11-23T01:40:40.1574886Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2022-11-23T01:40:45.9152210Z Submodule path 'third_party/onnx': checked out 'f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b' 2022-11-23T01:40:45.9469893Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2022-11-23T01:40:45.9470630Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2022-11-23T01:40:46.7943721Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:49.2164882Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:49.6753506Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2022-11-23T01:40:50.5474398Z Submodule path 'third_party/onnx/third_party/pybind11': checked out 'ffa346860b306c9bbfb341aed9c14c067751feb8' 2022-11-23T01:40:50.9783945Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2022-11-23T01:40:51.0011547Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:40:54.0485923Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2022-11-23T01:40:56.8583542Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2022-11-23T01:40:56.8871621Z 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:40:56.8872429Z 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:40:57.5928294Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2022-11-23T01:40:59.1335785Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2022-11-23T01:40:59.3947619Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2022-11-23T01:40:59.8990278Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2022-11-23T01:40:59.9205878Z 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:00.4593747Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2022-11-23T01:41:00.5696132Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:00.7488307Z Submodule path 'third_party/pocketfft': checked out 'ea778e37710c07723435b1be58235996d1d43a5a' 2022-11-23T01:41:05.8674816Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2022-11-23T01:41:05.8947695Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:05.8948461Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:06.6109928Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2022-11-23T01:41:08.6270119Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2022-11-23T01:41:08.7902942Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2022-11-23T01:41:09.3721021Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2022-11-23T01:41:09.4974979Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2022-11-23T01:41:09.6688578Z Submodule path 'third_party/pthreadpool': checked out 'a134dd5d4cee80cce15db81a72e7f929d71dd413' 2022-11-23T01:41:10.2678019Z Submodule path 'third_party/pybind11': checked out '80dc998efced8ceb2be59756668a7e90e8bef917' 2022-11-23T01:41:10.4499394Z Submodule path 'third_party/python-enum': checked out '4cfedc426c4e2fc52e3f5c2b4297e15ed8d6b8c7' 2022-11-23T01:41:10.8729912Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2022-11-23T01:41:11.0047388Z Submodule path 'third_party/python-six': checked out '15e31431af97e5e64b80af0a3f598d382bcdd49a' 2022-11-23T01:41:11.7375198Z Submodule path 'third_party/sleef': checked out 'e0a003ee838b75d11763aa9c3ef17bf71a725bff' 2022-11-23T01:41:14.5390957Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2022-11-23T01:41:15.0257969Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2022-11-23T01:41:15.0604056Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:15.0605481Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:15.0606801Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:15.0608124Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:17.2605183Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2022-11-23T01:41:17.7890317Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2022-11-23T01:41:20.1829416Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2022-11-23T01:41:21.7622528Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2022-11-23T01:41:22.2902121Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2022-11-23T01:41:22.5705068Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2022-11-23T01:41:23.5545621Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2022-11-23T01:41:24.0394126Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2022-11-23T01:41:24.0599162Z 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:24.5282524Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2022-11-23T01:41:24.6267743Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2022-11-23T01:41:25.7413357Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2022-11-23T01:41:25.7722241Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2022-11-23T01:41:26.4021699Z Entering 'android/libs/fbjni' 2022-11-23T01:41:26.4773597Z Entering 'third_party/FP16' 2022-11-23T01:41:26.5488189Z Entering 'third_party/FXdiv' 2022-11-23T01:41:26.6170010Z Entering 'third_party/NNPACK' 2022-11-23T01:41:26.6861440Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:26.7539143Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:26.8201748Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:26.8924724Z Entering 'third_party/benchmark' 2022-11-23T01:41:26.9726490Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:27.0476662Z Entering 'third_party/cub' 2022-11-23T01:41:27.1242842Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:27.1975017Z Entering 'third_party/cutlass' 2022-11-23T01:41:27.2645707Z Entering 'third_party/eigen' 2022-11-23T01:41:27.3383613Z Entering 'third_party/fbgemm' 2022-11-23T01:41:27.4032749Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:27.4770215Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:27.5440169Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:27.6111652Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:27.6813803Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:27.7484952Z Entering 'third_party/fmt' 2022-11-23T01:41:27.8176596Z Entering 'third_party/foxi' 2022-11-23T01:41:27.8843362Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:27.9529758Z Entering 'third_party/gloo' 2022-11-23T01:41:28.0275204Z Entering 'third_party/googletest' 2022-11-23T01:41:28.1017478Z Entering 'third_party/ideep' 2022-11-23T01:41:28.1743159Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:28.2448191Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:28.3193618Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:28.3899040Z Entering 'third_party/ittapi' 2022-11-23T01:41:28.4596934Z Entering 'third_party/kineto' 2022-11-23T01:41:28.5334460Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:28.6119174Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:28.6849118Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:28.7573445Z Entering 'third_party/neon2sse' 2022-11-23T01:41:28.8219189Z Entering 'third_party/nlohmann' 2022-11-23T01:41:28.8917928Z Entering 'third_party/onnx' 2022-11-23T01:41:28.9649604Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:29.0361626Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:29.1116218Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:29.1817720Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:29.2549871Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:29.3319727Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:29.4032089Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:29.4824722Z Entering 'third_party/pocketfft' 2022-11-23T01:41:29.5497702Z Entering 'third_party/protobuf' 2022-11-23T01:41:29.6169988Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:29.6907004Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:29.7603131Z Entering 'third_party/psimd' 2022-11-23T01:41:29.8523148Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:29.9220059Z Entering 'third_party/pybind11' 2022-11-23T01:41:29.9957764Z Entering 'third_party/python-enum' 2022-11-23T01:41:30.0632724Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:30.1309721Z Entering 'third_party/python-six' 2022-11-23T01:41:30.2010902Z Entering 'third_party/sleef' 2022-11-23T01:41:30.2699102Z Entering 'third_party/tbb' 2022-11-23T01:41:30.3440824Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:30.4140129Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:30.4890938Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:30.5615216Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:30.6371304Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:30.7099546Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:30.7920404Z Entering 'third_party/zstd' 2022-11-23T01:41:30.8747257Z ##[endgroup] 2022-11-23T01:41:30.8748862Z ##[group]Persisting credentials for submodules 2022-11-23T01:41:30.8760561Z [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:31.5175254Z Entering 'android/libs/fbjni' 2022-11-23T01:41:31.6000239Z Entering 'third_party/FP16' 2022-11-23T01:41:31.6816179Z Entering 'third_party/FXdiv' 2022-11-23T01:41:31.7648278Z Entering 'third_party/NNPACK' 2022-11-23T01:41:31.8432970Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:31.9276754Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:32.0117769Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:32.1013998Z Entering 'third_party/benchmark' 2022-11-23T01:41:32.1850564Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:32.2664780Z Entering 'third_party/cub' 2022-11-23T01:41:32.3488434Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:32.4349271Z Entering 'third_party/cutlass' 2022-11-23T01:41:32.5188431Z Entering 'third_party/eigen' 2022-11-23T01:41:32.6002055Z Entering 'third_party/fbgemm' 2022-11-23T01:41:32.6816479Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:32.7680725Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:32.8481523Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:32.9262338Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:33.0127609Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:33.0940783Z Entering 'third_party/fmt' 2022-11-23T01:41:33.1710668Z Entering 'third_party/foxi' 2022-11-23T01:41:33.2525361Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:33.3335167Z Entering 'third_party/gloo' 2022-11-23T01:41:33.4124167Z Entering 'third_party/googletest' 2022-11-23T01:41:33.4934580Z Entering 'third_party/ideep' 2022-11-23T01:41:33.5739031Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:33.6535501Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:33.7412186Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:33.8196742Z Entering 'third_party/ittapi' 2022-11-23T01:41:33.9047897Z Entering 'third_party/kineto' 2022-11-23T01:41:33.9843968Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:34.0722820Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:34.1653891Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:34.2452901Z Entering 'third_party/neon2sse' 2022-11-23T01:41:34.3315970Z Entering 'third_party/nlohmann' 2022-11-23T01:41:34.4201370Z Entering 'third_party/onnx' 2022-11-23T01:41:34.5060609Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:34.5939699Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:34.6787115Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:34.7615990Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:34.8402867Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:34.9245829Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:35.0028879Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:35.0932849Z Entering 'third_party/pocketfft' 2022-11-23T01:41:35.1780804Z Entering 'third_party/protobuf' 2022-11-23T01:41:35.2588464Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:35.3461209Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:35.4379630Z Entering 'third_party/psimd' 2022-11-23T01:41:35.5253841Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:35.6102841Z Entering 'third_party/pybind11' 2022-11-23T01:41:35.6973884Z Entering 'third_party/python-enum' 2022-11-23T01:41:35.7822225Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:35.8719341Z Entering 'third_party/python-six' 2022-11-23T01:41:35.9565464Z Entering 'third_party/sleef' 2022-11-23T01:41:36.0473970Z Entering 'third_party/tbb' 2022-11-23T01:41:36.1349486Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:36.2160623Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:36.3162651Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:36.4073442Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:36.4949127Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:36.5793614Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:36.6712386Z Entering 'third_party/zstd' 2022-11-23T01:41:36.7673386Z [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:37.4249276Z Entering 'android/libs/fbjni' 2022-11-23T01:41:37.5249025Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2022-11-23T01:41:37.5534146Z Entering 'third_party/FP16' 2022-11-23T01:41:37.6494010Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2022-11-23T01:41:37.6760190Z Entering 'third_party/FXdiv' 2022-11-23T01:41:38.1129522Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2022-11-23T01:41:38.1358163Z Entering 'third_party/NNPACK' 2022-11-23T01:41:38.2230003Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2022-11-23T01:41:38.2464512Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:38.3347893Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2022-11-23T01:41:38.3632757Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:38.4574309Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2022-11-23T01:41:38.4801394Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:38.5756617Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2022-11-23T01:41:38.6042313Z Entering 'third_party/benchmark' 2022-11-23T01:41:38.6955872Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:38.7203708Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:38.8142010Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:38.8390117Z Entering 'third_party/cub' 2022-11-23T01:41:38.9324377Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2022-11-23T01:41:38.9602957Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:39.0517257Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2022-11-23T01:41:39.0768855Z Entering 'third_party/cutlass' 2022-11-23T01:41:39.1693043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2022-11-23T01:41:39.1958350Z Entering 'third_party/eigen' 2022-11-23T01:41:39.2869457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2022-11-23T01:41:39.3105602Z Entering 'third_party/fbgemm' 2022-11-23T01:41:39.4000833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2022-11-23T01:41:39.4216940Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:39.5220828Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2022-11-23T01:41:39.5459775Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:39.6420129Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2022-11-23T01:41:39.6648995Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:39.7602506Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:39.7862163Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:39.8811941Z 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:39.9060609Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:40.0072660Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2022-11-23T01:41:40.0308544Z Entering 'third_party/fmt' 2022-11-23T01:41:40.1194589Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2022-11-23T01:41:40.1438546Z Entering 'third_party/foxi' 2022-11-23T01:41:40.2365376Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2022-11-23T01:41:40.2596774Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:40.3506609Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2022-11-23T01:41:40.3776435Z Entering 'third_party/gloo' 2022-11-23T01:41:40.4705672Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2022-11-23T01:41:40.4951974Z Entering 'third_party/googletest' 2022-11-23T01:41:40.5875647Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:40.6107456Z Entering 'third_party/ideep' 2022-11-23T01:41:40.7058768Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2022-11-23T01:41:40.7282848Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:40.8209926Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2022-11-23T01:41:40.8431034Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:40.9374115Z 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:40.9666828Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:41.0635732Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2022-11-23T01:41:41.0878674Z Entering 'third_party/ittapi' 2022-11-23T01:41:41.1805773Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2022-11-23T01:41:41.2051854Z Entering 'third_party/kineto' 2022-11-23T01:41:41.2964933Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2022-11-23T01:41:41.3185021Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:41.4155792Z 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:41.4444134Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:41.5419028Z 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:41.5691013Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:41.6609648Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2022-11-23T01:41:41.6873925Z Entering 'third_party/neon2sse' 2022-11-23T01:41:41.7795646Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2022-11-23T01:41:41.8038992Z Entering 'third_party/nlohmann' 2022-11-23T01:41:41.8938977Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2022-11-23T01:41:41.9174929Z Entering 'third_party/onnx' 2022-11-23T01:41:42.0127271Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2022-11-23T01:41:42.0360477Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:42.1257362Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:42.1500128Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:42.2444384Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:42.2692410Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:42.3609099Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2022-11-23T01:41:42.3818364Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:42.4808233Z 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:42.5028517Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:42.5946565Z 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:42.6202064Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:42.7062486Z 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:42.7281218Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:42.8217562Z 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:42.8515717Z Entering 'third_party/pocketfft' 2022-11-23T01:41:42.9412881Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2022-11-23T01:41:42.9642677Z Entering 'third_party/protobuf' 2022-11-23T01:41:43.0583661Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2022-11-23T01:41:43.0796281Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:43.1690888Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2022-11-23T01:41:43.1946046Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:43.2897891Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:43.3164638Z Entering 'third_party/psimd' 2022-11-23T01:41:43.4088411Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2022-11-23T01:41:43.4326414Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:43.5293952Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2022-11-23T01:41:43.5612094Z Entering 'third_party/pybind11' 2022-11-23T01:41:43.6616681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:43.6867501Z Entering 'third_party/python-enum' 2022-11-23T01:41:43.7856519Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-enum/config remote.origin.url 2022-11-23T01:41:43.8148463Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:43.9073418Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2022-11-23T01:41:43.9329236Z Entering 'third_party/python-six' 2022-11-23T01:41:44.0228777Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-six/config remote.origin.url 2022-11-23T01:41:44.0442505Z Entering 'third_party/sleef' 2022-11-23T01:41:44.1327360Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2022-11-23T01:41:44.1575109Z Entering 'third_party/tbb' 2022-11-23T01:41:44.2512009Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2022-11-23T01:41:44.2743456Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:44.3734649Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2022-11-23T01:41:44.3967108Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:44.4888318Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2022-11-23T01:41:44.5130236Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:44.6112217Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2022-11-23T01:41:44.6371415Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:44.7294421Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2022-11-23T01:41:44.7547131Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:44.8511833Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2022-11-23T01:41:44.8755757Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:44.9723346Z 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:44.9990431Z Entering 'third_party/zstd' 2022-11-23T01:41:45.0850310Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2022-11-23T01:41:45.5339770Z [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:46.1624742Z Entering 'android/libs/fbjni' 2022-11-23T01:41:46.2295936Z Entering 'third_party/FP16' 2022-11-23T01:41:46.2984034Z Entering 'third_party/FXdiv' 2022-11-23T01:41:46.3667413Z Entering 'third_party/NNPACK' 2022-11-23T01:41:46.4365084Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:46.5094141Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:46.5845705Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:46.6637865Z Entering 'third_party/benchmark' 2022-11-23T01:41:46.7386317Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:46.8158950Z Entering 'third_party/cub' 2022-11-23T01:41:46.8872626Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:46.9600775Z Entering 'third_party/cutlass' 2022-11-23T01:41:47.0373339Z Entering 'third_party/eigen' 2022-11-23T01:41:47.1094693Z Entering 'third_party/fbgemm' 2022-11-23T01:41:47.1781944Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:47.2512879Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:47.3194267Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:47.3911231Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:47.4607071Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:47.5339885Z Entering 'third_party/fmt' 2022-11-23T01:41:47.6005566Z Entering 'third_party/foxi' 2022-11-23T01:41:47.6669058Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:47.7354264Z Entering 'third_party/gloo' 2022-11-23T01:41:47.8065803Z Entering 'third_party/googletest' 2022-11-23T01:41:47.8734665Z Entering 'third_party/ideep' 2022-11-23T01:41:47.9457654Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:48.0142519Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:48.0876022Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:48.1592049Z Entering 'third_party/ittapi' 2022-11-23T01:41:48.2292700Z Entering 'third_party/kineto' 2022-11-23T01:41:48.3076944Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:48.3822617Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:48.4582321Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:48.5327228Z Entering 'third_party/neon2sse' 2022-11-23T01:41:48.6066729Z Entering 'third_party/nlohmann' 2022-11-23T01:41:48.6838574Z Entering 'third_party/onnx' 2022-11-23T01:41:48.7544215Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:48.8256193Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:48.9001564Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:48.9699495Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:49.0365412Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:49.1090156Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:49.1783158Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:49.2566725Z Entering 'third_party/pocketfft' 2022-11-23T01:41:49.3299918Z Entering 'third_party/protobuf' 2022-11-23T01:41:49.4007584Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:49.4702250Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:49.5556592Z Entering 'third_party/psimd' 2022-11-23T01:41:49.6267257Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:49.6950294Z Entering 'third_party/pybind11' 2022-11-23T01:41:49.7648974Z Entering 'third_party/python-enum' 2022-11-23T01:41:49.8392889Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:49.9094293Z Entering 'third_party/python-six' 2022-11-23T01:41:49.9780881Z Entering 'third_party/sleef' 2022-11-23T01:41:50.0583495Z Entering 'third_party/tbb' 2022-11-23T01:41:50.1306990Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:50.1981370Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:50.2738810Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:50.3478914Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:50.4242934Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:50.4950951Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:50.5763441Z Entering 'third_party/zstd' 2022-11-23T01:41:50.6628691Z [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:51.3185467Z Entering 'android/libs/fbjni' 2022-11-23T01:41:51.3954509Z Entering 'third_party/FP16' 2022-11-23T01:41:51.4652013Z Entering 'third_party/FXdiv' 2022-11-23T01:41:51.5390338Z Entering 'third_party/NNPACK' 2022-11-23T01:41:51.6167132Z Entering 'third_party/QNNPACK' 2022-11-23T01:41:51.6873435Z Entering 'third_party/VulkanMemoryAllocator' 2022-11-23T01:41:51.7608633Z Entering 'third_party/XNNPACK' 2022-11-23T01:41:51.8342254Z Entering 'third_party/benchmark' 2022-11-23T01:41:51.9088308Z Entering 'third_party/cpuinfo' 2022-11-23T01:41:51.9793674Z Entering 'third_party/cub' 2022-11-23T01:41:52.0500105Z Entering 'third_party/cudnn_frontend' 2022-11-23T01:41:52.1228030Z Entering 'third_party/cutlass' 2022-11-23T01:41:52.1969843Z Entering 'third_party/eigen' 2022-11-23T01:41:52.2729691Z Entering 'third_party/fbgemm' 2022-11-23T01:41:52.3446968Z Entering 'third_party/fbgemm/third_party/asmjit' 2022-11-23T01:41:52.4189892Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2022-11-23T01:41:52.4916160Z Entering 'third_party/fbgemm/third_party/googletest' 2022-11-23T01:41:52.5662159Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2022-11-23T01:41:52.6450612Z Entering 'third_party/flatbuffers' 2022-11-23T01:41:52.7152758Z Entering 'third_party/fmt' 2022-11-23T01:41:52.7886155Z Entering 'third_party/foxi' 2022-11-23T01:41:52.8591090Z Entering 'third_party/gemmlowp/gemmlowp' 2022-11-23T01:41:52.9265005Z Entering 'third_party/gloo' 2022-11-23T01:41:53.0037859Z Entering 'third_party/googletest' 2022-11-23T01:41:53.0816730Z Entering 'third_party/ideep' 2022-11-23T01:41:53.1561575Z Entering 'third_party/ideep/mkl-dnn' 2022-11-23T01:41:53.2288009Z Entering 'third_party/ideep/mkl-dnn/third_party/oneDNN' 2022-11-23T01:41:53.3086624Z Entering 'third_party/ios-cmake' 2022-11-23T01:41:53.3815442Z Entering 'third_party/ittapi' 2022-11-23T01:41:53.4559935Z Entering 'third_party/kineto' 2022-11-23T01:41:53.5254254Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2022-11-23T01:41:53.6019579Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2022-11-23T01:41:53.6770795Z Entering 'third_party/nccl/nccl' 2022-11-23T01:41:53.7484833Z Entering 'third_party/neon2sse' 2022-11-23T01:41:53.8243946Z Entering 'third_party/nlohmann' 2022-11-23T01:41:53.8987870Z Entering 'third_party/onnx' 2022-11-23T01:41:53.9755262Z Entering 'third_party/onnx/third_party/benchmark' 2022-11-23T01:41:54.0498938Z Entering 'third_party/onnx/third_party/pybind11' 2022-11-23T01:41:54.1196265Z Entering 'third_party/onnx-tensorrt' 2022-11-23T01:41:54.1876373Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2022-11-23T01:41:54.2595097Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2022-11-23T01:41:54.3318928Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2022-11-23T01:41:54.4071493Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2022-11-23T01:41:54.4960022Z Entering 'third_party/pocketfft' 2022-11-23T01:41:54.5659376Z Entering 'third_party/protobuf' 2022-11-23T01:41:54.6340069Z Entering 'third_party/protobuf/third_party/benchmark' 2022-11-23T01:41:54.7088123Z Entering 'third_party/protobuf/third_party/googletest' 2022-11-23T01:41:54.7853758Z Entering 'third_party/psimd' 2022-11-23T01:41:54.8572688Z Entering 'third_party/pthreadpool' 2022-11-23T01:41:54.9269067Z Entering 'third_party/pybind11' 2022-11-23T01:41:54.9986295Z Entering 'third_party/python-enum' 2022-11-23T01:41:55.0708184Z Entering 'third_party/python-peachpy' 2022-11-23T01:41:55.1437655Z Entering 'third_party/python-six' 2022-11-23T01:41:55.2164278Z Entering 'third_party/sleef' 2022-11-23T01:41:55.2912062Z Entering 'third_party/tbb' 2022-11-23T01:41:55.3679271Z Entering 'third_party/tensorpipe' 2022-11-23T01:41:55.4390245Z Entering 'third_party/tensorpipe/third_party/googletest' 2022-11-23T01:41:55.5110284Z Entering 'third_party/tensorpipe/third_party/libnop' 2022-11-23T01:41:55.5806919Z Entering 'third_party/tensorpipe/third_party/libuv' 2022-11-23T01:41:55.6543310Z Entering 'third_party/tensorpipe/third_party/pybind11' 2022-11-23T01:41:55.7228273Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2022-11-23T01:41:55.8035858Z Entering 'third_party/zstd' 2022-11-23T01:41:55.8838782Z ##[endgroup] 2022-11-23T01:41:55.9271374Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2022-11-23T01:41:55.9583793Z '1cfd3858ac54fe3883534309081631a0a892ba3f' 2022-11-23T01:41:56.0340715Z Prepare all required actions 2022-11-23T01:41:56.0341263Z Getting action download info 2022-11-23T01:41:56.2128346Z Download action repository 'actions/setup-python@v4' (SHA:13ae5bb136fac2878aff31522b9efb785519f984) 2022-11-23T01:41:57.3050035Z ##[group]Run ./.github/actions/setup-win 2022-11-23T01:41:57.3050430Z with: 2022-11-23T01:41:57.3050872Z cuda-version: 11.6 2022-11-23T01:41:57.3051271Z env: 2022-11-23T01:41:57.3051661Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:57.3051990Z ##[endgroup] 2022-11-23T01:41:57.3475435Z ##[group]Run set -euo pipefail 2022-11-23T01:41:57.3475783Z set -euo pipefail 2022-11-23T01:41:57.3476097Z function get_ec2_metadata() { 2022-11-23T01:41:57.3476416Z  # Pulled from instance metadata endpoint for EC2 2022-11-23T01:41:57.3476926Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2022-11-23T01:41:57.3477360Z  category=$1 2022-11-23T01:41:57.3477749Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2022-11-23T01:41:57.3478084Z } 2022-11-23T01:41:57.3478387Z echo "ami-id: $(get_ec2_metadata ami-id)" 2022-11-23T01:41:57.3478749Z echo "instance-id: $(get_ec2_metadata instance-id)" 2022-11-23T01:41:57.3479092Z echo "instance-type: $(get_ec2_metadata instance-type)" 2022-11-23T01:41:57.3479445Z echo "system info $(uname -a)" 2022-11-23T01:41:57.3518823Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:41:57.3519197Z env: 2022-11-23T01:41:57.3519469Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:57.3520408Z ##[endgroup] 2022-11-23T01:41:57.4320801Z ami-id: ami-0bac16a0d43e93376 2022-11-23T01:41:57.4626290Z instance-id: i-08c28331180b25897 2022-11-23T01:41:57.4922826Z instance-type: p3.2xlarge 2022-11-23T01:41:57.5293418Z 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:41:57.5503491Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:57.5504424Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2022-11-23T01:41:57.5536043Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:57.5536760Z env: 2022-11-23T01:41:57.5537061Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:57.5537314Z ##[endgroup] 2022-11-23T01:41:58.1375730Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:58.3075292Z Finished 2022-11-23T01:41:58.3808306Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:58.3808815Z Add-MpPreference -ExclusionPath $(Get-Location).tostring() -ErrorAction Ignore 2022-11-23T01:41:58.3840732Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:58.3841415Z env: 2022-11-23T01:41:58.3841894Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:58.3842189Z ##[endgroup] 2022-11-23T01:41:58.9201715Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:41:59.0721790Z Finished 2022-11-23T01:41:59.9141915Z ##[group]Run .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:59.9142591Z .\.circleci\scripts\vs_install.ps1 2022-11-23T01:41:59.9174585Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:41:59.9175210Z env: 2022-11-23T01:41:59.9175471Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:41:59.9175706Z VS_VERSION: 16.8.6 2022-11-23T01:41:59.9175933Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:41:59.9176159Z ##[endgroup] 2022-11-23T01:42:00.4743291Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:00.6498829Z Finished 2022-11-23T01:42:01.0255793Z Found correctly versioned existing BuildTools installation in C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools 2022-11-23T01:42:01.1123176Z ##[group]Run .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:01.1123549Z .circleci/scripts/windows_cuda_install.sh 2022-11-23T01:42:01.1123884Z .circleci/scripts/windows_cudnn_install.sh 2022-11-23T01:42:01.1159212Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:42:01.1159557Z env: 2022-11-23T01:42:01.1159760Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:01.1160014Z CUDA_VERSION: 11.6 2022-11-23T01:42:01.1160246Z ##[endgroup] 2022-11-23T01:42:01.2278064Z + case ${CUDA_VERSION} in 2022-11-23T01:42:01.2278895Z + cuda_installer_name=cuda_11.6.0_511.23_windows 2022-11-23T01:42:01.2279569Z + 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:01.2280849Z + [[ -f /c/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/bin/nvcc.exe ]] 2022-11-23T01:42:01.2282891Z + echo 'Existing CUDA v11.6 installation found, skipping install' 2022-11-23T01:42:01.2283296Z Existing CUDA v11.6 installation found, skipping install 2022-11-23T01:42:01.2284062Z + [[ -f /c/Program Files/NVIDIA Corporation/NvToolsExt/bin/x64/nvToolsExt64_1.dll ]] 2022-11-23T01:42:01.2546538Z + echo 'Existing nvtools installation found, skipping install' 2022-11-23T01:42:01.2547705Z Existing nvtools installation found, skipping install 2022-11-23T01:42:01.2913941Z + windows_s3_link=https://ossci-windows.s3.amazonaws.com 2022-11-23T01:42:01.2914515Z + case ${CUDA_VERSION} in 2022-11-23T01:42:01.2914931Z + cudnn_file_name=cudnn-windows-x86_64-8.3.2.44_cuda11.5-archive 2022-11-23T01:42:01.2915582Z + cudnn_installer_name=cudnn_installer.zip 2022-11-23T01:42:01.2916217Z + 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:01.2916999Z + cudnn_install_folder='C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6/' 2022-11-23T01:42:01.2917649Z + [[ -f C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v11.6//include/cudnn.h ]] 2022-11-23T01:42:01.2993176Z + echo 'Existing cudnn installation found, skipping install...' 2022-11-23T01:42:01.2994285Z Existing cudnn installation found, skipping install... 2022-11-23T01:42:01.3570277Z ##[group]Run actions/setup-python@v4 2022-11-23T01:42:01.3570668Z with: 2022-11-23T01:42:01.3571186Z python-version: 3.x 2022-11-23T01:42:01.3571651Z check-latest: false 2022-11-23T01:42:01.3572020Z cache: pip 2022-11-23T01:42:01.3572835Z cache-dependency-path: **/requirements.txt **/.circleci/docker/requirements-ci.txt **/.github/requirements-gha-cache.txt 2022-11-23T01:42:01.3573434Z token: *** 2022-11-23T01:42:01.3573680Z update-environment: true 2022-11-23T01:42:01.3573890Z env: 2022-11-23T01:42:01.3574108Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:42:01.3574336Z ##[endgroup] 2022-11-23T01:42:01.9825340Z Version 3.x was not found in the local cache 2022-11-23T01:42:02.2741477Z Version 3.x is available for downloading 2022-11-23T01:42:02.2743191Z 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:02.6615455Z Extract downloaded archive 2022-11-23T01:42:02.6789516Z [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\cd90eb31-42e8-42f4-b318-90e19a24e1f3', 'C:\actions-runner\_work\_temp\2090a20e-87e9-45d4-ac05-d953033a2cec')" 2022-11-23T01:42:04.2525133Z Execute installation script 2022-11-23T01:42:04.9908156Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:42:05.1486303Z Finished 2022-11-23T01:42:05.2058621Z Check if Python hostedtoolcache folder exist... 2022-11-23T01:42:05.2059084Z 2022-11-23T01:42:05.2077375Z Create Python toolcache folder 2022-11-23T01:42:05.2078701Z 2022-11-23T01:42:05.2115159Z Check if current Python version is installed... 2022-11-23T01:42:05.2116160Z 2022-11-23T01:42:05.2147868Z No Python3.11.* found 2022-11-23T01:42:05.2148973Z 2022-11-23T01:42:05.2156123Z Remove registry entries for Python 3.11(x64)... 2022-11-23T01:42:05.2157353Z 2022-11-23T01:42:05.5705026Z Create Python 3.11.0 folder in C:\actions-runner\_work\_tool\Python 2022-11-23T01:42:05.5705695Z 2022-11-23T01:42:05.5733841Z Copy Python binaries to C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:05.5734334Z 2022-11-23T01:42:05.8937025Z Install Python 3.11.0 in C:\actions-runner\_work\_tool\Python... 2022-11-23T01:42:05.8940415Z 2022-11-23T01:42:52.9016651Z Create python3 symlink 2022-11-23T01:42:52.9018182Z 2022-11-23T01:42:52.9564083Z 2022-11-23T01:42:52.9568165Z Directory: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:42:52.9568810Z 2022-11-23T01:42:52.9573891Z Mode LastWriteTime Length Name 2022-11-23T01:42:52.9578401Z ---- ------------- ------ ---- 2022-11-23T01:42:52.9584395Z -a---l 11/23/2022 1:42 AM 0 python3.exe 2022-11-23T01:42:52.9593080Z Install and upgrade Pip 2022-11-23T01:42:52.9594014Z 2022-11-23T01:42:55.8316861Z Looking in links: c:\Users\runneruser\AppData\Local\Temp\tmponih97tb 2022-11-23T01:42:55.8349129Z Requirement already satisfied: setuptools in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (65.5.0) 2022-11-23T01:42:55.8366418Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:56.9025486Z Requirement already satisfied: pip in c:\actions-runner\_work\_tool\python\3.11.0\x64\lib\site-packages (22.3) 2022-11-23T01:42:57.0421609Z Collecting pip 2022-11-23T01:42:57.0738406Z Downloading pip-22.3.1-py3-none-any.whl (2.1 MB) 2022-11-23T01:42:57.2516744Z 2022-11-23T01:42:57.2517638Z ---------------------------------------- 2.1/2.1 MB 2022-11-23T01:42:57.2518003Z 11.9 MB/s eta 0:00:00 2022-11-23T01:42:57.2519928Z 2022-11-23T01:42:57.3462394Z Installing collected packages: pip 2022-11-23T01:42:57.3464768Z Attempting uninstall: pip 2022-11-23T01:42:57.3537095Z Found existing installation: pip 22.3 2022-11-23T01:42:58.0689054Z Uninstalling pip-22.3: 2022-11-23T01:42:58.1156614Z Successfully uninstalled pip-22.3 2022-11-23T01:43:04.7270239Z Successfully installed pip-22.3.1 2022-11-23T01:43:04.9460639Z Create complete file 2022-11-23T01:43:04.9461273Z 2022-11-23T01:43:04.9477498Z 2022-11-23T01:43:04.9478607Z 2022-11-23T01:43:04.9933203Z Successfully set up CPython (3.11.0) 2022-11-23T01:43:32.0855438Z Received 11658366 of 11658366 (100.0%), 54.8 MBs/sec 2022-11-23T01:43:32.0858550Z Cache Size: ~11 MB (11658366 B) 2022-11-23T01:43:32.0951050Z [command]C:\Windows\System32\tar.exe -z -xf C:/actions-runner/_work/_temp/3e1f0029-d7b6-403c-b55c-366adbc8116f/cache.tgz -P -C C:/actions-runner/_work/pytorch/pytorch 2022-11-23T01:43:32.2653935Z Cache restored successfully 2022-11-23T01:43:32.2687628Z Cache restored from key: setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf 2022-11-23T01:43:32.3195919Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2022-11-23T01:43:32.3196504Z with: 2022-11-23T01:43:32.3197305Z github-secret: *** 2022-11-23T01:43:32.3197592Z activate-with-label: false 2022-11-23T01:43:32.3197837Z label: with-ssh 2022-11-23T01:43:32.3198074Z remove-existing-keys: true 2022-11-23T01:43:32.3198300Z env: 2022-11-23T01:43:32.3198494Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:32.3198816Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.3199223Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:32.3199620Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.3200070Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.3200779Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.3201426Z ##[endgroup] 2022-11-23T01:43:32.5608382Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2022-11-23T01:43:32.5900835Z ##[group]Run python3 -m pip install psutil==5.9.1 2022-11-23T01:43:32.5901593Z python3 -m pip install psutil==5.9.1 2022-11-23T01:43:32.5902008Z python3 -m pip install pynvml==11.4.1 2022-11-23T01:43:32.5902354Z python3 -m tools.stats.monitor > usage_log.txt 2>&1 & 2022-11-23T01:43:32.5902987Z echo "monitor-script-pid=${!}" >> "${GITHUB_OUTPUT}" 2022-11-23T01:43:32.5944959Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:43:32.5945312Z env: 2022-11-23T01:43:32.5945532Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:43:32.5945843Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.5946254Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:43:32.5946652Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.5947068Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.5947590Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:43:32.5947880Z ##[endgroup] 2022-11-23T01:43:33.7586332Z Collecting psutil==5.9.1 2022-11-23T01:43:33.8152929Z Downloading psutil-5.9.1.tar.gz (479 kB) 2022-11-23T01:43:33.8403269Z ------------------------------------- 479.1/479.1 kB 29.3 MB/s eta 0:00:00 2022-11-23T01:43:34.1306099Z Installing build dependencies: started 2022-11-23T01:43:39.5306335Z Installing build dependencies: finished with status 'done' 2022-11-23T01:43:39.5326646Z Getting requirements to build wheel: started 2022-11-23T01:43:40.7295580Z Getting requirements to build wheel: finished with status 'done' 2022-11-23T01:43:40.7445710Z Preparing metadata (pyproject.toml): started 2022-11-23T01:43:41.6377677Z Preparing metadata (pyproject.toml): finished with status 'done' 2022-11-23T01:43:41.6750057Z Building wheels for collected packages: psutil 2022-11-23T01:43:41.6783180Z Building wheel for psutil (pyproject.toml): started 2022-11-23T01:43:57.6709606Z Building wheel for psutil (pyproject.toml): finished with status 'done' 2022-11-23T01:43:57.6883770Z Created wheel for psutil: filename=psutil-5.9.1-cp311-cp311-win_amd64.whl size=246140 sha256=259451c16f04ff8b0a3a8236f54e5ab4aab84798a0605f56cf2ddfa3961f7cc0 2022-11-23T01:43:57.6888093Z Stored in directory: c:\users\runneruser\appdata\local\pip\cache\wheels\ab\69\a8\5976ca75168498f119e90888241407862bd58c619118f8920c 2022-11-23T01:43:57.6985615Z Successfully built psutil 2022-11-23T01:43:57.7705461Z Installing collected packages: psutil 2022-11-23T01:43:58.3361628Z Successfully installed psutil-5.9.1 2022-11-23T01:43:59.6401409Z Collecting pynvml==11.4.1 2022-11-23T01:43:59.6818633Z Downloading pynvml-11.4.1-py3-none-any.whl (46 kB) 2022-11-23T01:43:59.6969782Z ---------------------------------------- 47.0/47.0 kB 2.4 MB/s eta 0:00:00 2022-11-23T01:43:59.8072349Z Installing collected packages: pynvml 2022-11-23T01:43:59.9903712Z Successfully installed pynvml-11.4.1 2022-11-23T01:44:00.1629923Z ##[group]Run seemethere/download-artifact-s3@v4 2022-11-23T01:44:00.1630541Z with: 2022-11-23T01:44:00.1630972Z name: win-vs2019-cuda11.6-py3 2022-11-23T01:44:00.1631496Z path: C:\3528293554\build-results 2022-11-23T01:44:00.1631994Z s3-bucket: gha-artifacts 2022-11-23T01:44:00.1632469Z region: us-east-1 2022-11-23T01:44:00.1632868Z env: 2022-11-23T01:44:00.1633285Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:00.1633911Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:00.1634734Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:00.1635538Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:00.1636294Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:00.1637052Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:00.1637619Z ##[endgroup] 2022-11-23T01:44:01.7351320Z Found 3 objects with prefix pytorch/pytorch/3528293554/win-vs2019-cuda11.6-py3/ 2022-11-23T01:44:01.7364914Z Starting download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:01.8506882Z Finished download (1/3): C:\3528293554\build-results\.ninja_log 2022-11-23T01:44:01.8509046Z Starting download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:01.9162671Z Finished download (2/3): C:\3528293554\build-results\.pytorch-test-times.json 2022-11-23T01:44:01.9166297Z Starting download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:03.7929380Z Finished download (3/3): C:\3528293554\build-results\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:03.7930694Z 2022-11-23T01:44:03.7951726Z ##[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:03.7962844Z Artifact download has finished successfully 2022-11-23T01:44:04.0952906Z ##[group]Run tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:04.0953669Z tree /F C:\$Env:GITHUB_RUN_ID\build-results 2022-11-23T01:44:04.0997793Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T01:44:04.0998434Z env: 2022-11-23T01:44:04.0998846Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:04.0999451Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.1000226Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:04.1000982Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.1001665Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.1002091Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.1002391Z ##[endgroup] 2022-11-23T01:44:04.6712874Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T01:44:04.8377189Z Finished 2022-11-23T01:44:04.8892371Z Folder PATH listing 2022-11-23T01:44:04.8893736Z Volume serial number is 0241-89EB 2022-11-23T01:44:04.8894297Z C:\3528293554\BUILD-RESULTS 2022-11-23T01:44:04.8910712Z .ninja_log 2022-11-23T01:44:04.8911242Z .pytorch-test-times.json 2022-11-23T01:44:04.8912185Z win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:04.8912881Z 2022-11-23T01:44:04.8913297Z No subfolders exist 2022-11-23T01:44:04.8913584Z 2022-11-23T01:44:04.9380235Z ##[group]Run COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:04.9380846Z COMMIT_MESSAGES=$(git cherry -v "origin/${GIT_DEFAULT_BRANCH:-master}") 2022-11-23T01:44:04.9381128Z  2022-11-23T01:44:04.9381420Z # sanitize the input commit message and PR body here: 2022-11-23T01:44:04.9381887Z # 2022-11-23T01:44:04.9382214Z # trim all new lines from commit messages + PR_BODY to avoid issues with batch environment 2022-11-23T01:44:04.9382819Z # variable copying. see https://github.com/pytorch/pytorch/pull/80043#issuecomment-1167796028 2022-11-23T01:44:04.9383344Z COMMIT_MESSAGES="${COMMIT_MESSAGES//[$'\n\r']}" 2022-11-23T01:44:04.9383641Z PR_BODY="${PR_BODY//[$'\n\r']}" 2022-11-23T01:44:04.9383856Z  2022-11-23T01:44:04.9384193Z # then trim all special characters like single and double quotes to avoid unescaped inputs to 2022-11-23T01:44:04.9384594Z # wreak havoc internally 2022-11-23T01:44:04.9384898Z export COMMIT_MESSAGES="${COMMIT_MESSAGES//[\'\"]}" 2022-11-23T01:44:04.9385204Z export PR_BODY="${PR_BODY//[\'\"]}" 2022-11-23T01:44:04.9385423Z  2022-11-23T01:44:04.9385672Z .jenkins/pytorch/win-test.sh 2022-11-23T01:44:04.9425001Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T01:44:04.9425350Z env: 2022-11-23T01:44:04.9425573Z GIT_DEFAULT_BRANCH: master 2022-11-23T01:44:04.9425904Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.9426313Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T01:44:04.9426714Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.9427088Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.9427447Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T01:44:04.9427770Z USE_CUDA: 1 2022-11-23T01:44:04.9427996Z INSTALL_WINDOWS_SDK: 1 2022-11-23T01:44:04.9428237Z PYTHON_VERSION: 3.8 2022-11-23T01:44:04.9428487Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T01:44:04.9428736Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T01:44:04.9429151Z VC_PRODUCT: BuildTools 2022-11-23T01:44:04.9429381Z VC_VERSION: 2022-11-23T01:44:04.9429593Z VS_VERSION: 16.8.6 2022-11-23T01:44:04.9429809Z VC_YEAR: 2019 2022-11-23T01:44:04.9430022Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T01:44:04.9430448Z PR_NUMBER: 2022-11-23T01:44:04.9430701Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:04.9430954Z CUDA_VERSION: 11.6 2022-11-23T01:44:04.9431323Z PYTORCH_FINAL_PACKAGE_DIR: /c/3528293554/build-results/ 2022-11-23T01:44:04.9431861Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T01:44:04.9432224Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2022-11-23T01:44:04.9432534Z SHARD_NUMBER: 5 2022-11-23T01:44:04.9432754Z NUM_TEST_SHARDS: 5 2022-11-23T01:44:04.9432979Z TEST_CONFIG: default 2022-11-23T01:44:04.9433226Z PR_BODY: 2022-11-23T01:44:04.9433436Z TORCH_CUDA_ARCH_LIST: 7.0 2022-11-23T01:44:04.9433694Z PYTORCH_TEST_CUDA_MEM_LEAK_CHECK: 0 2022-11-23T01:44:04.9433980Z PYTORCH_TEST_RERUN_DISABLED_TESTS: 0 2022-11-23T01:44:04.9434229Z ##[endgroup] 2022-11-23T01:44:05.0891115Z +++ dirname .jenkins/pytorch/win-test.sh 2022-11-23T01:44:05.1740073Z ++ cd .jenkins/pytorch 2022-11-23T01:44:05.1752899Z ++ pwd 2022-11-23T01:44:05.1761511Z + SCRIPT_PARENT_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch 2022-11-23T01:44:05.1762288Z + source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:05.1884123Z +++ dirname /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common.sh 2022-11-23T01:44:05.2030202Z ++ source /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/common_utils.sh 2022-11-23T01:44:05.2043144Z +++ declare -f -t trap_add 2022-11-23T01:44:05.2053187Z ++ set -ex 2022-11-23T01:44:05.2054476Z ++ [[ win-vs2019-cuda11.6-py3 == *rocm* ]] 2022-11-23T01:44:05.2056607Z ++ BUILD_TEST_LIBTORCH=0 2022-11-23T01:44:05.2155559Z ++ git rev-parse HEAD 2022-11-23T01:44:05.2563591Z + IMAGE_COMMIT_ID=1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:05.2564730Z + export IMAGE_COMMIT_ID 2022-11-23T01:44:05.2565438Z + export IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:05.2566288Z + IMAGE_COMMIT_TAG=win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T01:44:05.2566973Z + [[ '' == *\d\e\v\e\l\o\p* ]] 2022-11-23T01:44:05.2567822Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:05.2568608Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:05.2684618Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2022-11-23T01:44:05.3243753Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2022-11-23T01:44:05.3244529Z + export TMP_DIR_WIN 2022-11-23T01:44:05.3245160Z + export PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:05.3245849Z + PROJECT_DIR=/c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:05.3353198Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch 2022-11-23T01:44:05.3602306Z + PROJECT_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch' 2022-11-23T01:44:05.3603061Z + export PROJECT_DIR_WIN 2022-11-23T01:44:05.3603805Z + export TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:05.3604621Z + TEST_DIR=/c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:05.3719078Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/test 2022-11-23T01:44:05.3936951Z + TEST_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\test' 2022-11-23T01:44:05.3937903Z + export TEST_DIR_WIN 2022-11-23T01:44:05.3938622Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:05.3939549Z + PYTORCH_FINAL_PACKAGE_DIR=/c/3528293554/build-results/ 2022-11-23T01:44:05.4042319Z ++ cygpath -w /c/3528293554/build-results/ 2022-11-23T01:44:05.4227425Z + PYTORCH_FINAL_PACKAGE_DIR_WIN='C:\3528293554\build-results\' 2022-11-23T01:44:05.4228154Z + export PYTORCH_FINAL_PACKAGE_DIR_WIN 2022-11-23T01:44:05.4229317Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/build/torch 2022-11-23T01:44:05.4656387Z + CI_SCRIPTS_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:05.4657291Z + mkdir -p /c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts 2022-11-23T01:44:05.4993719Z ++ ls '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*' 2022-11-23T01:44:05.5496337Z ls: cannot access '/c/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/*': No such file or directory 2022-11-23T01:44:05.5501388Z + '[' -n '' ']' 2022-11-23T01:44:05.5502692Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:05.5503432Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers 2022-11-23T01:44:05.5504142Z + [[ default = \f\o\r\c\e\_\o\n\_\c\p\u ]] 2022-11-23T01:44:05.5504698Z + [[ win-vs2019-cuda11.6-py3 == *cuda* ]] 2022-11-23T01:44:05.5505093Z + export PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:05.5505397Z + PYTORCH_TESTING_DEVICE_ONLY_FOR=cuda 2022-11-23T01:44:05.5507181Z + run_tests 2022-11-23T01:44:05.5508191Z + for path in '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' /c/Windows/System32/nvidia-smi.exe 2022-11-23T01:44:05.5508663Z + [[ -x /c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe ]] 2022-11-23T01:44:05.5510643Z + '/c/Program Files/NVIDIA Corporation/NVSMI/nvidia-smi.exe' 2022-11-23T01:44:07.3784815Z Wed Nov 23 01:44:05 2022 2022-11-23T01:44:07.3785456Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:07.3786803Z | NVIDIA-SMI 462.31 Driver Version: 462.31 CUDA Version: 11.2 | 2022-11-23T01:44:07.3787400Z |-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:07.3787927Z | GPU Name TCC/WDDM | Bus-Id Disp.A | Volatile Uncorr. ECC | 2022-11-23T01:44:07.3788337Z | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | 2022-11-23T01:44:07.3788679Z | | | MIG M. | 2022-11-23T01:44:07.3788954Z |===============================+======================+======================| 2022-11-23T01:44:07.4089261Z | 0 Tesla V100-SXM2... TCC | 00000000:00:1E.0 Off | 0 | 2022-11-23T01:44:07.4089874Z | N/A 26C P0 23W / 300W | 0MiB / 16258MiB | 0% Default | 2022-11-23T01:44:07.4090318Z | | | N/A | 2022-11-23T01:44:07.4090671Z +-------------------------------+----------------------+----------------------+ 2022-11-23T01:44:07.4091021Z 2022-11-23T01:44:07.4091362Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:07.4091730Z | Processes: | 2022-11-23T01:44:07.4092061Z | GPU GI CI PID Type Process name GPU Memory | 2022-11-23T01:44:07.4092542Z | ID ID Usage | 2022-11-23T01:44:07.4093013Z |=============================================================================| 2022-11-23T01:44:07.4093324Z | No running processes found | 2022-11-23T01:44:07.4093692Z +-----------------------------------------------------------------------------+ 2022-11-23T01:44:07.4548221Z + break 2022-11-23T01:44:07.4548816Z + [[ default == *functorch* ]] 2022-11-23T01:44:07.4549304Z + [[ 5 -eq 1 ]] 2022-11-23T01:44:07.4550004Z + /c/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers/test_python_shard.bat 2022-11-23T01:44:07.4822137Z 2022-11-23T01:44:07.4822904Z 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:07.4843343Z 2022-11-23T01:44:07.4844388Z 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:07.4845639Z call C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/ci_scripts/pytorch_env_restore.bat 2022-11-23T01:44:07.4846318Z exit /b 0 2022-11-23T01:44:07.4846686Z ) 2022-11-23T01:44:07.4849534Z 2022-11-23T01:44:07.4853001Z 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:07.4855328Z 2022-11-23T01:44:07.4856598Z 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:07.4861546Z 2022-11-23T01:44:07.4862808Z 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:07.4886275Z 2022-11-23T01:44:07.4887612Z 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:07.4896162Z 2022-11-23T01:44:07.4896979Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2022-11-23T01:44:07.4901659Z 2022-11-23T01:44:07.4902274Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:07.4903275Z 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:07.4903884Z if errorlevel 1 exit /b 2022-11-23T01:44:07.4904255Z if not errorlevel 0 exit /b 2022-11-23T01:44:07.4904910Z 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:07.4905530Z if errorlevel 1 exit /b 2022-11-23T01:44:07.4905787Z if not errorlevel 0 exit /b 2022-11-23T01:44:07.4906011Z ) 2022-11-23T01:44:07.4906736Z 2022-11-23T01:44:07.4907259Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2022-11-23T01:44:11.8704242Z 2022-11-23T01:44:11.8705096Z (base) C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2022-11-23T01:44:11.8705544Z call conda install -y -q numpy"<1.23" cffi pyyaml boto3 libuv 2022-11-23T01:44:11.8705864Z if errorlevel 1 exit /b 2022-11-23T01:44:11.8706128Z if not errorlevel 0 exit /b 2022-11-23T01:44:11.8706436Z call conda install -y -q -c conda-forge cmake=3.22.3 2022-11-23T01:44:11.8706852Z if errorlevel 1 exit /b 2022-11-23T01:44:11.8707175Z if not errorlevel 0 exit /b 2022-11-23T01:44:11.8707421Z ) 2022-11-23T01:44:11.8709636Z 2022-11-23T01:44:11.8710161Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:11.8711820Z 2022-11-23T01:44:11.8712310Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:11.8716061Z 2022-11-23T01:44:11.8716805Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:11.8717370Z call conda install -y -q mkl protobuf numba scipy=1.6.2 typing_extensions dataclasses 2022-11-23T01:44:11.8717720Z if errorlevel 1 exit /b 2022-11-23T01:44:11.8717984Z if not errorlevel 0 exit /b 2022-11-23T01:44:11.8718194Z ) 2022-11-23T01:44:19.8990798Z Collecting package metadata (current_repodata.json): ...working... done 2022-11-23T01:44:21.8045413Z Solving environment: ...working... done 2022-11-23T01:44:22.1063581Z 2022-11-23T01:44:22.1064109Z # All requested packages already installed. 2022-11-23T01:44:22.1064340Z 2022-11-23T01:44:22.1732641Z Retrieving notices: ...working... done 2022-11-23T01:44:23.5495644Z 2022-11-23T01:44:23.5496404Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd . 2022-11-23T01:44:23.5504675Z 2022-11-23T01:44:23.5505745Z (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:23.7547434Z ********************************************************************** 2022-11-23T01:44:23.7548689Z ** Visual Studio 2019 Developer Command Prompt v16.8.6 2022-11-23T01:44:23.7549387Z ** Copyright (c) 2020 Microsoft Corporation 2022-11-23T01:44:23.7550124Z ********************************************************************** 2022-11-23T01:44:24.5906726Z [vcvarsall.bat] Environment initialized for: 'x64' 2022-11-23T01:44:24.5973330Z 2022-11-23T01:44:24.5974144Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2022-11-23T01:44:24.5984867Z 2022-11-23T01:44:24.5986332Z (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:26.2170838Z Requirement already satisfied: ninja==1.10.0.post1 in c:\jenkins\miniconda3\lib\site-packages (1.10.0.post1) 2022-11-23T01:44:26.2192597Z Requirement already satisfied: future in c:\jenkins\miniconda3\lib\site-packages (0.18.2) 2022-11-23T01:44:26.2203787Z Requirement already satisfied: hypothesis==5.35.1 in c:\jenkins\miniconda3\lib\site-packages (5.35.1) 2022-11-23T01:44:26.2214866Z Requirement already satisfied: expecttest==0.1.3 in c:\jenkins\miniconda3\lib\site-packages (0.1.3) 2022-11-23T01:44:26.2229611Z Requirement already satisfied: librosa>=0.6.2 in c:\jenkins\miniconda3\lib\site-packages (0.9.2) 2022-11-23T01:44:26.2241543Z Requirement already satisfied: scipy==1.6.3 in c:\jenkins\miniconda3\lib\site-packages (1.6.3) 2022-11-23T01:44:26.2253552Z Requirement already satisfied: psutil in c:\jenkins\miniconda3\lib\site-packages (5.9.1) 2022-11-23T01:44:26.2262086Z Requirement already satisfied: pillow in c:\jenkins\miniconda3\lib\site-packages (9.2.0) 2022-11-23T01:44:26.2278974Z 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:26.2287569Z Requirement already satisfied: pytest in c:\jenkins\miniconda3\lib\site-packages (7.1.3) 2022-11-23T01:44:26.2297146Z Requirement already satisfied: pytest-xdist in c:\jenkins\miniconda3\lib\site-packages (2.5.0) 2022-11-23T01:44:26.2309484Z Requirement already satisfied: pytest-shard in c:\jenkins\miniconda3\lib\site-packages (0.1.2) 2022-11-23T01:44:26.2319135Z Requirement already satisfied: pytest-rerunfailures in c:\jenkins\miniconda3\lib\site-packages (10.2) 2022-11-23T01:44:26.2332002Z Requirement already satisfied: sympy in c:\jenkins\miniconda3\lib\site-packages (1.11.1) 2022-11-23T01:44:26.2343849Z Requirement already satisfied: xdoctest==1.0.2 in c:\jenkins\miniconda3\lib\site-packages (1.0.2) 2022-11-23T01:44:26.2354409Z Requirement already satisfied: pygments==2.12.0 in c:\jenkins\miniconda3\lib\site-packages (2.12.0) 2022-11-23T01:44:26.2369320Z Requirement already satisfied: opt-einsum>=3.3 in c:\jenkins\miniconda3\lib\site-packages (3.3.0) 2022-11-23T01:44:26.3017119Z 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:26.3029929Z 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:26.3253315Z 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:26.8101300Z Requirement already satisfied: six in c:\jenkins\miniconda3\lib\site-packages (from xdoctest==1.0.2) (1.16.0) 2022-11-23T01:44:26.8710216Z 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:26.8721087Z 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:26.8732016Z Requirement already satisfied: packaging>=20.0 in c:\jenkins\miniconda3\lib\site-packages (from librosa>=0.6.2) (21.3) 2022-11-23T01:44:26.8745526Z 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:26.8756321Z 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:26.8770756Z 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:26.8781260Z 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:26.8795043Z 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:26.8815867Z 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:26.9559592Z 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:26.9842523Z Requirement already satisfied: pluggy<2.0,>=0.12 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.0.0) 2022-11-23T01:44:26.9867543Z Requirement already satisfied: tomli>=1.0.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (2.0.1) 2022-11-23T01:44:26.9876431Z Requirement already satisfied: iniconfig in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.1.1) 2022-11-23T01:44:26.9899221Z Requirement already satisfied: py>=1.8.2 in c:\jenkins\miniconda3\lib\site-packages (from pytest) (1.11.0) 2022-11-23T01:44:26.9917117Z Requirement already satisfied: colorama in c:\jenkins\miniconda3\lib\site-packages (from pytest) (0.4.4) 2022-11-23T01:44:27.0173981Z Requirement already satisfied: pytest-forked in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.4.0) 2022-11-23T01:44:27.0190683Z Requirement already satisfied: execnet>=1.1 in c:\jenkins\miniconda3\lib\site-packages (from pytest-xdist) (1.9.0) 2022-11-23T01:44:27.0479275Z Requirement already satisfied: setuptools>=40.0 in c:\jenkins\miniconda3\lib\site-packages (from pytest-rerunfailures) (65.5.0) 2022-11-23T01:44:27.0614254Z Requirement already satisfied: mpmath>=0.19 in c:\jenkins\miniconda3\lib\site-packages (from sympy) (1.2.1) 2022-11-23T01:44:27.2128797Z 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:27.2395960Z 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:27.2798850Z 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:27.2816338Z 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:27.3454576Z 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:27.3465497Z 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:27.3479984Z 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:27.3491758Z 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:27.4793147Z 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:27.5134287Z 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:27.5273911Z 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:28.1387202Z 2022-11-23T01:44:28.1388203Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 exit /b 2022-11-23T01:44:28.1389115Z 2022-11-23T01:44:28.1390499Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 exit /b 2022-11-23T01:44:28.1392253Z 2022-11-23T01:44:28.1392775Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2022-11-23T01:44:28.1397936Z 2022-11-23T01:44:28.1398528Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "1" == "1" goto cuda_build_end 2022-11-23T01:44:28.1400700Z 2022-11-23T01:44:28.1401709Z (base) C:\actions-runner\_work\pytorch\pytorch>set CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6 2022-11-23T01:44:28.1405346Z 2022-11-23T01:44:28.1406121Z (base) C:\actions-runner\_work\pytorch\pytorch>rem version transformer, for example 10.1 to 10_1. 2022-11-23T01:44:28.1407559Z 2022-11-23T01:44:28.1408126Z (base) C:\actions-runner\_work\pytorch\pytorch>set VERSION_SUFFIX=11_6 2022-11-23T01:44:28.1412811Z 2022-11-23T01:44:28.1413760Z (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:28.1417362Z 2022-11-23T01:44:28.1419899Z (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:28.1421635Z 2022-11-23T01:44:28.1422423Z (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:28.1425975Z 2022-11-23T01:44:28.1426577Z (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:28.1429993Z 2022-11-23T01:44:28.1430553Z (base) C:\actions-runner\_work\pytorch\pytorch>set NVTOOLSEXT_PATH=C:\Program Files\NVIDIA Corporation\NvToolsExt 2022-11-23T01:44:28.1434790Z 2022-11-23T01:44:28.1440066Z (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:28.1445358Z 2022-11-23T01:44:28.1446081Z (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:28.1446475Z 2022-11-23T01:44:28.1446801Z (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:28.1449674Z 2022-11-23T01:44:28.1450635Z (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:28.1455987Z 2022-11-23T01:44:28.1456480Z (base) C:\actions-runner\_work\pytorch\pytorch>set PYTHONPATH=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build; 2022-11-23T01:44:28.1462409Z 2022-11-23T01:44:28.1463097Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:28.1463819Z pushd C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build 2022-11-23T01:44:28.1464420Z 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:28.1465261Z 7z x C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z -aos 2022-11-23T01:44:28.1465665Z popd 2022-11-23T01:44:28.1466420Z ) 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:28.2751859Z 1 file(s) copied. 2022-11-23T01:44:28.4642778Z 2022-11-23T01:44:28.4643356Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T01:44:28.4643593Z 2022-11-23T01:44:28.4643728Z Scanning the drive for archives: 2022-11-23T01:44:28.4644008Z 1 file, 184390338 bytes (176 MiB) 2022-11-23T01:44:28.4644165Z 2022-11-23T01:44:28.4644519Z Extracting archive: C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:53.8105288Z -- 2022-11-23T01:44:53.8106345Z Path = C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\win-vs2019-cuda11.6-py3-1cfd3858ac54fe3883534309081631a0a892ba3f.7z 2022-11-23T01:44:53.8107152Z Type = 7z 2022-11-23T01:44:53.8109664Z Physical Size = 184390338 2022-11-23T01:44:53.8110141Z Headers Size = 131520 2022-11-23T01:44:53.8110980Z Method = LZMA2:24 BCJ 2022-11-23T01:44:53.8111406Z Solid = + 2022-11-23T01:44:53.8111774Z Blocks = 2 2022-11-23T01:44:53.8112013Z 2022-11-23T01:44:53.8112814Z Everything is Ok 2022-11-23T01:44:53.8113145Z 2022-11-23T01:44:53.8113299Z Folders: 604 2022-11-23T01:44:53.8113721Z Files: 11127 2022-11-23T01:44:53.8114163Z Size: 1184901478 2022-11-23T01:44:53.8114617Z Compressed: 184390338 2022-11-23T01:44:53.9268926Z 2022-11-23T01:44:53.9269815Z (base) C:\actions-runner\_work\pytorch\pytorch>if NOT "win-vs2019-cuda11.6-py3" == "" ( 2022-11-23T01:44:53.9270575Z echo @echo off 1>>C:\actions-runner\_work\pytorch\pytorch\build\win_tmp/ci_scripts/pytorch_env_restore_helper.bat 2022-11-23T01:44:53.9271321Z 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:53.9272105Z 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:53.9272800Z aws s3 cp "s3://ossci-windows/Restore PyTorch Environment.lnk" "C:\Users\circleci\Desktop\Restore PyTorch Environment.lnk" 2022-11-23T01:44:53.9276239Z ) 2022-11-23T01:44:55.9361136Z Completed 2.3 KiB/2.3 KiB (38.2 KiB/s) with 1 file(s) remaining 2022-11-23T01:44:55.9361843Z download: s3://ossci-windows/Restore PyTorch Environment.lnk to ..\..\..\..\Users\circleci\Desktop\Restore PyTorch Environment.lnk 2022-11-23T01:44:56.0397374Z 2022-11-23T01:44:56.0398235Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 ( 2022-11-23T01:44:56.0398928Z echo "setup pytorch env failed" 2022-11-23T01:44:56.0399223Z echo 0 2022-11-23T01:44:56.0399436Z exit /b 2022-11-23T01:44:56.0399643Z ) 2022-11-23T01:44:56.0402532Z 2022-11-23T01:44:56.0402937Z (base) C:\actions-runner\_work\pytorch\pytorch>pushd test 2022-11-23T01:44:56.0411578Z 2022-11-23T01:44:56.0412212Z (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:56.0417215Z 2022-11-23T01:44:56.0418183Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if "5" == "1" (if exist "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" ( 2022-11-23T01:44:56.0418877Z echo Some smoke tests 2022-11-23T01:44:56.0419361Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe +sls 2022-11-23T01:44:56.0419905Z python C:/actions-runner/_work/pytorch/pytorch/.jenkins/pytorch/win-test-helpers\run_python_nn_smoketests.py 2022-11-23T01:44:56.0420333Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:56.0420886Z "C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\gflags.exe" /i python.exe -sls 2022-11-23T01:44:56.0421505Z if ERRORLEVEL 1 goto fail 2022-11-23T01:44:56.0421750Z ) ) 2022-11-23T01:44:56.0422093Z 2022-11-23T01:44:56.0422580Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Copying over test times file 2022-11-23T01:44:56.0423220Z Copying over test times file 2022-11-23T01:44:56.0425095Z 2022-11-23T01:44:56.0425611Z (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:56.0448610Z 1 file(s) copied. 2022-11-23T01:44:56.0451527Z 2022-11-23T01:44:56.0451948Z (base) C:\actions-runner\_work\pytorch\pytorch\test>echo Run nn tests 2022-11-23T01:44:56.0453066Z Run nn tests 2022-11-23T01:44:56.0455203Z 2022-11-23T01:44:56.0455773Z (base) C:\actions-runner\_work\pytorch\pytorch\test>python run_test.py --exclude-jit-executor --exclude-distributed-tests --shard "5" "5" --verbose 2022-11-23T01:45:14.8697441Z 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:14.8776686Z if torch.version.cuda is not None and LooseVersion(torch.version.cuda) >= "11.6": 2022-11-23T01:45:14.8777934Z 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:14.8778739Z LooseVersion(torch.version.cuda) >= "11.5" and 2022-11-23T01:45:14.8780363Z 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:14.8781426Z LooseVersion(torch.version.cuda) <= "11.6" 2022-11-23T01:45:14.8804244Z Excluding test_cpp_extensions_aot_ninja on Windows 2022-11-23T01:45:14.8804648Z Excluding test_cpp_extensions_aot_no_ninja on Windows 2022-11-23T01:45:14.8868648Z Selected tests: 2022-11-23T01:45:14.8869120Z test_ops_gradients 2022-11-23T01:45:14.8869597Z test_ops_fwd_gradients 2022-11-23T01:45:14.8870069Z test_cpp_extensions_jit 2022-11-23T01:45:14.8871446Z test_sparse_csr 2022-11-23T01:45:14.8871884Z test_reductions 2022-11-23T01:45:14.8872252Z test_dispatch 2022-11-23T01:45:14.8872538Z distributions/test_distributions 2022-11-23T01:45:14.8872914Z test_prims 2022-11-23T01:45:14.8873468Z test_namedtuple_return_api 2022-11-23T01:45:14.8874003Z dynamo/test_aot_cudagraphs 2022-11-23T01:45:14.8874455Z dynamo/test_global 2022-11-23T01:45:14.8874958Z dynamo/test_modules 2022-11-23T01:45:14.8875345Z dynamo/test_python_autograd 2022-11-23T01:45:14.8875614Z dynamo/test_subgraphs 2022-11-23T01:45:14.8875861Z inductor/test_perf 2022-11-23T01:45:14.8876107Z lazy/test_extract_compiled_graph 2022-11-23T01:45:14.8876370Z test_pruning_op 2022-11-23T01:45:14.8877330Z test_jit_autocast 2022-11-23T01:45:14.8877646Z nn/test_convolution 2022-11-23T01:45:14.8877884Z test_mkldnn 2022-11-23T01:45:14.8878081Z test_masked 2022-11-23T01:45:14.8878301Z test_utils 2022-11-23T01:45:14.8878544Z profiler/test_profiler 2022-11-23T01:45:14.8878793Z nn/test_embedding 2022-11-23T01:45:14.8879031Z test_stateless 2022-11-23T01:45:14.8879244Z test_type_promotion 2022-11-23T01:45:14.8879477Z test_vmap 2022-11-23T01:45:14.8879719Z test_scatter_gather_ops 2022-11-23T01:45:14.8879975Z test_expanded_weights 2022-11-23T01:45:14.8880233Z test_fx_experimental 2022-11-23T01:45:14.8880446Z test_openmp 2022-11-23T01:45:14.8880708Z benchmark_utils/test_benchmark_utils 2022-11-23T01:45:14.8880993Z nn/test_packed_sequence 2022-11-23T01:45:14.8881243Z nn/test_lazy_modules 2022-11-23T01:45:14.8881485Z test_cuda_sanitizer 2022-11-23T01:45:15.0086326Z parallel (file granularity) tests: 2022-11-23T01:45:15.0087031Z dynamo/test_aot_cudagraphs 2022-11-23T01:45:15.0087527Z dynamo/test_global 2022-11-23T01:45:15.0087995Z dynamo/test_modules 2022-11-23T01:45:15.0088496Z dynamo/test_python_autograd 2022-11-23T01:45:15.0088976Z dynamo/test_subgraphs 2022-11-23T01:45:15.0089415Z inductor/test_perf 2022-11-23T01:45:15.0089939Z lazy/test_extract_compiled_graph 2022-11-23T01:45:15.0090509Z test_pruning_op 2022-11-23T01:45:15.0090945Z test_jit_autocast 2022-11-23T01:45:15.0091386Z nn/test_convolution 2022-11-23T01:45:15.0091793Z test_mkldnn 2022-11-23T01:45:15.0092197Z test_masked 2022-11-23T01:45:15.0092612Z test_utils 2022-11-23T01:45:15.0092917Z profiler/test_profiler 2022-11-23T01:45:15.0093181Z nn/test_embedding 2022-11-23T01:45:15.0093390Z test_stateless 2022-11-23T01:45:15.0093629Z test_type_promotion 2022-11-23T01:45:15.0093865Z test_vmap 2022-11-23T01:45:15.0094109Z test_scatter_gather_ops 2022-11-23T01:45:15.0094372Z test_expanded_weights 2022-11-23T01:45:15.0094605Z test_fx_experimental 2022-11-23T01:45:15.0094843Z test_openmp 2022-11-23T01:45:15.0095114Z benchmark_utils/test_benchmark_utils 2022-11-23T01:45:15.0095399Z nn/test_packed_sequence 2022-11-23T01:45:15.0095650Z nn/test_lazy_modules 2022-11-23T01:45:15.0095868Z test_cuda_sanitizer 2022-11-23T01:45:15.0096152Z serial (file granularity) tests: 2022-11-23T01:45:15.0096416Z test_ops_gradients 2022-11-23T01:45:15.0096910Z test_ops_fwd_gradients 2022-11-23T01:45:15.0097170Z test_cpp_extensions_jit 2022-11-23T01:45:15.0097394Z test_sparse_csr 2022-11-23T01:45:15.0097629Z test_reductions 2022-11-23T01:45:15.0097862Z test_dispatch 2022-11-23T01:45:15.0098128Z distributions/test_distributions 2022-11-23T01:45:15.0098385Z test_prims 2022-11-23T01:45:15.0098610Z test_namedtuple_return_api 2022-11-23T01:45:19.6161917Z Running dynamo/test_aot_cudagraphs ... [2022-11-23 01:45:19.613486] 2022-11-23T01:45:19.6170568Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_aot_cudagraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:19.613486] 2022-11-23T01:45:19.6173007Z Ignoring disabled issues: [] 2022-11-23T01:45:19.6971488Z Running dynamo/test_global ... [2022-11-23 01:45:19.696482] 2022-11-23T01:45:19.6982855Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_global.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:19.697855] 2022-11-23T01:45:19.6986148Z Ignoring disabled issues: [] 2022-11-23T01:45:24.2312623Z 2022-11-23T01:45:24.2313451Z Expand the folded group to see the log file of dynamo/test_aot_cudagraphs 2022-11-23T01:45:24.2315600Z ##[group]PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_wdd4b31b) 2022-11-23T01:45:24.2316341Z 2022-11-23T01:45:24.2316914Z ##[endgroup] 2022-11-23T01:45:24.2317848Z FINISHED PRINTING LOG FILE of dynamo/test_aot_cudagraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_aot_cudagraphs_wdd4b31b) 2022-11-23T01:45:24.2318557Z 2022-11-23T01:45:24.3451219Z 2022-11-23T01:45:24.3451831Z Expand the folded group to see the log file of dynamo/test_global 2022-11-23T01:45:24.3452777Z ##[group]PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_x3pg5cb7) 2022-11-23T01:45:24.3453378Z 2022-11-23T01:45:24.3453667Z ##[endgroup] 2022-11-23T01:45:24.3454149Z FINISHED PRINTING LOG FILE of dynamo/test_global (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_global_x3pg5cb7) 2022-11-23T01:45:24.3454487Z 2022-11-23T01:45:29.3600177Z Running dynamo/test_modules ... [2022-11-23 01:45:29.359667] 2022-11-23T01:45:29.3603092Z Running dynamo/test_python_autograd ... [2022-11-23 01:45:29.359667] 2022-11-23T01:45:29.3608693Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:29.360354] 2022-11-23T01:45:29.3611828Z Ignoring disabled issues: [] 2022-11-23T01:45:29.3615493Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_python_autograd.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:29.361034] 2022-11-23T01:45:29.3618758Z Ignoring disabled issues: [] 2022-11-23T01:45:33.9430267Z 2022-11-23T01:45:33.9431299Z Expand the folded group to see the log file of dynamo/test_python_autograd 2022-11-23T01:45:33.9433220Z ##[group]PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_5ilyy1v0) 2022-11-23T01:45:33.9434035Z 2022-11-23T01:45:33.9434614Z ##[endgroup] 2022-11-23T01:45:33.9435826Z FINISHED PRINTING LOG FILE of dynamo/test_python_autograd (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_python_autograd_5ilyy1v0) 2022-11-23T01:45:33.9436824Z 2022-11-23T01:45:34.0143466Z 2022-11-23T01:45:34.0144663Z Expand the folded group to see the log file of dynamo/test_modules 2022-11-23T01:45:34.0146728Z ##[group]PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_34e2boux) 2022-11-23T01:45:34.0147405Z 2022-11-23T01:45:34.0147947Z ##[endgroup] 2022-11-23T01:45:34.0148839Z FINISHED PRINTING LOG FILE of dynamo/test_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_modules_34e2boux) 2022-11-23T01:45:34.0149864Z 2022-11-23T01:45:38.9880840Z Running dynamo/test_subgraphs ... [2022-11-23 01:45:38.987751] 2022-11-23T01:45:38.9890011Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'dynamo/test_subgraphs.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:38.988438] 2022-11-23T01:45:38.9893121Z Ignoring disabled issues: [] 2022-11-23T01:45:39.0467870Z Running inductor/test_perf ... [2022-11-23 01:45:39.046069] 2022-11-23T01:45:39.0476304Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'inductor/test_perf.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:39.047393] 2022-11-23T01:45:39.0478760Z Ignoring disabled issues: [] 2022-11-23T01:45:43.7079664Z 2022-11-23T01:45:43.7080551Z Expand the folded group to see the log file of dynamo/test_subgraphs 2022-11-23T01:45:43.7082469Z ##[group]PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_mlozkp00) 2022-11-23T01:45:43.7083166Z 2022-11-23T01:45:43.7083733Z ##[endgroup] 2022-11-23T01:45:43.7084528Z FINISHED PRINTING LOG FILE of dynamo/test_subgraphs (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\dynamo-test_subgraphs_mlozkp00) 2022-11-23T01:45:43.7085150Z 2022-11-23T01:45:44.5921666Z 2022-11-23T01:45:44.5922439Z Expand the folded group to see the log file of inductor/test_perf 2022-11-23T01:45:44.5924026Z ##[group]PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_kqocz7a1) 2022-11-23T01:45:44.5925759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_dynamo\eval_frame.py:436: UserWarning: Windows is not currently supported, torch._dynamo.optimize() will do nothing 2022-11-23T01:45:44.5926909Z warnings.warn( 2022-11-23T01:45:44.5927205Z 2022-11-23T01:45:44.5929190Z ##[endgroup] 2022-11-23T01:45:44.5930127Z FINISHED PRINTING LOG FILE of inductor/test_perf (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\inductor-test_perf_kqocz7a1) 2022-11-23T01:45:44.5930797Z 2022-11-23T01:45:48.8850387Z Running lazy/test_extract_compiled_graph ... [2022-11-23 01:45:48.884337] 2022-11-23T01:45:48.8860012Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'lazy/test_extract_compiled_graph.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:48.885002] 2022-11-23T01:45:48.8865251Z Ignoring disabled issues: [] 2022-11-23T01:45:49.6331269Z Running test_pruning_op ... [2022-11-23 01:45:49.622892] 2022-11-23T01:45:49.6341150Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_pruning_op.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:49.633748] 2022-11-23T01:45:49.6344785Z Ignoring disabled issues: [] 2022-11-23T01:45:52.4673160Z 2022-11-23T01:45:52.4673997Z Expand the folded group to see the log file of lazy/test_extract_compiled_graph 2022-11-23T01:45:52.4675319Z ##[group]PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_gw1yrhfp) 2022-11-23T01:45:52.4676089Z 2022-11-23T01:45:52.4676554Z ##[endgroup] 2022-11-23T01:45:52.4677082Z FINISHED PRINTING LOG FILE of lazy/test_extract_compiled_graph (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\lazy-test_extract_compiled_graph_gw1yrhfp) 2022-11-23T01:45:52.4677792Z 2022-11-23T01:45:53.9054823Z 2022-11-23T01:45:53.9055791Z Expand the folded group to see the log file of test_pruning_op 2022-11-23T01:45:53.9059642Z ##[group]PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_p49zwsgf) 2022-11-23T01:45:53.9060332Z 2022-11-23T01:45:53.9060891Z ##[endgroup] 2022-11-23T01:45:53.9061716Z FINISHED PRINTING LOG FILE of test_pruning_op (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_pruning_op_p49zwsgf) 2022-11-23T01:45:53.9063574Z 2022-11-23T01:45:57.7506336Z Running test_jit_autocast ... [2022-11-23 01:45:57.750350] 2022-11-23T01:45:57.7514739Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_jit_autocast.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:57.751032] 2022-11-23T01:45:57.7518491Z Ignoring disabled issues: [] 2022-11-23T01:45:59.1442647Z Running nn/test_convolution ... [2022-11-23 01:45:59.143681] 2022-11-23T01:45:59.1451757Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_convolution.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:45:59.144914] 2022-11-23T01:45:59.1454533Z Ignoring disabled issues: [] 2022-11-23T01:48:49.1056401Z 2022-11-23T01:48:49.1057441Z Expand the folded group to see the log file of nn/test_convolution 2022-11-23T01:48:49.1063657Z ##[group]PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution__sxl9hqc) 2022-11-23T01:48:49.1076698Z 2022-11-23T01:48:49.1077122Z Running tests... 2022-11-23T01:48:49.1077768Z ---------------------------------------------------------------------- 2022-11-23T01:48:49.1078615Z Test results will be stored in test-reports\python-unittest\nn.test_convolution 2022-11-23T01:48:49.1080626Z test_Conv1d_module_same_padding (__main__.TestConvolutionNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_convolution.py:152: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:48:49.1082691Z expect = F.conv1d(x, module.weight, module.bias, padding='same') 2022-11-23T01:48:49.1083449Z ok (2.252s) 2022-11-23T01:48:49.1084020Z test_Conv2d_1x1 (__main__.TestConvolutionNN) ... ok (0.017s) 2022-11-23T01:48:49.1084720Z test_Conv2d_OneDNN (__main__.TestConvolutionNN) ... ok (0.046s) 2022-11-23T01:48:49.1085475Z test_Conv2d_backward_twice (__main__.TestConvolutionNN) ... ok (1.286s) 2022-11-23T01:48:49.1086255Z test_Conv2d_groups_nobias (__main__.TestConvolutionNN) ... ok (70.862s) 2022-11-23T01:48:49.1087327Z test_Conv2d_groups_nobias_v2 (__main__.TestConvolutionNN) ... ok (0.234s) 2022-11-23T01:48:49.1088165Z test_Conv2d_inconsistent_types (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:48:49.1089018Z test_Conv2d_inconsistent_types_on_GPU_with_cudnn (__main__.TestConvolutionNN) ... ok (0.007s) 2022-11-23T01:48:49.1089955Z test_Conv2d_inconsistent_types_on_GPU_without_cudnn (__main__.TestConvolutionNN) ... ok (0.197s) 2022-11-23T01:48:49.1093735Z test_Conv2d_missing_argument (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:48:49.1094538Z test_Conv2d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.024s) 2022-11-23T01:48:49.1095294Z test_Conv3d_groups_nobias (__main__.TestConvolutionNN) ... ok (0.060s) 2022-11-23T01:48:49.1096080Z test_Conv3d_groups_wbias (__main__.TestConvolutionNN) ... ok (0.245s) 2022-11-23T01:48:49.1096872Z test_Conv3d_module_same_padding (__main__.TestConvolutionNN) ... ok (0.017s) 2022-11-23T01:48:49.1097694Z test_ConvTranspose2d_half_cublas_gemm (__main__.TestConvolutionNN) ... ok (0.011s) 2022-11-23T01:48:49.1098559Z test_ConvTranspose2d_output_size (__main__.TestConvolutionNN) ... ok (0.005s) 2022-11-23T01:48:49.1099521Z test_ConvTranspose2d_output_size_downsample_upsample (__main__.TestConvolutionNN) ... ok (18.246s) 2022-11-23T01:48:49.1100445Z test_ConvTranspose3d_correct_output_size (__main__.TestConvolutionNN) ... ok (0.000s) 2022-11-23T01:48:49.1101274Z test_conv2d_discontiguous_weight (__main__.TestConvolutionNN) ... ok (0.126s) 2022-11-23T01:48:49.1102065Z test_conv_backcompat (__main__.TestConvolutionNN) ... ok (0.083s) 2022-11-23T01:48:49.1103041Z test_conv_cudnn_memory_layout_dominance (__main__.TestConvolutionNN) ... expected failure (0.019s) 2022-11-23T01:48:49.1104122Z test_conv_invalid_groups (__main__.TestConvolutionNN) ... ok (0.003s) 2022-11-23T01:48:49.1104968Z test_conv_modules_raise_error_on_incorrect_input_size (__main__.TestConvolutionNN) ... ok (0.034s) 2022-11-23T01:48:49.1105822Z test_conv_padding_mode (__main__.TestConvolutionNN) ... ok (0.002s) 2022-11-23T01:48:49.1107799Z test_conv_shapecheck (__main__.TestConvolutionNN) ... 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-23T01:48:49.1109516Z warnings.warn( 2022-11-23T01:48:49.1109968Z ok (0.123s) 2022-11-23T01:48:49.1110508Z test_conv_tbc (__main__.TestConvolutionNN) ... ok (0.013s) 2022-11-23T01:48:49.1111260Z test_cudnn_non_contiguous (__main__.TestConvolutionNN) ... ok (0.013s) 2022-11-23T01:48:49.1112069Z test_cudnn_noncontiguous_weight (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:48:49.1112981Z test_functional_grad_conv (__main__.TestConvolutionNN) ... ok (0.015s) 2022-11-23T01:48:49.1113754Z test_functional_grad_conv2d (__main__.TestConvolutionNN) ... ok (5.842s) 2022-11-23T01:48:49.1114546Z test_grad_conv1d_input (__main__.TestConvolutionNN) ... ok (0.124s) 2022-11-23T01:48:49.1115267Z test_grad_conv1d_weight (__main__.TestConvolutionNN) ... ok (0.153s) 2022-11-23T01:48:49.1116027Z test_grad_conv2d_input (__main__.TestConvolutionNN) ... ok (0.129s) 2022-11-23T01:48:49.1116961Z test_grad_conv2d_weight (__main__.TestConvolutionNN) ... ok (0.131s) 2022-11-23T01:48:49.1117744Z test_grad_conv3d_input (__main__.TestConvolutionNN) ... ok (0.410s) 2022-11-23T01:48:49.1118501Z test_grad_conv3d_weight (__main__.TestConvolutionNN) ... ok (1.395s) 2022-11-23T01:48:49.1119500Z test_grouped_conv_cudnn_nhwc_support (__main__.TestConvolutionNN) ... skip: test doesn't currently work without MIOpen NHWC activation (0.005s) 2022-11-23T01:48:49.1121666Z test_invalid_conv1d (__main__.TestConvolutionNN) ... 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-23T01:48:49.1123554Z warnings.warn( 2022-11-23T01:48:49.1123969Z ok (0.018s) 2022-11-23T01:48:49.1124548Z test_invalid_conv2d (__main__.TestConvolutionNN) ... ok (0.027s) 2022-11-23T01:48:49.1125294Z test_invalid_conv3d (__main__.TestConvolutionNN) ... ok (0.025s) 2022-11-23T01:48:49.1126051Z test_mismatch_shape_conv2d (__main__.TestConvolutionNN) ... ok (0.006s) 2022-11-23T01:48:49.1126888Z test_nnpack_conv (__main__.TestConvolutionNN) ... skip: NNPACK unavailable (0.005s) 2022-11-23T01:48:49.1127755Z test_thnn_conv_strided_padded_dilated (__main__.TestConvolutionNN) ... ok (8.512s) 2022-11-23T01:48:49.1128662Z test_Conv2d_backward_depthwise_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (5.373s) 2022-11-23T01:48:49.1129704Z test_Conv2d_backward_depthwise_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.523s) 2022-11-23T01:48:49.1130744Z test_Conv2d_depthwise_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T01:48:49.1131770Z test_Conv2d_depthwise_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2022-11-23T01:48:49.1132923Z test_Conv2d_depthwise_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T01:48:49.1133975Z test_Conv2d_deterministic_cudnn_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T01:48:49.1135204Z test_Conv2d_deterministic_cudnn_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:48:49.1136194Z test_Conv2d_deterministic_cudnn_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2022-11-23T01:48:49.1137220Z test_Conv2d_deterministic_cudnn_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T01:48:49.1138222Z test_Conv2d_deterministic_cudnn_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1139240Z test_Conv2d_large_workspace_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.219s) 2022-11-23T01:48:49.1140235Z test_Conv2d_large_workspace_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.124s) 2022-11-23T01:48:49.1141239Z test_Conv2d_large_workspace_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.148s) 2022-11-23T01:48:49.1142223Z test_Conv2d_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:48:49.1143340Z test_Conv2d_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:48:49.1144339Z test_Conv2d_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:48:49.1145465Z test_Conv2d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.023s) 2022-11-23T01:48:49.1146529Z test_Conv3d_depthwise_naive_groups_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.130s) 2022-11-23T01:48:49.1147746Z test_Conv3d_depthwise_naive_groups_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.028s) 2022-11-23T01:48:49.1148795Z test_Conv3d_depthwise_naive_groups_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T01:48:49.1149864Z test_ConvTranspose2d_large_output_padding_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.930s) 2022-11-23T01:48:49.1150977Z test_ConvTranspose2d_large_output_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.052s) 2022-11-23T01:48:49.1152256Z test_ConvTranspose2d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1153358Z test_ConvTranspose3d_size_1_kernel_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1155071Z test_contig_wrong_stride_cudnn_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... 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-23T01:48:49.1156549Z warnings.warn(message, UserWarning) 2022-11-23T01:48:49.1157076Z ok (0.005s) 2022-11-23T01:48:49.1157819Z test_conv1d_same_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.022s) 2022-11-23T01:48:49.1159050Z test_conv1d_same_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:48:49.1160231Z test_conv1d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T01:48:49.1161199Z test_conv1d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.024s) 2022-11-23T01:48:49.1162224Z test_conv1d_valid_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T01:48:49.1163393Z test_conv1d_valid_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:48:49.1164414Z test_conv1d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T01:48:49.1165541Z test_conv1d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1167015Z test_conv1d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:48:49.1168012Z test_conv1d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T01:48:49.1169004Z test_conv1d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1170028Z test_conv1d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:48:49.1171057Z test_conv2d_no_grad_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:48:49.1172245Z test_conv2d_same_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.033s) 2022-11-23T01:48:49.1173511Z test_conv2d_same_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T01:48:49.1174537Z test_conv2d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T01:48:49.1175536Z test_conv2d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1176521Z test_conv2d_valid_padding_backward_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T01:48:49.1177575Z test_conv2d_valid_padding_backward_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:48:49.1178602Z test_conv2d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T01:48:49.1180027Z test_conv2d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1181154Z test_conv2d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T01:48:49.1182175Z test_conv2d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1183321Z test_conv2d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1184311Z test_conv2d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1185373Z test_conv3d_64bit_indexing_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Insufficient cuda:0 memory (0.131s) 2022-11-23T01:48:49.1186666Z test_conv3d_same_padding_backward_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.532s) 2022-11-23T01:48:49.1187790Z test_conv3d_same_padding_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.045s) 2022-11-23T01:48:49.1188819Z test_conv3d_same_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:48:49.1189808Z test_conv3d_same_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T01:48:49.1190835Z test_conv3d_valid_padding_backward_cuda_complex128 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.609s) 2022-11-23T01:48:49.1191867Z test_conv3d_valid_padding_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.081s) 2022-11-23T01:48:49.1193121Z test_conv3d_valid_padding_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1194261Z test_conv3d_valid_padding_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:48:49.1195250Z test_conv3d_vs_scipy_mode_same_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T01:48:49.1196266Z test_conv3d_vs_scipy_mode_same_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T01:48:49.1197269Z test_conv3d_vs_scipy_mode_valid_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.012s) 2022-11-23T01:48:49.1198295Z test_conv3d_vs_scipy_mode_valid_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1199519Z test_convTranspose_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.007s) 2022-11-23T01:48:49.1200836Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1202178Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1203520Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:48:49.1204746Z test_conv_backend_cuda_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.090s) 2022-11-23T01:48:49.1205982Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.100s) 2022-11-23T01:48:49.1207366Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1208780Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T01:48:49.1210017Z test_conv_backend_cuda_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1211209Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1212797Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2022-11-23T01:48:49.1214220Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.077s) 2022-11-23T01:48:49.1215583Z test_conv_backend_cuda_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1216800Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2022-11-23T01:48:49.1217990Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.076s) 2022-11-23T01:48:49.1219209Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.108s) 2022-11-23T01:48:49.1220563Z test_conv_backend_cuda_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1221928Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.081s) 2022-11-23T01:48:49.1223286Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1224519Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.103s) 2022-11-23T01:48:49.1225757Z test_conv_backend_cuda_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1227132Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1228558Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2022-11-23T01:48:49.1229748Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1231155Z test_conv_backend_cuda_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2022-11-23T01:48:49.1232359Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1233776Z test_conv_backend_cudnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1235135Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T01:48:49.1236306Z test_conv_backend_cudnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:48:49.1237466Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1238668Z test_conv_backend_cudnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.101s) 2022-11-23T01:48:49.1239842Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1241266Z test_conv_backend_cudnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T01:48:49.1242469Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1244791Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1246091Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2022-11-23T01:48:49.1247686Z test_conv_backend_cudnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.101s) 2022-11-23T01:48:49.1248952Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T01:48:49.1250171Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1251419Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:48:49.1252662Z test_conv_backend_cudnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2022-11-23T01:48:49.1254106Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:48:49.1255369Z test_conv_backend_cudnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.076s) 2022-11-23T01:48:49.1256550Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.098s) 2022-11-23T01:48:49.1257733Z test_conv_backend_cudnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2022-11-23T01:48:49.1258911Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1260269Z test_conv_backend_cudnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2022-11-23T01:48:49.1261551Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T01:48:49.1263092Z test_conv_backend_cudnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.103s) 2022-11-23T01:48:49.1264308Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.089s) 2022-11-23T01:48:49.1265522Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1266736Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T01:48:49.1268245Z test_conv_backend_cudnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2022-11-23T01:48:49.1269536Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1270794Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T01:48:49.1272034Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2022-11-23T01:48:49.1273384Z test_conv_backend_cudnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T01:48:49.1274935Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.079s) 2022-11-23T01:48:49.1276196Z test_conv_backend_cudnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1277355Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.073s) 2022-11-23T01:48:49.1278548Z test_conv_backend_cudnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2022-11-23T01:48:49.1279718Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T01:48:49.1280975Z test_conv_backend_cudnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T01:48:49.1282361Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.085s) 2022-11-23T01:48:49.1283619Z test_conv_backend_cudnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.070s) 2022-11-23T01:48:49.1284808Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.068s) 2022-11-23T01:48:49.1286035Z test_conv_backend_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1287233Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.043s) 2022-11-23T01:48:49.1288577Z test_conv_backend_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T01:48:49.1289910Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.050s) 2022-11-23T01:48:49.1291119Z test_conv_backend_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:48:49.1292313Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2022-11-23T01:48:49.1293822Z test_conv_backend_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:48:49.1295177Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:48:49.1296524Z test_conv_backend_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:48:49.1297730Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T01:48:49.1298982Z test_conv_backend_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T01:48:49.1300166Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T01:48:49.1301529Z test_conv_backend_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:48:49.1302974Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T01:48:49.1304160Z test_conv_backend_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T01:48:49.1305542Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.068s) 2022-11-23T01:48:49.1306771Z test_conv_backend_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:48:49.1308096Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:48:49.1309498Z test_conv_backend_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2022-11-23T01:48:49.1310707Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.043s) 2022-11-23T01:48:49.1311865Z test_conv_backend_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.041s) 2022-11-23T01:48:49.1313199Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.042s) 2022-11-23T01:48:49.1314405Z test_conv_backend_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.068s) 2022-11-23T01:48:49.1315909Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.048s) 2022-11-23T01:48:49.1317255Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.074s) 2022-11-23T01:48:49.1318506Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:48:49.1319763Z test_conv_backend_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.038s) 2022-11-23T01:48:49.1320997Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.042s) 2022-11-23T01:48:49.1322437Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.045s) 2022-11-23T01:48:49.1324068Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.041s) 2022-11-23T01:48:49.1325316Z test_conv_backend_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.046s) 2022-11-23T01:48:49.1326566Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.038s) 2022-11-23T01:48:49.1327821Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.052s) 2022-11-23T01:48:49.1329248Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T01:48:49.1330633Z test_conv_backend_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.053s) 2022-11-23T01:48:49.1331879Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.061s) 2022-11-23T01:48:49.1333238Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.054s) 2022-11-23T01:48:49.1334485Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2022-11-23T01:48:49.1336157Z test_conv_backend_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:48:49.1337482Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.056s) 2022-11-23T01:48:49.1338744Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.054s) 2022-11-23T01:48:49.1340019Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.043s) 2022-11-23T01:48:49.1341258Z test_conv_backend_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2022-11-23T01:48:49.1342802Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.044s) 2022-11-23T01:48:49.1344159Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.029s) 2022-11-23T01:48:49.1345393Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.066s) 2022-11-23T01:48:49.1346649Z test_conv_backend_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.067s) 2022-11-23T01:48:49.1347866Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.038s) 2022-11-23T01:48:49.1349232Z test_conv_backend_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.038s) 2022-11-23T01:48:49.1350615Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T01:48:49.1351823Z test_conv_backend_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:48:49.1353157Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.054s) 2022-11-23T01:48:49.1354562Z test_conv_backend_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.050s) 2022-11-23T01:48:49.1355891Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T01:48:49.1357313Z test_conv_backend_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.056s) 2022-11-23T01:48:49.1358552Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.065s) 2022-11-23T01:48:49.1359774Z test_conv_backend_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:48:49.1360956Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.042s) 2022-11-23T01:48:49.1362178Z test_conv_backend_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.056s) 2022-11-23T01:48:49.1363769Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1364987Z test_conv_backend_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.074s) 2022-11-23T01:48:49.1366392Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T01:48:49.1367643Z test_conv_backend_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.050s) 2022-11-23T01:48:49.1368852Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T01:48:49.1371094Z test_conv_backend_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:48:49.1372477Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.054s) 2022-11-23T01:48:49.1373705Z test_conv_backend_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.071s) 2022-11-23T01:48:49.1374968Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T01:48:49.1376373Z test_conv_backend_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.069s) 2022-11-23T01:48:49.1377752Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.064s) 2022-11-23T01:48:49.1379001Z test_conv_backend_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.034s) 2022-11-23T01:48:49.1380299Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.042s) 2022-11-23T01:48:49.1381658Z test_conv_backend_miopen1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.029s) 2022-11-23T01:48:49.1383093Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.042s) 2022-11-23T01:48:49.1384548Z test_conv_backend_miopen1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.019s) 2022-11-23T01:48:49.1386221Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1387539Z test_conv_backend_miopen1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1388870Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1390317Z test_conv_backend_miopen1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.038s) 2022-11-23T01:48:49.1391775Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.045s) 2022-11-23T01:48:49.1393194Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.052s) 2022-11-23T01:48:49.1394602Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1396130Z test_conv_backend_miopen1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1397813Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1399292Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1400698Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1402098Z test_conv_backend_miopen1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.022s) 2022-11-23T01:48:49.1403532Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.021s) 2022-11-23T01:48:49.1405035Z test_conv_backend_miopen2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.022s) 2022-11-23T01:48:49.1406463Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.024s) 2022-11-23T01:48:49.1408215Z test_conv_backend_miopen2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.033s) 2022-11-23T01:48:49.1409621Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.044s) 2022-11-23T01:48:49.1411191Z test_conv_backend_miopen2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.044s) 2022-11-23T01:48:49.1412532Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.030s) 2022-11-23T01:48:49.1413855Z test_conv_backend_miopen2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.022s) 2022-11-23T01:48:49.1415298Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.018s) 2022-11-23T01:48:49.1416948Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.026s) 2022-11-23T01:48:49.1418585Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.035s) 2022-11-23T01:48:49.1419967Z test_conv_backend_miopen2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.021s) 2022-11-23T01:48:49.1421382Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1422779Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1424376Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1425900Z test_conv_backend_miopen2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1427266Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1428725Z test_conv_backend_miopen3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.028s) 2022-11-23T01:48:49.1430170Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.042s) 2022-11-23T01:48:49.1431580Z test_conv_backend_miopen3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.026s) 2022-11-23T01:48:49.1432909Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.014s) 2022-11-23T01:48:49.1434252Z test_conv_backend_miopen3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1435632Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.024s) 2022-11-23T01:48:49.1437040Z test_conv_backend_miopen3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.026s) 2022-11-23T01:48:49.1438555Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.045s) 2022-11-23T01:48:49.1439968Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.027s) 2022-11-23T01:48:49.1441372Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.047s) 2022-11-23T01:48:49.1442785Z test_conv_backend_miopen3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1444442Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.035s) 2022-11-23T01:48:49.1446063Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.020s) 2022-11-23T01:48:49.1447456Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.041s) 2022-11-23T01:48:49.1448849Z test_conv_backend_miopen3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.033s) 2022-11-23T01:48:49.1450345Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.039s) 2022-11-23T01:48:49.1451848Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.031s) 2022-11-23T01:48:49.1453249Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.018s) 2022-11-23T01:48:49.1454639Z test_conv_backend_miopen_depthwise1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1456106Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.040s) 2022-11-23T01:48:49.1457741Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.018s) 2022-11-23T01:48:49.1459260Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1460668Z test_conv_backend_miopen_depthwise1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.035s) 2022-11-23T01:48:49.1462070Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.037s) 2022-11-23T01:48:49.1463543Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.027s) 2022-11-23T01:48:49.1465109Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.041s) 2022-11-23T01:48:49.1466580Z test_conv_backend_miopen_depthwise2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1467982Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.024s) 2022-11-23T01:48:49.1469345Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.035s) 2022-11-23T01:48:49.1470911Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.032s) 2022-11-23T01:48:49.1472321Z test_conv_backend_miopen_depthwise2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1473714Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1475307Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.034s) 2022-11-23T01:48:49.1476765Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.038s) 2022-11-23T01:48:49.1478322Z test_conv_backend_miopen_depthwise3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1479735Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1481127Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.035s) 2022-11-23T01:48:49.1482517Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.036s) 2022-11-23T01:48:49.1484083Z test_conv_backend_miopen_depthwise3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: MIOpen is not available (0.033s) 2022-11-23T01:48:49.1485597Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1487071Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1488444Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1489921Z test_conv_backend_mkldnn1d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1491333Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1492779Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1494119Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.030s) 2022-11-23T01:48:49.1495514Z test_conv_backend_mkldnn1d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1496835Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1498266Z test_conv_backend_mkldnn1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.040s) 2022-11-23T01:48:49.1499704Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.046s) 2022-11-23T01:48:49.1500978Z test_conv_backend_mkldnn1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.044s) 2022-11-23T01:48:49.1502278Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.029s) 2022-11-23T01:48:49.1503572Z test_conv_backend_mkldnn1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.043s) 2022-11-23T01:48:49.1505391Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1506677Z test_conv_backend_mkldnn1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.023s) 2022-11-23T01:48:49.1507996Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1509371Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1510741Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.040s) 2022-11-23T01:48:49.1512299Z test_conv_backend_mkldnn1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1513661Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1514983Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1516535Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1518022Z test_conv_backend_mkldnn1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1519579Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1520929Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1522268Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.030s) 2022-11-23T01:48:49.1523612Z test_conv_backend_mkldnn2d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1524948Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1526379Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1527725Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1529060Z test_conv_backend_mkldnn2d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.032s) 2022-11-23T01:48:49.1530495Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.021s) 2022-11-23T01:48:49.1531924Z test_conv_backend_mkldnn2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.021s) 2022-11-23T01:48:49.1533210Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.033s) 2022-11-23T01:48:49.1534627Z test_conv_backend_mkldnn2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1535993Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.029s) 2022-11-23T01:48:49.1537277Z test_conv_backend_mkldnn2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1538560Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.028s) 2022-11-23T01:48:49.1539831Z test_conv_backend_mkldnn2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.024s) 2022-11-23T01:48:49.1541155Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.028s) 2022-11-23T01:48:49.1542514Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T01:48:49.1543849Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1545395Z test_conv_backend_mkldnn2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.028s) 2022-11-23T01:48:49.1546860Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.019s) 2022-11-23T01:48:49.1548350Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1549769Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.020s) 2022-11-23T01:48:49.1551118Z test_conv_backend_mkldnn2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.025s) 2022-11-23T01:48:49.1552462Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1553810Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.026s) 2022-11-23T01:48:49.1555209Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1556562Z test_conv_backend_mkldnn3d_cpu_input_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1557862Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1559203Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1560532Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1561858Z test_conv_backend_mkldnn3d_cpu_input_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1564335Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.028s) 2022-11-23T01:48:49.1565793Z test_conv_backend_mkldnn3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.046s) 2022-11-23T01:48:49.1567095Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1568388Z test_conv_backend_mkldnn3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1569684Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1570977Z test_conv_backend_mkldnn3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.027s) 2022-11-23T01:48:49.1572267Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.030s) 2022-11-23T01:48:49.1573518Z test_conv_backend_mkldnn3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.040s) 2022-11-23T01:48:49.1575392Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1576852Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1578217Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1579585Z test_conv_backend_mkldnn3d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.041s) 2022-11-23T01:48:49.1580936Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.020s) 2022-11-23T01:48:49.1582295Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1583650Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.025s) 2022-11-23T01:48:49.1585003Z test_conv_backend_mkldnn3d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1586450Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.027s) 2022-11-23T01:48:49.1587808Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1589126Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.029s) 2022-11-23T01:48:49.1590489Z test_conv_backend_mkldnn_empty_batch1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1591843Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1593341Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1594680Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.026s) 2022-11-23T01:48:49.1596093Z test_conv_backend_mkldnn_empty_batch1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1597450Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.030s) 2022-11-23T01:48:49.1598809Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1600218Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1601572Z test_conv_backend_mkldnn_empty_batch2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1602911Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1604338Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1605807Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1607164Z test_conv_backend_mkldnn_empty_batch2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1608514Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1609868Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.026s) 2022-11-23T01:48:49.1611232Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.048s) 2022-11-23T01:48:49.1612580Z test_conv_backend_mkldnn_empty_batch3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.027s) 2022-11-23T01:48:49.1613923Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.045s) 2022-11-23T01:48:49.1615329Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1616676Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1617998Z test_conv_backend_mkldnn_empty_batch3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1619368Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.024s) 2022-11-23T01:48:49.1620917Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.027s) 2022-11-23T01:48:49.1622307Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1623701Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1625091Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.032s) 2022-11-23T01:48:49.1626558Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1627953Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1629344Z test_conv_backend_mkldnn_empty_batch_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.032s) 2022-11-23T01:48:49.1630737Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.020s) 2022-11-23T01:48:49.1632444Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1634093Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.025s) 2022-11-23T01:48:49.1635542Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1637056Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.033s) 2022-11-23T01:48:49.1638450Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1639837Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1641297Z test_conv_backend_mkldnn_empty_batch_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1642921Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1644498Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1646136Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1647728Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.019s) 2022-11-23T01:48:49.1649266Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.024s) 2022-11-23T01:48:49.1651029Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.032s) 2022-11-23T01:48:49.1652591Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1654187Z test_conv_backend_mkldnn_empty_batch_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1655952Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1657467Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1659079Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1660693Z test_conv_backend_mkldnn_empty_channel1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1662221Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.029s) 2022-11-23T01:48:49.1663914Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1665587Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:48:49.1667188Z test_conv_backend_mkldnn_empty_channel1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1668653Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.025s) 2022-11-23T01:48:49.1670086Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.041s) 2022-11-23T01:48:49.1671427Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.026s) 2022-11-23T01:48:49.1672782Z test_conv_backend_mkldnn_empty_channel2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1674332Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.034s) 2022-11-23T01:48:49.1675824Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1677190Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.033s) 2022-11-23T01:48:49.1678542Z test_conv_backend_mkldnn_empty_channel2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.025s) 2022-11-23T01:48:49.1679983Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.022s) 2022-11-23T01:48:49.1681578Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.031s) 2022-11-23T01:48:49.1682930Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.044s) 2022-11-23T01:48:49.1684276Z test_conv_backend_mkldnn_empty_channel3d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.039s) 2022-11-23T01:48:49.1685706Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.042s) 2022-11-23T01:48:49.1687160Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1688868Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1690235Z test_conv_backend_mkldnn_empty_channel3d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1691532Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.105s) 2022-11-23T01:48:49.1693034Z test_conv_backend_slow1d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.095s) 2022-11-23T01:48:49.1694424Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2022-11-23T01:48:49.1695740Z test_conv_backend_slow1d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T01:48:49.1697047Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.110s) 2022-11-23T01:48:49.1698264Z test_conv_backend_slow1d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.105s) 2022-11-23T01:48:49.1699501Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.112s) 2022-11-23T01:48:49.1700893Z test_conv_backend_slow1d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.118s) 2022-11-23T01:48:49.1702235Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2022-11-23T01:48:49.1703535Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.081s) 2022-11-23T01:48:49.1704935Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2022-11-23T01:48:49.1706295Z test_conv_backend_slow1d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.111s) 2022-11-23T01:48:49.1707704Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.100s) 2022-11-23T01:48:49.1709156Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2022-11-23T01:48:49.1710442Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.127s) 2022-11-23T01:48:49.1711888Z test_conv_backend_slow1d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1713100Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.110s) 2022-11-23T01:48:49.1714398Z test_conv_backend_slow1d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T01:48:49.1715830Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.113s) 2022-11-23T01:48:49.1717021Z test_conv_backend_slow1d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.109s) 2022-11-23T01:48:49.1718205Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T01:48:49.1719392Z test_conv_backend_slow1d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.106s) 2022-11-23T01:48:49.1720556Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.103s) 2022-11-23T01:48:49.1721888Z test_conv_backend_slow1d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1723178Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1725230Z test_conv_backend_slow1d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.103s) 2022-11-23T01:48:49.1726572Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T01:48:49.1727978Z test_conv_backend_slow1d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:48:49.1729356Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.094s) 2022-11-23T01:48:49.1730609Z test_conv_backend_slow1d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2022-11-23T01:48:49.1731852Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T01:48:49.1733099Z test_conv_backend_slow1d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T01:48:49.1734440Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1735888Z test_conv_backend_slow2d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.076s) 2022-11-23T01:48:49.1737172Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.092s) 2022-11-23T01:48:49.1738404Z test_conv_backend_slow2d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.102s) 2022-11-23T01:48:49.1739629Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.124s) 2022-11-23T01:48:49.1740852Z test_conv_backend_slow2d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.109s) 2022-11-23T01:48:49.1742179Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.119s) 2022-11-23T01:48:49.1743803Z test_conv_backend_slow2d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.100s) 2022-11-23T01:48:49.1745069Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2022-11-23T01:48:49.1746442Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.108s) 2022-11-23T01:48:49.1747736Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.080s) 2022-11-23T01:48:49.1749128Z test_conv_backend_slow2d_dilated_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1750518Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.112s) 2022-11-23T01:48:49.1751817Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.117s) 2022-11-23T01:48:49.1753099Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.128s) 2022-11-23T01:48:49.1754388Z test_conv_backend_slow2d_dilated_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.111s) 2022-11-23T01:48:49.1755961Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.106s) 2022-11-23T01:48:49.1757336Z test_conv_backend_slow2d_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2022-11-23T01:48:49.1758527Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2022-11-23T01:48:49.1759712Z test_conv_backend_slow2d_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.118s) 2022-11-23T01:48:49.1760867Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2022-11-23T01:48:49.1762116Z test_conv_backend_slow2d_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:48:49.1763470Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.098s) 2022-11-23T01:48:49.1764646Z test_conv_backend_slow2d_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.093s) 2022-11-23T01:48:49.1765981Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.086s) 2022-11-23T01:48:49.1767241Z test_conv_backend_slow2d_transposed_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.076s) 2022-11-23T01:48:49.1768562Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.104s) 2022-11-23T01:48:49.1770028Z test_conv_backend_slow2d_transposed_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.108s) 2022-11-23T01:48:49.1771285Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.104s) 2022-11-23T01:48:49.1772505Z test_conv_backend_slow2d_transposed_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1773894Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.099s) 2022-11-23T01:48:49.1775255Z test_conv_backend_slow2d_transposed_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.113s) 2022-11-23T01:48:49.1776696Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1778008Z test_conv_backend_slow3d_cpu_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.035s) 2022-11-23T01:48:49.1779305Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.037s) 2022-11-23T01:48:49.1780602Z test_conv_backend_slow3d_cpu_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1781993Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1783419Z test_conv_backend_slow3d_cpu_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.038s) 2022-11-23T01:48:49.1784711Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.036s) 2022-11-23T01:48:49.1786174Z test_conv_backend_slow3d_cpu_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.027s) 2022-11-23T01:48:49.1787454Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.118s) 2022-11-23T01:48:49.1788750Z test_conv_backend_slow3d_cuda_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.106s) 2022-11-23T01:48:49.1790126Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2022-11-23T01:48:49.1791330Z test_conv_backend_slow3d_cuda_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.110s) 2022-11-23T01:48:49.1792532Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.143s) 2022-11-23T01:48:49.1793735Z test_conv_backend_slow3d_cuda_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.114s) 2022-11-23T01:48:49.1794934Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.134s) 2022-11-23T01:48:49.1796318Z test_conv_backend_slow3d_cuda_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2022-11-23T01:48:49.1797632Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.084s) 2022-11-23T01:48:49.1798865Z test_conv_backend_slow3d_dilated_has_bias_False_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.118s) 2022-11-23T01:48:49.1800128Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.108s) 2022-11-23T01:48:49.1801354Z test_conv_backend_slow3d_dilated_has_bias_False_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.097s) 2022-11-23T01:48:49.1802705Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.140s) 2022-11-23T01:48:49.1804207Z test_conv_backend_slow3d_dilated_has_bias_True_strided_False_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.134s) 2022-11-23T01:48:49.1805492Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_False_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.128s) 2022-11-23T01:48:49.1806709Z test_conv_backend_slow3d_dilated_has_bias_True_strided_True_contiguous_True_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.107s) 2022-11-23T01:48:49.1807854Z test_conv_contiguous_for_oneDNN_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:48:49.1809013Z test_conv_cudnn_mismatch_memory_format_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: ROCm not available (0.002s) 2022-11-23T01:48:49.1810192Z test_conv_cudnn_ndhwc_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.168s) 2022-11-23T01:48:49.1811157Z test_conv_cudnn_ndhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.039s) 2022-11-23T01:48:49.1812211Z test_conv_cudnn_nhwc_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: ROCm not available (0.007s) 2022-11-23T01:48:49.1813293Z test_conv_cudnn_nhwc_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: ROCm not available (0.009s) 2022-11-23T01:48:49.1814366Z test_conv_cudnn_nhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: ROCm not available (0.007s) 2022-11-23T01:48:49.1815656Z test_conv_cudnn_nhwc_support_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T01:48:49.1816975Z test_conv_cudnn_nhwc_support_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1818210Z test_conv_double_backward_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.096s) 2022-11-23T01:48:49.1819209Z test_conv_double_backward_groups_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.049s) 2022-11-23T01:48:49.1820209Z test_conv_double_backward_no_bias_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.026s) 2022-11-23T01:48:49.1821192Z test_conv_double_backward_stride_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.142s) 2022-11-23T01:48:49.1822339Z test_conv_double_backward_strided_with_3D_input_and_weight_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:48:49.1824000Z test_conv_empty_channel_cuda_complex64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\init.py:405: UserWarning: Initializing zero-element tensors is a no-op 2022-11-23T01:48:49.1825407Z warnings.warn("Initializing zero-element tensors is a no-op") 2022-11-23T01:48:49.1825960Z ok (0.021s) 2022-11-23T01:48:49.1826822Z test_conv_empty_channel_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T01:48:49.1827990Z test_conv_ic1_channels_last_for_oneDNN_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:48:49.1829169Z test_conv_large_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (1.209s) 2022-11-23T01:48:49.1830242Z test_conv_large_nosplit_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.476s) 2022-11-23T01:48:49.1831316Z test_conv_noncontig_weights_and_bias_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:48:49.1832552Z test_conv_noncontig_weights_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T01:48:49.1833579Z test_conv_thnn_nhwc_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:48:49.1834738Z test_conv_thnn_nhwc_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:48:49.1836051Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose2d_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1837412Z test_conv_transpose_with_output_size_and_no_batch_dim_ConvTranspose3d_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1838923Z test_conv_transposed_large_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.592s) 2022-11-23T01:48:49.1840039Z test_convert_conv2d_weight_memory_format_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (2.637s) 2022-11-23T01:48:49.1841145Z test_cudnn_convolution_add_relu_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.082s) 2022-11-23T01:48:49.1842180Z test_cudnn_convolution_add_relu_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.083s) 2022-11-23T01:48:49.1843284Z test_cudnn_convolution_relu_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2022-11-23T01:48:49.1844471Z test_cudnn_convolution_relu_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.072s) 2022-11-23T01:48:49.1845770Z test_group_convTranspose_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1846821Z test_group_conv_empty_cuda (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:48:49.1847859Z test_noncontig_conv_grad_cuda_float16 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T01:48:49.1848926Z test_noncontig_conv_grad_cuda_float32 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:48:49.1849929Z test_noncontig_conv_grad_cuda_float64 (__main__.TestConvolutionNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:48:49.1850501Z 2022-11-23T01:48:49.1851000Z ---------------------------------------------------------------------- 2022-11-23T01:48:49.1851701Z Ran 583 tests in 151.984s 2022-11-23T01:48:49.1852302Z 2022-11-23T01:48:49.1852619Z OK (skipped=236, expected failures=1) 2022-11-23T01:48:49.1852999Z 2022-11-23T01:48:49.1853257Z Generating XML reports... 2022-11-23T01:48:49.1854234Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNN-20221123014614.xml 2022-11-23T01:48:49.1855730Z Generated XML report: test-reports\python-unittest\nn.test_convolution\TEST-TestConvolutionNNDeviceTypeCUDA-20221123014614.xml 2022-11-23T01:48:49.1856521Z 2022-11-23T01:48:49.1857212Z ##[endgroup] 2022-11-23T01:48:49.1858291Z FINISHED PRINTING LOG FILE of nn/test_convolution (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_convolution__sxl9hqc) 2022-11-23T01:48:49.1859166Z 2022-11-23T01:48:55.6691825Z Running test_mkldnn ... [2022-11-23 01:48:55.668509] 2022-11-23T01:48:55.6703967Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_mkldnn.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:48:55.669874] 2022-11-23T01:48:55.6708529Z Ignoring disabled issues: [] 2022-11-23T01:50:43.2212829Z 2022-11-23T01:50:43.2213888Z Expand the folded group to see the log file of test_mkldnn 2022-11-23T01:50:43.2215786Z ##[group]PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_rb3hfl02) 2022-11-23T01:50:43.2216458Z 2022-11-23T01:50:43.2216663Z Running tests... 2022-11-23T01:50:43.2217244Z ---------------------------------------------------------------------- 2022-11-23T01:50:43.2218052Z Test results will be stored in test-reports\python-unittest\test_mkldnn 2022-11-23T01:50:43.2218786Z test_0_dimension_tensor (__main__.TestMkldnn) ... ok (4.676s) 2022-11-23T01:50:43.2219511Z test_adaptive_avg_pool2d (__main__.TestMkldnn) ... ok (0.435s) 2022-11-23T01:50:43.2220404Z test_adaptive_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T01:50:43.2221300Z test_add (__main__.TestMkldnn) ... ok (0.380s) 2022-11-23T01:50:43.2222015Z test_autograd_from_mkldnn (__main__.TestMkldnn) ... ok (0.009s) 2022-11-23T01:50:43.2222770Z test_autograd_to_mkldnn (__main__.TestMkldnn) ... ok (0.020s) 2022-11-23T01:50:43.2223428Z test_avg_pool2d (__main__.TestMkldnn) ... ok (0.080s) 2022-11-23T01:50:43.2224203Z test_avg_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.010s) 2022-11-23T01:50:43.2225392Z test_avg_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.015s) 2022-11-23T01:50:43.2226138Z test_avg_pool3d (__main__.TestMkldnn) ... ok (4.299s) 2022-11-23T01:50:43.2226900Z test_avg_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.384s) 2022-11-23T01:50:43.2228433Z test_batch_norm_2d (__main__.TestMkldnn) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\jit\_trace.py:780: UserWarning: The input to trace is already a ScriptModule, tracing it is a no-op. Returning the object as is. 2022-11-23T01:50:43.2229780Z warnings.warn( 2022-11-23T01:50:43.2230281Z ok (0.817s) 2022-11-23T01:50:43.2231032Z test_batch_norm_2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.030s) 2022-11-23T01:50:43.2231856Z test_batch_norm_3d (__main__.TestMkldnn) ... ok (3.205s) 2022-11-23T01:50:43.2232677Z test_batch_norm_3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.235s) 2022-11-23T01:50:43.2233411Z test_clone (__main__.TestMkldnn) ... ok (0.015s) 2022-11-23T01:50:43.2234101Z test_conv1d (__main__.TestMkldnn) ... ok (0.365s) 2022-11-23T01:50:43.2234972Z test_conv1d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:50:43.2235890Z test_conv1d_functional (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T01:50:43.2236688Z test_conv2d (__main__.TestMkldnn) ... ok (6.532s) 2022-11-23T01:50:43.2237490Z test_conv2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:50:43.2238235Z test_conv2d_legacy_jit_model (__main__.TestMkldnn) 2022-11-23T01:50:43.2239242Z MKLDNN integration used to serialize models with 5d weight for grouped ... ok (0.041s) 2022-11-23T01:50:43.2240087Z test_conv2d_nhwc (__main__.TestMkldnn) ... ok (7.831s) 2022-11-23T01:50:43.2240918Z test_conv2d_nhwc_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:50:43.2241816Z test_conv3d (__main__.TestMkldnn) ... ok (9.321s) 2022-11-23T01:50:43.2242824Z test_conv3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.011s) 2022-11-23T01:50:43.2243574Z test_conversion (__main__.TestMkldnn) ... ok (0.037s) 2022-11-23T01:50:43.2244266Z test_copy (__main__.TestMkldnn) ... ok (0.009s) 2022-11-23T01:50:43.2244948Z test_detach (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:50:43.2245633Z test_empty (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:50:43.2246309Z test_gelu (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:50:43.2247094Z test_gelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.000s) 2022-11-23T01:50:43.2247827Z test_is_mkldnn (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:50:43.2248630Z test_is_mkldnn_jit (__main__.TestMkldnn) ... ok (0.023s) 2022-11-23T01:50:43.2250367Z test_legacy_new_failure (__main__.TestMkldnn) ... 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-23T01:50:43.2251842Z warnings.warn(message, UserWarning) 2022-11-23T01:50:43.2252407Z ok (0.007s) 2022-11-23T01:50:43.2253026Z test_linear (__main__.TestMkldnn) ... ok (0.207s) 2022-11-23T01:50:43.2253740Z test_linear_backward (__main__.TestMkldnn) ... ok (0.027s) 2022-11-23T01:50:43.2254577Z test_linear_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.003s) 2022-11-23T01:50:43.2255450Z test_linear_non_contiguous_weight (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T01:50:43.2256440Z test_max_pool2d (__main__.TestMkldnn) ... ok (0.464s) 2022-11-23T01:50:43.2257343Z test_max_pool2d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.008s) 2022-11-23T01:50:43.2258240Z test_max_pool2d_stride_none (__main__.TestMkldnn) ... ok (0.029s) 2022-11-23T01:50:43.2259315Z test_max_pool3d (__main__.TestMkldnn) ... ok (39.303s) 2022-11-23T01:50:43.2260199Z test_max_pool3d_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.371s) 2022-11-23T01:50:43.2261144Z test_max_pool_unsupported (__main__.TestMkldnn) ... ok (0.007s) 2022-11-23T01:50:43.2261962Z test_mkldnn_conv_shapecheck (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:50:43.2262776Z test_mul (__main__.TestMkldnn) ... ok (0.436s) 2022-11-23T01:50:43.2263616Z test_prelu (__main__.TestMkldnn) ... ok (21.777s) 2022-11-23T01:50:43.2264496Z test_prelu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.004s) 2022-11-23T01:50:43.2265278Z test_relu (__main__.TestMkldnn) ... ok (0.063s) 2022-11-23T01:50:43.2265886Z test_relu_ (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T01:50:43.2266672Z test_relu_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:50:43.2267597Z test_relu_inplace_bf16 (__main__.TestMkldnn) ... skip: Limit support for bf16 path (0.002s) 2022-11-23T01:50:43.2268380Z test_repr (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:50:43.2269143Z test_reshape (__main__.TestMkldnn) ... ok (0.000s) 2022-11-23T01:50:43.2269950Z test_reshape_backward (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T01:50:43.2270821Z test_reshape_blocked_format (__main__.TestMkldnn) ... ok (0.010s) 2022-11-23T01:50:43.2271638Z test_resnet18 (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T01:50:43.2272469Z test_resnext50_32x4d (__main__.TestMkldnn) ... skip: no torchvision (0.000s) 2022-11-23T01:50:43.2273370Z test_set_data_tensorimpl_type (__main__.TestMkldnn) ... ok (0.013s) 2022-11-23T01:50:43.2274137Z test_sigmoid (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T01:50:43.2274838Z test_softmax (__main__.TestMkldnn) ... ok (0.005s) 2022-11-23T01:50:43.2275502Z test_tanh (__main__.TestMkldnn) ... ok (0.006s) 2022-11-23T01:50:43.2276270Z test_transpose (__main__.TestMkldnn) ... ok (0.008s) 2022-11-23T01:50:43.2277033Z test_transpose_invalid_dime (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:50:43.2278010Z test_unsupported (__main__.TestMkldnn) ... ok (0.160s) 2022-11-23T01:50:43.2278771Z test_view (__main__.TestMkldnn) ... ok (0.004s) 2022-11-23T01:50:43.2279437Z test_zero_ (__main__.TestMkldnn) ... ok (0.003s) 2022-11-23T01:50:43.2279822Z 2022-11-23T01:50:43.2280285Z ---------------------------------------------------------------------- 2022-11-23T01:50:43.2281031Z Ran 68 tests in 101.782s 2022-11-23T01:50:43.2281415Z 2022-11-23T01:50:43.2281630Z OK (skipped=18) 2022-11-23T01:50:43.2281931Z 2022-11-23T01:50:43.2282186Z Generating XML reports... 2022-11-23T01:50:43.2283088Z Generated XML report: test-reports\python-unittest\test_mkldnn\TEST-TestMkldnn-20221123014900.xml 2022-11-23T01:50:43.2283700Z 2022-11-23T01:50:43.2284253Z ##[endgroup] 2022-11-23T01:50:43.2285150Z FINISHED PRINTING LOG FILE of test_mkldnn (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_mkldnn_rb3hfl02) 2022-11-23T01:50:43.2285819Z 2022-11-23T01:50:49.8107475Z Running test_masked ... [2022-11-23 01:50:49.809762] 2022-11-23T01:50:49.8119847Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_masked.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:50:49.811127] 2022-11-23T01:50:49.8121707Z Ignoring disabled issues: [] 2022-11-23T01:51:10.2871809Z 2022-11-23T01:51:10.2872666Z Expand the folded group to see the log file of test_jit_autocast 2022-11-23T01:51:10.2874540Z ##[group]PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_mcj3cyc3) 2022-11-23T01:51:10.2875897Z monkeytype is not installed. Skipping tests for Profile-Directed Typing 2022-11-23T01:51:10.2876431Z 2022-11-23T01:51:10.2876907Z Running tests... 2022-11-23T01:51:10.2877667Z ---------------------------------------------------------------------- 2022-11-23T01:51:10.2878925Z Test results will be stored in test-reports\python-unittest\test_jit_autocast 2022-11-23T01:51:10.2879875Z test_autocast_api (__main__.TestAutocast) ... ok (30.360s) 2022-11-23T01:51:10.2881043Z test_autocast_api_not_supported (__main__.TestAutocast) ... skip: we need to provide dtype argument at this moment (0.002s) 2022-11-23T01:51:10.2882150Z test_autocast_autodiff (__main__.TestAutocast) ... ok (8.122s) 2022-11-23T01:51:10.2883241Z test_autocast_decorator (__main__.TestAutocast) ... skip: autocast decorators not supported (0.001s) 2022-11-23T01:51:10.2884277Z test_autocast_decorator_outside_jit (__main__.TestAutocast) ... ok (0.039s) 2022-11-23T01:51:10.2885170Z test_autocast_mixed_dtypes (__main__.TestAutocast) ... ok (0.084s) 2022-11-23T01:51:10.2885896Z test_callees (__main__.TestAutocast) ... ok (0.023s) 2022-11-23T01:51:10.2886704Z test_callees_with_autocast_off (__main__.TestAutocast) ... ok (0.031s) 2022-11-23T01:51:10.2887716Z test_callees_with_autocast_on (__main__.TestAutocast) ... ok (0.037s) 2022-11-23T01:51:10.2888698Z test_conditional_autocast (__main__.TestAutocast) ... ok (0.022s) 2022-11-23T01:51:10.2889728Z test_control_flow (__main__.TestAutocast) ... skip: broken due to lack of type propagation (0.000s) 2022-11-23T01:51:10.2890654Z test_divergent_autocast (__main__.TestAutocast) ... ok (0.030s) 2022-11-23T01:51:10.2891394Z test_divergent_types (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T01:51:10.2892231Z test_duplicate_inputs (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T01:51:10.2893048Z test_eager_and_script (__main__.TestAutocast) ... ok (0.010s) 2022-11-23T01:51:10.2894118Z test_explicit_casts (__main__.TestAutocast) ... ok (0.187s) 2022-11-23T01:51:10.2895178Z test_fp32_policy (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T01:51:10.2896224Z test_fp32_policy_with_fp64 (__main__.TestAutocast) ... ok (0.016s) 2022-11-23T01:51:10.2897030Z test_fp32_set_opt_dtype_policy (__main__.TestAutocast) ... ok (0.036s) 2022-11-23T01:51:10.2897960Z test_fp32_set_opt_dtype_policy_fp64 (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T01:51:10.2898789Z test_ignore_amp (__main__.TestAutocast) ... ok (0.000s) 2022-11-23T01:51:10.2899608Z test_implicitly_nested_autocast (__main__.TestAutocast) ... ok (0.033s) 2022-11-23T01:51:10.2900444Z test_inplace (__main__.TestAutocast) ... ok (0.038s) 2022-11-23T01:51:10.2901314Z test_jit_autocast_softmax_cpu (__main__.TestAutocast) ... skip: CPU-only test (0.000s) 2022-11-23T01:51:10.2902370Z test_jit_autocast_softmax_gpu (__main__.TestAutocast) ... ok (0.871s) 2022-11-23T01:51:10.2903380Z test_jit_call_method_under_autocast (__main__.TestAutocast) ... ok (0.068s) 2022-11-23T01:51:10.2904291Z test_jit_executor_under_autocast (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T01:51:10.2905145Z test_jit_freeze_autocast_basic (__main__.TestAutocast) ... ok (0.048s) 2022-11-23T01:51:10.2906018Z test_jit_freeze_autocast_constants (__main__.TestAutocast) ... ok (0.046s) 2022-11-23T01:51:10.2906964Z test_linear_bf16 (__main__.TestAutocast) ... skip: No cuda bfloat16 support (0.001s) 2022-11-23T01:51:10.2907813Z test_minimal (__main__.TestAutocast) ... ok (0.017s) 2022-11-23T01:51:10.2908604Z test_minimal_cpu (__main__.TestAutocast) ... ok (0.036s) 2022-11-23T01:51:10.2909486Z test_minimal_off (__main__.TestAutocast) ... ok (0.022s) 2022-11-23T01:51:10.2910382Z test_nested_autocast (__main__.TestAutocast) ... ok (0.023s) 2022-11-23T01:51:10.2911193Z test_promote_policy (__main__.TestAutocast) ... ok (0.028s) 2022-11-23T01:51:10.2912008Z test_promote_policy_fp64 (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T01:51:10.2912839Z test_reused_autocast (__main__.TestAutocast) ... ok (0.037s) 2022-11-23T01:51:10.2913677Z test_reused_autocast_expr (__main__.TestAutocast) ... skip: unsuported autocast syntax (0.002s) 2022-11-23T01:51:10.2914625Z test_runtime_autocast_state (__main__.TestAutocast) ... ok (0.025s) 2022-11-23T01:51:10.2915913Z test_runtime_autocast_state_expr (__main__.TestAutocast) ... ok (0.027s) 2022-11-23T01:51:10.2916954Z test_script_and_tracing (__main__.TestAutocast) ... ok (0.070s) 2022-11-23T01:51:10.2918000Z test_script_and_tracing_with_autocast (__main__.TestAutocast) ... skip: autocast(False) is ignored inside traced functions (0.001s) 2022-11-23T01:51:10.2918990Z test_script_module (__main__.TestAutocast) ... ok (0.081s) 2022-11-23T01:51:10.2919727Z test_tracing_and_script (__main__.TestAutocast) ... ok (0.048s) 2022-11-23T01:51:10.2920831Z test_tracing_with_autocast_and_script (__main__.TestAutocast) ... skip: scripted called from traced TorchScript is not yet working (0.001s) 2022-11-23T01:51:10.2922032Z test_cat_promote (__main__.TestJitTraceAutocast) ... ok (0.353s) 2022-11-23T01:51:10.2923254Z test_generate_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (88.202s) 2022-11-23T01:51:10.2924249Z test_nchw_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (128.020s) 2022-11-23T01:51:10.2925222Z test_nhwc_autocast_jit_trace_model (__main__.TestJitTraceAutocast) ... ok (35.843s) 2022-11-23T01:51:10.2926187Z test_script_autocast_cpu (__main__.TestJitTraceAutocast) ... ok (0.137s) 2022-11-23T01:51:10.2927053Z test_script_autocast_cuda (__main__.TestJitTraceAutocast) ... ok (0.117s) 2022-11-23T01:51:10.2927988Z test_script_autocast_enable_and_check (__main__.TestJitTraceAutocast) ... ok (0.137s) 2022-11-23T01:51:10.2929069Z test_scripted_aliasing (__main__.TestJitTraceAutocast) ... ok (0.136s) 2022-11-23T01:51:10.2929570Z 2022-11-23T01:51:10.2930199Z ---------------------------------------------------------------------- 2022-11-23T01:51:10.2931169Z Ran 53 tests in 293.672s 2022-11-23T01:51:10.2931549Z 2022-11-23T01:51:10.2931792Z OK (skipped=8) 2022-11-23T01:51:10.2932118Z 2022-11-23T01:51:10.2932402Z Generating XML reports... 2022-11-23T01:51:10.2933277Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestAutocast-20221123014615.xml 2022-11-23T01:51:10.2934570Z Generated XML report: test-reports\python-unittest\test_jit_autocast\TEST-TestJitTraceAutocast-20221123014615.xml 2022-11-23T01:51:10.2935307Z 2022-11-23T01:51:10.2936224Z ##[endgroup] 2022-11-23T01:51:10.2937392Z FINISHED PRINTING LOG FILE of test_jit_autocast (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_jit_autocast_mcj3cyc3) 2022-11-23T01:51:10.2938100Z 2022-11-23T01:51:14.9501655Z Running test_utils ... [2022-11-23 01:51:14.949823] 2022-11-23T01:51:14.9510636Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:51:14.950710] 2022-11-23T01:51:14.9513421Z Ignoring disabled issues: [] 2022-11-23T01:51:41.1393087Z 2022-11-23T01:51:41.1393891Z Expand the folded group to see the log file of test_masked 2022-11-23T01:51:41.1395733Z ##[group]PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_t46m7ytd) 2022-11-23T01:51:41.1397864Z 2022-11-23T01:51:41.1398487Z Running tests... 2022-11-23T01:51:41.1399270Z ---------------------------------------------------------------------- 2022-11-23T01:51:41.1400176Z Test results will be stored in test-reports\python-unittest\test_masked 2022-11-23T01:51:41.1401367Z test_mask_layout_sparse_coo_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (3.480s) 2022-11-23T01:51:41.1402612Z test_mask_layout_sparse_coo_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.930s) 2022-11-23T01:51:41.1403284Z test_mask_layout_sparse_coo_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.923s) 2022-11-23T01:51:41.1404258Z test_mask_layout_sparse_coo_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.851s) 2022-11-23T01:51:41.1405214Z test_mask_layout_sparse_coo_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.004s) 2022-11-23T01:51:41.1406239Z test_mask_layout_sparse_coo_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1407568Z test_mask_layout_sparse_coo_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1408589Z test_mask_layout_sparse_coo_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1409704Z test_mask_layout_sparse_coo_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1410714Z test_mask_layout_sparse_coo_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.890s) 2022-11-23T01:51:41.1411635Z test_mask_layout_sparse_coo_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.861s) 2022-11-23T01:51:41.1412506Z test_mask_layout_sparse_coo_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.828s) 2022-11-23T01:51:41.1413387Z test_mask_layout_sparse_coo_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.854s) 2022-11-23T01:51:41.1414297Z test_mask_layout_sparse_coo_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1415322Z test_mask_layout_sparse_coo_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.006s) 2022-11-23T01:51:41.1416565Z test_mask_layout_sparse_coo_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1417493Z test_mask_layout_sparse_coo_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1418487Z test_mask_layout_sparse_coo_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:51:41.1419854Z test_mask_layout_sparse_coo_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-11-23T01:51:41.1420980Z test_mask_layout_sparse_coo_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1422048Z test_mask_layout_sparse_coo_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:51:41.1423208Z test_mask_layout_sparse_coo_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1424337Z test_mask_layout_sparse_coo_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.000s) 2022-11-23T01:51:41.1425561Z test_mask_layout_sparse_coo_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.004s) 2022-11-23T01:51:41.1426736Z test_mask_layout_sparse_coo_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... skip: masked.mean does not support inputs with sparse_coo layout (0.005s) 2022-11-23T01:51:41.1427860Z test_mask_layout_sparse_coo_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1428916Z test_mask_layout_sparse_coo_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1430032Z test_mask_layout_sparse_coo_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1430983Z test_mask_layout_sparse_coo_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1431914Z test_mask_layout_sparse_coo_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1432874Z test_mask_layout_sparse_coo_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.789s) 2022-11-23T01:51:41.1433859Z test_mask_layout_sparse_coo_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1434790Z test_mask_layout_sparse_coo_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1435864Z test_mask_layout_sparse_coo_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1437160Z test_mask_layout_sparse_coo_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.891s) 2022-11-23T01:51:41.1438046Z test_mask_layout_sparse_coo_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.832s) 2022-11-23T01:51:41.1438943Z test_mask_layout_sparse_coo_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.669s) 2022-11-23T01:51:41.1439862Z test_mask_layout_sparse_coo_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1440845Z test_mask_layout_sparse_coo_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1441779Z test_mask_layout_sparse_coo_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1443025Z test_mask_layout_sparse_coo_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1444121Z test_mask_layout_sparse_coo_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1445057Z test_mask_layout_sparse_coo_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.732s) 2022-11-23T01:51:41.1445973Z test_mask_layout_sparse_coo_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.592s) 2022-11-23T01:51:41.1446947Z test_mask_layout_sparse_coo_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.919s) 2022-11-23T01:51:41.1447911Z test_mask_layout_sparse_coo_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.555s) 2022-11-23T01:51:41.1448903Z test_mask_layout_sparse_coo_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.774s) 2022-11-23T01:51:41.1450222Z test_mask_layout_sparse_coo_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.760s) 2022-11-23T01:51:41.1451228Z test_mask_layout_sparse_coo_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.763s) 2022-11-23T01:51:41.1452125Z test_mask_layout_sparse_coo_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.582s) 2022-11-23T01:51:41.1452993Z test_mask_layout_sparse_coo_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.516s) 2022-11-23T01:51:41.1453888Z test_mask_layout_sparse_coo_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.559s) 2022-11-23T01:51:41.1454775Z test_mask_layout_sparse_coo_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.507s) 2022-11-23T01:51:41.1455670Z test_mask_layout_sparse_coo_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.541s) 2022-11-23T01:51:41.1456698Z test_mask_layout_sparse_csr_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.151s) 2022-11-23T01:51:41.1457871Z test_mask_layout_sparse_csr_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.147s) 2022-11-23T01:51:41.1458782Z test_mask_layout_sparse_csr_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.148s) 2022-11-23T01:51:41.1459774Z test_mask_layout_sparse_csr_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-11-23T01:51:41.1460794Z test_mask_layout_sparse_csr_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1461814Z test_mask_layout_sparse_csr_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1462888Z test_mask_layout_sparse_csr_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1463981Z test_mask_layout_sparse_csr_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1465058Z test_mask_layout_sparse_csr_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1466008Z test_mask_layout_sparse_csr_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.140s) 2022-11-23T01:51:41.1466994Z test_mask_layout_sparse_csr_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.160s) 2022-11-23T01:51:41.1467958Z test_mask_layout_sparse_csr_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.152s) 2022-11-23T01:51:41.1470009Z test_mask_layout_sparse_csr_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.148s) 2022-11-23T01:51:41.1471166Z test_mask_layout_sparse_csr_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1472189Z test_mask_layout_sparse_csr_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1473195Z test_mask_layout_sparse_csr_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1474203Z test_mask_layout_sparse_csr_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1475185Z test_mask_layout_sparse_csr_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1476178Z test_mask_layout_sparse_csr_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.125s) 2022-11-23T01:51:41.1477269Z test_mask_layout_sparse_csr_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1478472Z test_mask_layout_sparse_csr_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1479482Z test_mask_layout_sparse_csr_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1480447Z test_mask_layout_sparse_csr_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.138s) 2022-11-23T01:51:41.1481389Z test_mask_layout_sparse_csr_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.123s) 2022-11-23T01:51:41.1482431Z test_mask_layout_sparse_csr_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.114s) 2022-11-23T01:51:41.1483422Z test_mask_layout_sparse_csr_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1484441Z test_mask_layout_sparse_csr_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1485603Z test_mask_layout_sparse_csr_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1486578Z test_mask_layout_sparse_csr_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1487556Z test_mask_layout_sparse_csr_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1488551Z test_mask_layout_sparse_csr_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.152s) 2022-11-23T01:51:41.1489500Z test_mask_layout_sparse_csr_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1490579Z test_mask_layout_sparse_csr_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1491741Z test_mask_layout_sparse_csr_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1492921Z test_mask_layout_sparse_csr_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.147s) 2022-11-23T01:51:41.1493910Z test_mask_layout_sparse_csr_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.150s) 2022-11-23T01:51:41.1494942Z test_mask_layout_sparse_csr_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.146s) 2022-11-23T01:51:41.1495937Z test_mask_layout_sparse_csr_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1496913Z test_mask_layout_sparse_csr_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1498069Z test_mask_layout_sparse_csr_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1499351Z test_mask_layout_sparse_csr_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1500464Z test_mask_layout_sparse_csr_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1501747Z test_mask_layout_sparse_csr_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.161s) 2022-11-23T01:51:41.1502739Z test_mask_layout_sparse_csr_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.037s) 2022-11-23T01:51:41.1503700Z test_mask_layout_sparse_csr_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.054s) 2022-11-23T01:51:41.1504694Z test_mask_layout_sparse_csr_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.045s) 2022-11-23T01:51:41.1505770Z test_mask_layout_sparse_csr_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.160s) 2022-11-23T01:51:41.1506778Z test_mask_layout_sparse_csr_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.158s) 2022-11-23T01:51:41.1507728Z test_mask_layout_sparse_csr_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.161s) 2022-11-23T01:51:41.1508634Z test_mask_layout_sparse_csr_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.052s) 2022-11-23T01:51:41.1509463Z test_mask_layout_sparse_csr_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.046s) 2022-11-23T01:51:41.1510321Z test_mask_layout_sparse_csr_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.039s) 2022-11-23T01:51:41.1511107Z test_mask_layout_sparse_csr_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.049s) 2022-11-23T01:51:41.1512054Z test_mask_layout_sparse_csr_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.046s) 2022-11-23T01:51:41.1513074Z test_mask_layout_strided_masked_amax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.300s) 2022-11-23T01:51:41.1513940Z test_mask_layout_strided_masked_amax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.324s) 2022-11-23T01:51:41.1514911Z test_mask_layout_strided_masked_amax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.334s) 2022-11-23T01:51:41.1515787Z test_mask_layout_strided_masked_amax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.302s) 2022-11-23T01:51:41.1516634Z test_mask_layout_strided_masked_amax_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1517487Z test_mask_layout_strided_masked_amax_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1518477Z test_mask_layout_strided_masked_amax_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1519465Z test_mask_layout_strided_masked_amax_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1520453Z test_mask_layout_strided_masked_amax_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1521331Z test_mask_layout_strided_masked_amin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.338s) 2022-11-23T01:51:41.1522167Z test_mask_layout_strided_masked_amin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.338s) 2022-11-23T01:51:41.1522973Z test_mask_layout_strided_masked_amin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.291s) 2022-11-23T01:51:41.1523788Z test_mask_layout_strided_masked_amin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.296s) 2022-11-23T01:51:41.1524647Z test_mask_layout_strided_masked_amin_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1525722Z test_mask_layout_strided_masked_amin_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1526713Z test_mask_layout_strided_masked_amin_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:51:41.1527584Z test_mask_layout_strided_masked_amin_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1528447Z test_mask_layout_strided_masked_amin_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1529291Z test_mask_layout_strided_masked_mean_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.191s) 2022-11-23T01:51:41.1530073Z test_mask_layout_strided_masked_mean_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1531129Z test_mask_layout_strided_masked_mean_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1532154Z test_mask_layout_strided_masked_mean_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1533085Z test_mask_layout_strided_masked_mean_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.203s) 2022-11-23T01:51:41.1534024Z test_mask_layout_strided_masked_mean_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.198s) 2022-11-23T01:51:41.1534913Z test_mask_layout_strided_masked_mean_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.187s) 2022-11-23T01:51:41.1535772Z test_mask_layout_strided_masked_mean_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1536599Z test_mask_layout_strided_masked_mean_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1537479Z test_mask_layout_strided_masked_mean_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1538370Z test_mask_layout_strided_masked_mean_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1539243Z test_mask_layout_strided_masked_mean_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1540191Z test_mask_layout_strided_masked_prod_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.278s) 2022-11-23T01:51:41.1541180Z test_mask_layout_strided_masked_prod_cuda_bool (__main__.TestMaskedCUDA) ... skip: Skipped! (0.000s) 2022-11-23T01:51:41.1542045Z test_mask_layout_strided_masked_prod_cuda_complex128 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.011s) 2022-11-23T01:51:41.1543130Z test_mask_layout_strided_masked_prod_cuda_complex64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1544058Z test_mask_layout_strided_masked_prod_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.287s) 2022-11-23T01:51:41.1544928Z test_mask_layout_strided_masked_prod_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.285s) 2022-11-23T01:51:41.1545777Z test_mask_layout_strided_masked_prod_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.297s) 2022-11-23T01:51:41.1546741Z test_mask_layout_strided_masked_prod_cuda_int16 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1547775Z test_mask_layout_strided_masked_prod_cuda_int32 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1548683Z test_mask_layout_strided_masked_prod_cuda_int64 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1549485Z test_mask_layout_strided_masked_prod_cuda_int8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.001s) 2022-11-23T01:51:41.1550374Z test_mask_layout_strided_masked_prod_cuda_uint8 (__main__.TestMaskedCUDA) ... skip: Skipped! (0.002s) 2022-11-23T01:51:41.1551228Z test_mask_layout_strided_masked_sum_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.296s) 2022-11-23T01:51:41.1552046Z test_mask_layout_strided_masked_sum_cuda_bool (__main__.TestMaskedCUDA) ... ok (0.196s) 2022-11-23T01:51:41.1552891Z test_mask_layout_strided_masked_sum_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.248s) 2022-11-23T01:51:41.1553833Z test_mask_layout_strided_masked_sum_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.229s) 2022-11-23T01:51:41.1554788Z test_mask_layout_strided_masked_sum_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.295s) 2022-11-23T01:51:41.1555526Z test_mask_layout_strided_masked_sum_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.301s) 2022-11-23T01:51:41.1556334Z test_mask_layout_strided_masked_sum_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.302s) 2022-11-23T01:51:41.1557177Z test_mask_layout_strided_masked_sum_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.219s) 2022-11-23T01:51:41.1558038Z test_mask_layout_strided_masked_sum_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.221s) 2022-11-23T01:51:41.1558874Z test_mask_layout_strided_masked_sum_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.239s) 2022-11-23T01:51:41.1559887Z test_mask_layout_strided_masked_sum_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.256s) 2022-11-23T01:51:41.1560778Z test_mask_layout_strided_masked_sum_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.220s) 2022-11-23T01:51:41.1561939Z test_reference_masked_masked_log_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.108s) 2022-11-23T01:51:41.1562813Z test_reference_masked_masked_log_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.096s) 2022-11-23T01:51:41.1563619Z test_reference_masked_masked_log_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.094s) 2022-11-23T01:51:41.1564474Z test_reference_masked_masked_log_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.101s) 2022-11-23T01:51:41.1565335Z test_reference_masked_masked_norm_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.859s) 2022-11-23T01:51:41.1566145Z test_reference_masked_masked_norm_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.801s) 2022-11-23T01:51:41.1566893Z test_reference_masked_masked_norm_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.853s) 2022-11-23T01:51:41.1567849Z test_reference_masked_masked_norm_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.801s) 2022-11-23T01:51:41.1568884Z test_reference_masked_masked_normalize_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.141s) 2022-11-23T01:51:41.1569741Z test_reference_masked_masked_normalize_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.174s) 2022-11-23T01:51:41.1570598Z test_reference_masked_masked_normalize_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.153s) 2022-11-23T01:51:41.1571588Z test_reference_masked_masked_normalize_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.118s) 2022-11-23T01:51:41.1572468Z test_reference_masked_masked_normalize_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.138s) 2022-11-23T01:51:41.1573232Z test_reference_masked_masked_normalize_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.124s) 2022-11-23T01:51:41.1574209Z test_reference_masked_masked_softmax_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.089s) 2022-11-23T01:51:41.1575162Z test_reference_masked_masked_softmax_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.089s) 2022-11-23T01:51:41.1576182Z test_reference_masked_masked_softmax_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.085s) 2022-11-23T01:51:41.1577055Z test_reference_masked_masked_softmax_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.083s) 2022-11-23T01:51:41.1577915Z test_reference_masked_masked_softmin_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.101s) 2022-11-23T01:51:41.1578794Z test_reference_masked_masked_softmin_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.104s) 2022-11-23T01:51:41.1579606Z test_reference_masked_masked_softmin_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.098s) 2022-11-23T01:51:41.1580440Z test_reference_masked_masked_softmin_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.092s) 2022-11-23T01:51:41.1581383Z test_reference_masked_masked_std_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.432s) 2022-11-23T01:51:41.1582366Z test_reference_masked_masked_std_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (1.139s) 2022-11-23T01:51:41.1583350Z test_reference_masked_masked_std_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (1.102s) 2022-11-23T01:51:41.1584157Z test_reference_masked_masked_std_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.432s) 2022-11-23T01:51:41.1584961Z test_reference_masked_masked_std_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.460s) 2022-11-23T01:51:41.1585713Z test_reference_masked_masked_std_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.418s) 2022-11-23T01:51:41.1586525Z test_reference_masked_masked_std_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.010s) 2022-11-23T01:51:41.1587325Z test_reference_masked_masked_std_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.010s) 2022-11-23T01:51:41.1588224Z test_reference_masked_masked_std_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.010s) 2022-11-23T01:51:41.1589332Z test_reference_masked_masked_std_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.010s) 2022-11-23T01:51:41.1590153Z test_reference_masked_masked_std_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.019s) 2022-11-23T01:51:41.1590910Z test_reference_masked_masked_var_cuda_bfloat16 (__main__.TestMaskedCUDA) ... ok (0.392s) 2022-11-23T01:51:41.1591739Z test_reference_masked_masked_var_cuda_complex128 (__main__.TestMaskedCUDA) ... ok (0.348s) 2022-11-23T01:51:41.1592575Z test_reference_masked_masked_var_cuda_complex64 (__main__.TestMaskedCUDA) ... ok (0.367s) 2022-11-23T01:51:41.1593440Z test_reference_masked_masked_var_cuda_float16 (__main__.TestMaskedCUDA) ... ok (0.399s) 2022-11-23T01:51:41.1594397Z test_reference_masked_masked_var_cuda_float32 (__main__.TestMaskedCUDA) ... ok (0.394s) 2022-11-23T01:51:41.1595374Z test_reference_masked_masked_var_cuda_float64 (__main__.TestMaskedCUDA) ... ok (0.407s) 2022-11-23T01:51:41.1596321Z test_reference_masked_masked_var_cuda_int16 (__main__.TestMaskedCUDA) ... ok (0.019s) 2022-11-23T01:51:41.1597086Z test_reference_masked_masked_var_cuda_int32 (__main__.TestMaskedCUDA) ... ok (0.014s) 2022-11-23T01:51:41.1598000Z test_reference_masked_masked_var_cuda_int64 (__main__.TestMaskedCUDA) ... ok (0.009s) 2022-11-23T01:51:41.1598931Z test_reference_masked_masked_var_cuda_int8 (__main__.TestMaskedCUDA) ... ok (0.006s) 2022-11-23T01:51:41.1599789Z test_reference_masked_masked_var_cuda_uint8 (__main__.TestMaskedCUDA) ... ok (0.032s) 2022-11-23T01:51:41.1600569Z test_where_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.012s) 2022-11-23T01:51:41.1601564Z test_where_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.007s) 2022-11-23T01:51:41.1602359Z test_where_csr_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.005s) 2022-11-23T01:51:41.1603242Z test_where_csr_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.005s) 2022-11-23T01:51:41.1604085Z test_where_hybrid_coo_fill_value_0_cuda (__main__.TestMaskedCUDA) ... ok (0.004s) 2022-11-23T01:51:41.1604872Z test_where_hybrid_coo_fill_value_123_cuda (__main__.TestMaskedCUDA) ... ok (0.005s) 2022-11-23T01:51:41.1605296Z 2022-11-23T01:51:41.1605679Z ---------------------------------------------------------------------- 2022-11-23T01:51:41.1606295Z Ran 212 tests in 43.312s 2022-11-23T01:51:41.1606578Z 2022-11-23T01:51:41.1606789Z OK (skipped=82) 2022-11-23T01:51:41.1607061Z 2022-11-23T01:51:41.1607239Z Generating XML reports... 2022-11-23T01:51:41.1608072Z Generated XML report: test-reports\python-unittest\test_masked\TEST-TestMaskedCUDA-20221123015056.xml 2022-11-23T01:51:41.1608753Z 2022-11-23T01:51:41.1609557Z ##[endgroup] 2022-11-23T01:51:41.1610436Z FINISHED PRINTING LOG FILE of test_masked (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_masked_t46m7ytd) 2022-11-23T01:51:41.1611040Z 2022-11-23T01:51:45.7016739Z Running profiler/test_profiler ... [2022-11-23 01:51:45.696834] 2022-11-23T01:51:45.7024886Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'profiler/test_profiler.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:51:45.696834] 2022-11-23T01:51:45.7027777Z Ignoring disabled issues: [] 2022-11-23T01:51:57.3989414Z 2022-11-23T01:51:57.3990329Z Expand the folded group to see the log file of test_utils 2022-11-23T01:51:57.3995500Z ##[group]PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_b0i1cd08) 2022-11-23T01:51:57.3996115Z 2022-11-23T01:51:57.3996323Z Running tests... 2022-11-23T01:51:57.3996956Z ---------------------------------------------------------------------- 2022-11-23T01:51:57.3998358Z Test results will be stored in test-reports\python-unittest\test_utils 2022-11-23T01:51:57.4000892Z test_assert_scriptable (__main__.TestAssert) ... ok (2.596s) 2022-11-23T01:51:57.4653322Z test_assert_true (__main__.TestAssert) ... ok (0.002s) 2022-11-23T01:51:57.4654103Z test_bottleneck_cpu_only (__main__.TestBottleneck) ... skip: CPU-only test (0.001s) 2022-11-23T01:51:57.4656160Z test_bottleneck_cuda (__main__.TestBottleneck) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/85284 for platform(s) linux, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:51:57.4657927Z test_checkpoint (__main__.TestCheckpoint) ... ok (0.019s) 2022-11-23T01:51:57.4658653Z test_checkpoint_module_list (__main__.TestCheckpoint) ... ok (0.020s) 2022-11-23T01:51:57.4659913Z test_checkpoint_no_tensors (__main__.TestCheckpoint) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\utils\checkpoint.py:31: UserWarning: None of the inputs have requires_grad=True. Gradients will be None 2022-11-23T01:51:57.4661152Z warnings.warn("None of the inputs have requires_grad=True. Gradients will be None") 2022-11-23T01:51:57.4900748Z ok (0.004s) 2022-11-23T01:51:57.4902061Z test_checkpoint_non_tensor (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:51:57.4903110Z test_checkpoint_non_tensor_inputs_outputs (__main__.TestCheckpoint) ... ok (0.008s) 2022-11-23T01:51:57.4904248Z test_checkpoint_not_preserve_rng_state_and_without_reentrant (__main__.TestCheckpoint) ... ok (0.003s) 2022-11-23T01:51:57.4905330Z test_checkpoint_partial_grad (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:51:57.4906293Z test_checkpoint_rng_cpu (__main__.TestCheckpoint) ... ok (0.018s) 2022-11-23T01:51:57.4907170Z test_checkpoint_rng_cuda (__main__.TestCheckpoint) ... ok (0.015s) 2022-11-23T01:51:57.4909569Z test_checkpoint_sequential_deprecated_multiple_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:51:57.4910764Z test_checkpoint_sequential_deprecated_no_args (__main__.TestCheckpoint) ... ok (0.002s) 2022-11-23T01:51:57.4911786Z test_checkpoint_trigger (__main__.TestCheckpoint) ... ok (0.008s) 2022-11-23T01:51:57.4912793Z test_checkpoint_valid (__main__.TestCheckpoint) ... ok (0.006s) 2022-11-23T01:51:57.4913875Z test_checkpointing_without_reentrant_early_free (__main__.TestCheckpoint) ... ok (0.007s) 2022-11-23T01:51:57.4914844Z test_smoke (__main__.TestCollectEnv) ... ok (5.596s) 2022-11-23T01:51:57.4915699Z test_cc_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T01:51:57.4916704Z test_cpp_compiler_is_ok (__main__.TestCppExtensionUtils) ... ok (0.000s) 2022-11-23T01:51:57.4918187Z test_multi_drop (__main__.TestDataLoaderUtils) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:51:57.4919549Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:51:57.4920816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:51:57.4922101Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:51:57.4923441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:51:57.4924658Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:51:57.4925914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:51:57.4927170Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:51:57.4927928Z ok (5.076s) 2022-11-23T01:51:57.4928982Z test_multi_keep (__main__.TestDataLoaderUtils) ... skip: FIXME: Intermittent CUDA out-of-memory error on Windows and time-out under ASAN (0.001s) 2022-11-23T01:51:57.4931091Z test_random_seed (__main__.TestDataLoaderUtils) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/70516 for allplatform(s) . If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.001s) 2022-11-23T01:51:57.4933098Z test_single_drop (__main__.TestDataLoaderUtils) ... ok (0.001s) 2022-11-23T01:51:57.4934031Z test_single_keep (__main__.TestDataLoaderUtils) ... ok (0.003s) 2022-11-23T01:51:57.4934994Z test_external_module_register (__main__.TestExtensionUtils) ... ok (0.040s) 2022-11-23T01:51:57.4935873Z test_import_hipify (__main__.TestHipify) ... ok (0.000s) 2022-11-23T01:51:57.4936763Z test_check_onnx_broadcast (__main__.TestONNXUtils) ... ok (0.006s) 2022-11-23T01:51:57.4937721Z test_prepare_onnx_paddings (__main__.TestONNXUtils) ... ok (0.000s) 2022-11-23T01:51:57.4938699Z test_load_standalone (__main__.TestStandaloneCPPJIT) ... ok (23.769s) 2022-11-23T01:51:57.4939295Z 2022-11-23T01:51:57.4939751Z ---------------------------------------------------------------------- 2022-11-23T01:51:57.4940462Z Ran 31 tests in 37.203s 2022-11-23T01:51:57.4940755Z 2022-11-23T01:51:57.4940965Z OK (skipped=4) 2022-11-23T01:51:57.4941272Z 2022-11-23T01:51:57.4941586Z Generating XML reports... 2022-11-23T01:51:57.4942507Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestAssert-20221123015119.xml 2022-11-23T01:51:57.4943806Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCheckpoint-20221123015119.xml 2022-11-23T01:51:57.4945081Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCollectEnv-20221123015119.xml 2022-11-23T01:51:57.4946544Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestCppExtensionUtils-20221123015119.xml 2022-11-23T01:51:57.4947885Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestDataLoaderUtils-20221123015119.xml 2022-11-23T01:51:57.4949200Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestExtensionUtils-20221123015119.xml 2022-11-23T01:51:57.4950454Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestHipify-20221123015119.xml 2022-11-23T01:51:57.4951776Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestONNXUtils-20221123015119.xml 2022-11-23T01:51:57.4953184Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestStandaloneCPPJIT-20221123015119.xml 2022-11-23T01:51:57.4954626Z Generated XML report: test-reports\python-unittest\test_utils\TEST-TestBottleneck-20221123015119.xml 2022-11-23T01:51:57.4955335Z 2022-11-23T01:51:57.4956132Z ##[endgroup] 2022-11-23T01:51:57.4957043Z FINISHED PRINTING LOG FILE of test_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_utils_b0i1cd08) 2022-11-23T01:51:57.4957734Z 2022-11-23T01:52:04.1132866Z Running nn/test_embedding ... [2022-11-23 01:52:04.112513] 2022-11-23T01:52:04.1143331Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_embedding.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:04.113888] 2022-11-23T01:52:04.1147024Z Ignoring disabled issues: [] 2022-11-23T01:52:23.6578710Z 2022-11-23T01:52:23.6579660Z Expand the folded group to see the log file of profiler/test_profiler 2022-11-23T01:52:23.6591209Z ##[group]PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_grpwtqh0) 2022-11-23T01:52:23.6591939Z 2022-11-23T01:52:23.6592373Z Running tests... 2022-11-23T01:52:23.6593029Z ---------------------------------------------------------------------- 2022-11-23T01:52:23.6594571Z Test results will be stored in test-reports\python-unittest\profiler.test_profiler 2022-11-23T01:52:23.6595757Z test_execution_graph_alone (__main__.TestExecutionGraph) ... ok (1.958s) 2022-11-23T01:52:23.6596564Z test_execution_graph_no_capture (__main__.TestExecutionGraph) ... ok (0.006s) 2022-11-23T01:52:23.6597334Z test_execution_graph_repeat_in_loop (__main__.TestExecutionGraph) ... ok (0.067s) 2022-11-23T01:52:23.6598460Z test_execution_graph_start_stop (__main__.TestExecutionGraph) ... ok (0.024s) 2022-11-23T01:52:23.6599660Z test_execution_graph_with_kineto (__main__.TestExecutionGraph) ... [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:52:23.6601123Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:52:23.6602570Z [W C:\actions-runner\_work\pytorch\pytorch\torch\csrc\profiler\kineto_shim.cpp:330] Profiler is not initialized: skipping step() invocation 2022-11-23T01:52:23.6603857Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6605166Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6606556Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6608025Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6609646Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6611216Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6612128Z ok (0.072s) 2022-11-23T01:52:23.6612702Z test_bfs (__main__.TestExperimentalUtils) ... ok (0.003s) 2022-11-23T01:52:23.6613412Z test_dfs (__main__.TestExperimentalUtils) ... ok (0.004s) 2022-11-23T01:52:23.6614735Z test_profiler_conv2d_bias_followed_by_batchnorm2d_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6616623Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6618053Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6619406Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6620758Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6622270Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6623859Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6625215Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6626588Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6627468Z ok (0.027s) 2022-11-23T01:52:23.6628814Z test_profiler_extra_cuda_copy_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6630596Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6631979Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6633333Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6634671Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6636264Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6637768Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6639100Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6640597Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6642063Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6643684Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6645067Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6646358Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6647673Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6649078Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6650673Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6651963Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6653299Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6654620Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6656050Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6657635Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6659146Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6660426Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6661695Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6663302Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6664779Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6666140Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6667471Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6668964Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6670583Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6671986Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6673277Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6674581Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6675942Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6677464Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6678782Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6680056Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6681343Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6682781Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6683958Z ok (0.045s) 2022-11-23T01:52:23.6685120Z test_profiler_extra_cuda_copy_pattern_benchmark (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6686826Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6688169Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6689115Z ok (0.040s) 2022-11-23T01:52:23.6690358Z test_profiler_for_loop_indexing_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6692030Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6693403Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6694758Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6696142Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6697788Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6699258Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6700602Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6701960Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6703425Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6704925Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6706223Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6707585Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6708900Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6710550Z STAGE:2022-11-23 01:51:52 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6711500Z ok (0.358s) 2022-11-23T01:52:23.6712587Z test_profiler_fp32_matmul_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6714108Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6715485Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6716663Z ok (0.866s) 2022-11-23T01:52:23.6717911Z test_profiler_grad_not_set_to_none_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6719487Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6720880Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6722193Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6723779Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6725292Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6726654Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6728097Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6729504Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6731097Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6732478Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6733829Z STAGE:2022-11-23 01:51:53 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6734660Z ok (0.153s) 2022-11-23T01:52:23.6735773Z test_profiler_matmul_dim_fp16_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6737616Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6739088Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6740443Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6741771Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6743243Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6744890Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6746384Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6747750Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6749040Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6750633Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6752145Z STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6753023Z ok (0.028s) 2022-11-23T01:52:23.6754107Z test_profiler_name_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:54 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6755609Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6757308Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6758407Z ok (4.850s) 2022-11-23T01:52:23.6759552Z test_profiler_optimizer_single_tensor_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6761110Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6762422Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6763952Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6765452Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6766802Z STAGE:2022-11-23 01:51:58 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6768163Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6769500Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6771113Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6772589Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6773926Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6775441Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6776903Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6778469Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6779856Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6781178Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6782497Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6783992Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6785065Z ok (0.436s) 2022-11-23T01:52:23.6786304Z test_profiler_pattern_match_helper (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6787838Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6789159Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6790058Z ok (0.009s) 2022-11-23T01:52:23.6791322Z test_profiler_pattern_matcher_json_report (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6792950Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6794360Z STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6795240Z ok (0.089s) 2022-11-23T01:52:23.6796348Z test_profiler_synchronized_dataloader_pattern (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:51:59 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6798121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:23.6799101Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:23.6800094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:23.6801019Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:23.6802030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:23.6802970Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:23.6804094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:23.6805403Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:23.6806402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:23.6807344Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:23.6808275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:23.6809249Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:23.6810348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:121: UserWarning: loaded 51 slow tests 2022-11-23T01:52:23.6811468Z warnings.warn(f"loaded {len(slow_tests_dict)} slow tests") 2022-11-23T01:52:23.6812592Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:125: UserWarning: loaded 420 disabled tests 2022-11-23T01:52:23.6813589Z warnings.warn(f"loaded {len(disabled_tests_dict)} disabled tests") 2022-11-23T01:52:23.6814675Z STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6816064Z STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6816993Z ok (10.445s) 2022-11-23T01:52:23.6817853Z test_utils_compute_idle_time (__main__.TestExperimentalUtils) ... ok (0.000s) 2022-11-23T01:52:23.6818887Z test_utils_compute_queue_depth (__main__.TestExperimentalUtils) ... ok (0.011s) 2022-11-23T01:52:23.6820220Z test_utils_compute_queue_depth_when_no_cuda_events (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6821778Z STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6823161Z STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6824159Z ok (0.103s) 2022-11-23T01:52:23.6825457Z test_utils_compute_self_time (__main__.TestExperimentalUtils) ... STAGE:2022-11-23 01:52:09 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6826961Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6828348Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6829211Z ok (0.026s) 2022-11-23T01:52:23.6829864Z test_utils_get_optimizable_events (__main__.TestExperimentalUtils) ... ok (0.015s) 2022-11-23T01:52:23.6830784Z test_utils_intervals_overlap (__main__.TestExperimentalUtils) ... 5 2022-11-23T01:52:23.6831458Z ok (0.005s) 2022-11-23T01:52:23.6832710Z test_export_stacks (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6834146Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6835622Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6836479Z ok (0.021s) 2022-11-23T01:52:23.6837561Z test_flops (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6839243Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6840607Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6841914Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6843259Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6844792Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6845895Z ok (0.180s) 2022-11-23T01:52:23.6846397Z test_high_level_trace (__main__.TestProfiler) 2022-11-23T01:52:23.6847673Z Checks that python side high level events are recorded. ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6849151Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6850527Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6852144Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6853651Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6854994Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6856337Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6857727Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6859359Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6860225Z ok (0.368s) 2022-11-23T01:52:23.6861227Z test_kineto (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6862665Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6864008Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6866762Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6868111Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6869481Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6870358Z ok (0.000s) 2022-11-23T01:52:23.6871075Z test_kineto_multigpu (__main__.TestProfiler) ... skip: Multiple GPUs needed (0.011s) 2022-11-23T01:52:23.6872832Z test_kineto_profiler_api (__main__.TestProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/68846 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.003s) 2022-11-23T01:52:23.6874704Z test_memory_profiler (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6876174Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6877694Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6879355Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6880867Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6882221Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6883560Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6884875Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6886499Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6887977Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6889325Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6890674Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6892103Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6893739Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6895297Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6896160Z ok (0.134s) 2022-11-23T01:52:23.6897178Z test_module_hierarchy (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6898637Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6900358Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6901287Z ok (0.036s) 2022-11-23T01:52:23.6902640Z test_nested_tensor_with_shapes (__main__.TestProfiler) ... C:\actions-runner\_work\pytorch\pytorch\test\profiler\test_profiler.py:1271: 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-23T01:52:23.6904033Z inp = torch.nested.nested_tensor([a, b]) 2022-11-23T01:52:23.6905002Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6906725Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6908572Z STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6909437Z ok (0.017s) 2022-11-23T01:52:23.6910396Z test_oom_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:10 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6911810Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6913359Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6914416Z ok (6.896s) 2022-11-23T01:52:23.6914992Z test_profiler_correlation_id (__main__.TestProfiler) 2022-11-23T01:52:23.6916249Z We expect the correlation_id to be unique across multiple invokation of the profiler, ... STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6917804Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6919246Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6920875Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6922233Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6923565Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6925078Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6926543Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6928161Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6929516Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6930831Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6932204Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6933800Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6935273Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6936760Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6937613Z ok (0.280s) 2022-11-23T01:52:23.6938357Z test_profiler_fwd_bwd_link (__main__.TestProfiler) ... skip: Disable forward->backward link to workaround profiler crash (0.005s) 2022-11-23T01:52:23.6939790Z test_profiler_metadata (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6941551Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6942952Z STAGE:2022-11-23 01:52:17 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6943837Z ok (0.012s) 2022-11-23T01:52:23.6944862Z test_profiler_tracing (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6946354Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6948011Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6949368Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6950751Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6952116Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6953628Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6955421Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6956805Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6958155Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6959498Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6961186Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6962155Z ok (0.032s) 2022-11-23T01:52:23.6963143Z test_profiler_type (__main__.TestProfiler) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6964610Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6966106Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6967153Z ok (0.004s) 2022-11-23T01:52:23.6967762Z test_source (__main__.TestProfiler) 2022-11-23T01:52:23.6969073Z Checks that source code attribution works for eager, TS and autograd mode ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6970619Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6971995Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6972868Z ok (0.070s) 2022-11-23T01:52:23.6973646Z test_tensorboard_trace_handler (__main__.TestProfiler) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T01:52:23.6974798Z test_custom_module_input_op_ids (__main__.TestProfilerCUDA) ... skip: Test is flaky on Windows (0.000s) 2022-11-23T01:52:23.6975599Z test_mem_leak (__main__.TestProfilerCUDA) 2022-11-23T01:52:23.6976395Z Checks that there's no memory leak when using profiler with CUDA ... skip: Test is flaky on Windows (0.000s) 2022-11-23T01:52:23.6977310Z test_custom_module_input_op_ids (__main__.TestProfilerITT) ... ok (0.010s) 2022-11-23T01:52:23.6978131Z test_datapipe_delegation_with_profiler (__main__.TestRecordFunction) ... ok (0.000s) 2022-11-23T01:52:23.6979360Z test_datapipe_with_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6981101Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6982644Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6983536Z ok (0.022s) 2022-11-23T01:52:23.6984626Z test_datapipe_with_record_function_fork (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6986321Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6988089Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6989110Z ok (0.014s) 2022-11-23T01:52:23.6990133Z test_record_function (__main__.TestRecordFunction) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6991554Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6992830Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6993757Z ok (0.007s) 2022-11-23T01:52:23.6994987Z test_allocation_id_uniqueness (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.6996804Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.6998176Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.6999017Z ok (0.516s) 2022-11-23T01:52:23.7000093Z test_allocation_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7001774Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7003345Z STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7004180Z ok (0.233s) 2022-11-23T01:52:23.7005287Z test_allocation_ids_with_other_ops (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:18 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7006880Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7008385Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7009375Z ok (0.187s) 2022-11-23T01:52:23.7010498Z test_allocations (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7011937Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7013275Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7014736Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7016261Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7017763Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7018583Z ok (0.199s) 2022-11-23T01:52:23.7019628Z test_extra_fields (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7021091Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7022565Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7023672Z ok (0.005s) 2022-11-23T01:52:23.7024736Z test_impl_reuse (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7027174Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7028701Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7029740Z ok (0.457s) 2022-11-23T01:52:23.7030955Z test_mkldnn_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7032456Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7033812Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7034635Z ok (0.010s) 2022-11-23T01:52:23.7036209Z test_module_and_optimizer_ids (__main__.TestTorchTidyProfiler) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/87581 for platform(s) linux, win, windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.012s) 2022-11-23T01:52:23.7038415Z test_nnmodule_params (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7039908Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7041274Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7043097Z 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-23T01:52:23.7044712Z warnings.warn(message, UserWarning) 2022-11-23T01:52:23.7045228Z ok (0.015s) 2022-11-23T01:52:23.7046279Z test_optimizer (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7047764Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7049241Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7050235Z ok (0.044s) 2022-11-23T01:52:23.7051472Z test_optimizer_parameters_adam (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7053004Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7054357Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7055221Z ok (0.138s) 2022-11-23T01:52:23.7056625Z test_optimizer_parameters_sgd (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7058360Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7059713Z STAGE:2022-11-23 01:52:19 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7060590Z ok (0.057s) 2022-11-23T01:52:23.7061598Z test_pointers_and_ids (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7063364Z [W C:\actions-runner\_work\pytorch\pytorch\c10\core\CPUAllocator.cpp:231] Memory block of unknown size was allocated before the profiling started, profiler results will not include the deallocation event 2022-11-23T01:52:23.7065012Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7066407Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7067302Z ok (0.009s) 2022-11-23T01:52:23.7068358Z test_scalar_ins (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7070052Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7071640Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7072526Z ok (0.000s) 2022-11-23T01:52:23.7073564Z test_sparse_tensors (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7075187Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7076739Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7077811Z ok (0.018s) 2022-11-23T01:52:23.7078897Z test_tensor_lists (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7080389Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7081774Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7082755Z ok (0.006s) 2022-11-23T01:52:23.7084091Z test_tensor_properties (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7085673Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7087169Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7088026Z ok (0.011s) 2022-11-23T01:52:23.7089135Z test_tensorimpl_invalidation_full (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7091012Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7092470Z STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7093346Z ok (0.662s) 2022-11-23T01:52:23.7094530Z test_tensorimpl_invalidation_keep_alive (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:20 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7096167Z STAGE:2022-11-23 01:52:21 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7097820Z STAGE:2022-11-23 01:52:21 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7099239Z STAGE:2022-11-23 01:52:21 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7100527Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7101913Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7102867Z ok (1.408s) 2022-11-23T01:52:23.7104200Z test_tensorimpl_invalidation_scalar_args (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7106035Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7107417Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7108298Z ok (0.197s) 2022-11-23T01:52:23.7109414Z test_tensorimpl_invalidation_set (__main__.TestTorchTidyProfiler) ... STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7111268Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7112709Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7114023Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:300] Completed Stage: Warm Up 2022-11-23T01:52:23.7115343Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:306] Completed Stage: Collection 2022-11-23T01:52:23.7116957Z STAGE:2022-11-23 01:52:22 5312:8 C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ActivityProfilerController.cpp:310] Completed Stage: Post Processing 2022-11-23T01:52:23.7118057Z ok (0.385s) 2022-11-23T01:52:23.7118351Z 2022-11-23T01:52:23.7118703Z ---------------------------------------------------------------------- 2022-11-23T01:52:23.7119333Z Ran 70 tests in 32.344s 2022-11-23T01:52:23.7119630Z 2022-11-23T01:52:23.7119821Z OK (skipped=7) 2022-11-23T01:52:23.7120101Z 2022-11-23T01:52:23.7120332Z Generating XML reports... 2022-11-23T01:52:23.7121174Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExecutionGraph-20221123015150.xml 2022-11-23T01:52:23.7122397Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestExperimentalUtils-20221123015150.xml 2022-11-23T01:52:23.7123708Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfiler-20221123015150.xml 2022-11-23T01:52:23.7125104Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerITT-20221123015150.xml 2022-11-23T01:52:23.7126253Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestRecordFunction-20221123015150.xml 2022-11-23T01:52:23.7127459Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestTorchTidyProfiler-20221123015150.xml 2022-11-23T01:52:23.7128625Z Generated XML report: test-reports\python-unittest\profiler.test_profiler\TEST-TestProfilerCUDA-20221123015150.xml 2022-11-23T01:52:23.7129218Z 2022-11-23T01:52:23.7129924Z ##[endgroup] 2022-11-23T01:52:23.7130998Z FINISHED PRINTING LOG FILE of profiler/test_profiler (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\profiler-test_profiler_grpwtqh0) 2022-11-23T01:52:23.7131775Z 2022-11-23T01:52:28.2240640Z Running test_stateless ... [2022-11-23 01:52:28.220243] 2022-11-23T01:52:28.2249202Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_stateless.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:28.220243] 2022-11-23T01:52:28.2251837Z Ignoring disabled issues: [] 2022-11-23T01:52:32.5348007Z 2022-11-23T01:52:32.5348863Z Expand the folded group to see the log file of nn/test_embedding 2022-11-23T01:52:32.5350863Z ##[group]PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_ak02j4r9) 2022-11-23T01:52:32.5351570Z 2022-11-23T01:52:32.5351724Z Running tests... 2022-11-23T01:52:32.5352400Z ---------------------------------------------------------------------- 2022-11-23T01:52:32.5353289Z Test results will be stored in test-reports\python-unittest\nn.test_embedding 2022-11-23T01:52:32.5356201Z test_embedding_bag_from_pretrained (__main__.TestEmbeddingNN) ... ok (2.013s) 2022-11-23T01:52:32.5357008Z test_embedding_bag_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:52:32.5357922Z test_embedding_bag_functional (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5358811Z test_embedding_bag_padding_idx_error (__main__.TestEmbeddingNN) ... ok (1.034s) 2022-11-23T01:52:32.5359681Z test_embedding_from_pretrained_float32 (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5360757Z test_embedding_from_pretrained_float64 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5362291Z test_embedding_from_pretrained_int16 (__main__.TestEmbeddingNN) ... C:\actions-runner\_work\pytorch\pytorch\test\nn\test_embedding.py:84: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2022-11-23T01:52:32.5363724Z a = torch.tensor([[1., 2., 3.], [4., 5., 6.]], dtype=dtype) 2022-11-23T01:52:32.5364259Z ok (0.002s) 2022-11-23T01:52:32.5364870Z test_embedding_from_pretrained_int32 (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:52:32.5365814Z test_embedding_from_pretrained_int64 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5366462Z test_embedding_from_pretrained_int8 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5366948Z test_embedding_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:52:32.5367452Z test_embedding_from_pretrained_padding_idx (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5367891Z test_embedding_from_pretrained_uint8 (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5368337Z test_embedding_functional (__main__.TestEmbeddingNN) ... ok (0.003s) 2022-11-23T01:52:32.5368782Z test_embedding_max_norm (__main__.TestEmbeddingNN) ... ok (0.002s) 2022-11-23T01:52:32.5369259Z test_embedding_max_norm_unsorted_repeating_indices (__main__.TestEmbeddingNN) ... ok (0.017s) 2022-11-23T01:52:32.5369740Z test_embedding_sparse_basic (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5370201Z test_embedding_sparse_empty_tensor (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5370632Z test_embeddingbag_from_pretrained (__main__.TestEmbeddingNN) ... ok (0.004s) 2022-11-23T01:52:32.5371118Z test_embeddingbag_from_pretrained_options (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5371594Z test_move_sparse_half_embedding (__main__.TestEmbeddingNN) ... ok (0.005s) 2022-11-23T01:52:32.5372170Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T01:52:32.5372822Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T01:52:32.5373466Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.021s) 2022-11-23T01:52:32.5374089Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:52:32.5374722Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T01:52:32.5375309Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.016s) 2022-11-23T01:52:32.5376077Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5376724Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.020s) 2022-11-23T01:52:32.5377362Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T01:52:32.5378043Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5378679Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.015s) 2022-11-23T01:52:32.5379311Z test_EmbeddingBag_empty_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5379932Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.069s) 2022-11-23T01:52:32.5380578Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:52:32.5381172Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.057s) 2022-11-23T01:52:32.5381810Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:52:32.5382526Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:52:32.5383187Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.056s) 2022-11-23T01:52:32.5383818Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.053s) 2022-11-23T01:52:32.5384451Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:52:32.5385083Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.058s) 2022-11-23T01:52:32.5385709Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.060s) 2022-11-23T01:52:32.5386293Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.059s) 2022-11-23T01:52:32.5386926Z test_EmbeddingBag_per_sample_weights_and_new_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.063s) 2022-11-23T01:52:32.5387600Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.005s) 2022-11-23T01:52:32.5388317Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.004s) 2022-11-23T01:52:32.5389081Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.004s) 2022-11-23T01:52:32.5389800Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.004s) 2022-11-23T01:52:32.5390506Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.004s) 2022-11-23T01:52:32.5391312Z test_EmbeddingBag_per_sample_weights_and_no_offsets_cuda_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: Temporarily disabled. See t54369166 (0.004s) 2022-11-23T01:52:32.5391978Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5392611Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:52:32.5393245Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5393879Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.017s) 2022-11-23T01:52:32.5394508Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5395133Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.014s) 2022-11-23T01:52:32.5395757Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.008s) 2022-11-23T01:52:32.5396381Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:52:32.5397006Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5397720Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.018s) 2022-11-23T01:52:32.5398316Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5398942Z test_EmbeddingBag_per_sample_weights_and_offsets_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5399571Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.091s) 2022-11-23T01:52:32.5400189Z test_EmbeddingBag_per_sample_weights_failures_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.009s) 2022-11-23T01:52:32.5400797Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5401411Z test_EmbeddingBag_per_sample_weights_failures_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.011s) 2022-11-23T01:52:32.5401988Z test_embedding_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.013s) 2022-11-23T01:52:32.5402530Z test_embedding_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.010s) 2022-11-23T01:52:32.5403047Z test_embedding_bag_1D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (4.164s) 2022-11-23T01:52:32.5403623Z test_embedding_bag_1D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (5.473s) 2022-11-23T01:52:32.5404191Z test_embedding_bag_2D_padding_idx_cuda_bfloat16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.191s) 2022-11-23T01:52:32.5404753Z test_embedding_bag_2D_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.246s) 2022-11-23T01:52:32.5405311Z test_embedding_bag_bfloat16_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.178s) 2022-11-23T01:52:32.5405856Z test_embedding_bag_bfloat16_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.188s) 2022-11-23T01:52:32.5406401Z test_embedding_bag_bfloat16_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.178s) 2022-11-23T01:52:32.5406904Z test_embedding_bag_bfloat16_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.179s) 2022-11-23T01:52:32.5407578Z test_embedding_bag_device_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.350s) 2022-11-23T01:52:32.5408147Z test_embedding_bag_device_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.439s) 2022-11-23T01:52:32.5408716Z test_embedding_bag_device_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.421s) 2022-11-23T01:52:32.5409285Z test_embedding_bag_device_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.358s) 2022-11-23T01:52:32.5409850Z test_embedding_bag_device_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.439s) 2022-11-23T01:52:32.5410413Z test_embedding_bag_device_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.396s) 2022-11-23T01:52:32.5410976Z test_embedding_bag_device_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.345s) 2022-11-23T01:52:32.5411488Z test_embedding_bag_device_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.431s) 2022-11-23T01:52:32.5412056Z test_embedding_bag_device_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.403s) 2022-11-23T01:52:32.5412628Z test_embedding_bag_device_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.348s) 2022-11-23T01:52:32.5413190Z test_embedding_bag_device_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.425s) 2022-11-23T01:52:32.5413753Z test_embedding_bag_device_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.428s) 2022-11-23T01:52:32.5414394Z test_embedding_bag_empty_input_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.006s) 2022-11-23T01:52:32.5414984Z test_embedding_bag_empty_input_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T01:52:32.5415491Z test_embedding_bag_empty_input_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5416049Z test_embedding_bag_empty_input_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5416603Z test_embedding_bag_half_cuda_int32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.090s) 2022-11-23T01:52:32.5417121Z test_embedding_bag_half_cuda_int32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.088s) 2022-11-23T01:52:32.5417666Z test_embedding_bag_half_cuda_int64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.087s) 2022-11-23T01:52:32.5418212Z test_embedding_bag_half_cuda_int64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.084s) 2022-11-23T01:52:32.5418796Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T01:52:32.5419357Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5419963Z test_embedding_bag_non_contiguous_weight_cuda_int32_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5420576Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T01:52:32.5421176Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5421775Z test_embedding_bag_non_contiguous_weight_cuda_int32_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5422367Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T01:52:32.5422964Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5423551Z test_embedding_bag_non_contiguous_weight_cuda_int64_int32_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.005s) 2022-11-23T01:52:32.5424192Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T01:52:32.5424782Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.002s) 2022-11-23T01:52:32.5425382Z test_embedding_bag_non_contiguous_weight_cuda_int64_int64_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.000s) 2022-11-23T01:52:32.5426068Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.006s) 2022-11-23T01:52:32.5426817Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.000s) 2022-11-23T01:52:32.5427531Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.000s) 2022-11-23T01:52:32.5428248Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.000s) 2022-11-23T01:52:32.5428973Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.010s) 2022-11-23T01:52:32.5429798Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5430566Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5431320Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5432036Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5432783Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5433500Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5434253Z test_embedding_bag_out_of_bounds_idx_padding_idx_0_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5435209Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5436264Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5437304Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5438233Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_max_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5439261Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5440153Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5440910Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.001s) 2022-11-23T01:52:32.5441638Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_mean_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.002s) 2022-11-23T01:52:32.5442348Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5443089Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float32_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.000s) 2022-11-23T01:52:32.5443845Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.006s) 2022-11-23T01:52:32.5444747Z test_embedding_bag_out_of_bounds_idx_padding_idx_None_mode_sum_cuda_float64_int64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... skip: no out-of-bounds check on CUDA for perf. (0.003s) 2022-11-23T01:52:32.5445384Z test_embedding_dense_grad_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.888s) 2022-11-23T01:52:32.5446526Z test_embedding_max_norm_backward_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.004s) 2022-11-23T01:52:32.5447403Z test_embedding_max_norm_backward_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5448137Z test_embedding_max_norm_backward_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5448868Z test_embedding_max_norm_device_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5449668Z test_embedding_max_norm_device_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5450330Z test_embedding_max_norm_device_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5450978Z test_embedding_max_norm_fwd_AD_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.136s) 2022-11-23T01:52:32.5451779Z test_embedding_max_norm_fwd_AD_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5452415Z test_embedding_max_norm_fwd_AD_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5453049Z test_embedding_padding_idx_cuda_float16 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.032s) 2022-11-23T01:52:32.5453696Z test_embedding_padding_idx_cuda_float32 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.033s) 2022-11-23T01:52:32.5454335Z test_embedding_padding_idx_cuda_float64 (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.032s) 2022-11-23T01:52:32.5455112Z test_embedding_scalar_weight_error_cuda (__main__.TestEmbeddingNNDeviceTypeCUDA) ... ok (0.003s) 2022-11-23T01:52:32.5455393Z 2022-11-23T01:52:32.5455739Z ---------------------------------------------------------------------- 2022-11-23T01:52:32.5456177Z Ran 147 tests in 21.531s 2022-11-23T01:52:32.5456338Z 2022-11-23T01:52:32.5456441Z OK (skipped=30) 2022-11-23T01:52:32.5456727Z 2022-11-23T01:52:32.5456852Z Generating XML reports... 2022-11-23T01:52:32.5457448Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNN-20221123015210.xml 2022-11-23T01:52:32.5458347Z Generated XML report: test-reports\python-unittest\nn.test_embedding\TEST-TestEmbeddingNNDeviceTypeCUDA-20221123015210.xml 2022-11-23T01:52:32.5458848Z 2022-11-23T01:52:32.5459447Z ##[endgroup] 2022-11-23T01:52:32.5460195Z FINISHED PRINTING LOG FILE of nn/test_embedding (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_embedding_ak02j4r9) 2022-11-23T01:52:32.5460665Z 2022-11-23T01:52:37.2483253Z Running test_type_promotion ... [2022-11-23 01:52:37.245707] 2022-11-23T01:52:37.2491434Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_type_promotion.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:52:37.248863] 2022-11-23T01:52:37.2494517Z Ignoring disabled issues: [] 2022-11-23T01:52:56.4876585Z 2022-11-23T01:52:56.4877381Z Expand the folded group to see the log file of test_stateless 2022-11-23T01:52:56.4879171Z ##[group]PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_uwqdlynm) 2022-11-23T01:52:56.4879972Z 2022-11-23T01:52:56.4880194Z Running tests... 2022-11-23T01:52:56.4880833Z ---------------------------------------------------------------------- 2022-11-23T01:52:56.4881664Z Test results will be stored in test-reports\python-unittest\test_stateless 2022-11-23T01:52:56.4882542Z test_runs_with_optimize_flag (__main__.TestPythonOptimizeMode) ... ok (18.845s) 2022-11-23T01:52:56.4883421Z test_private_stateless_warns (__main__.TestStatelessDeprecation) ... ok (3.249s) 2022-11-23T01:52:56.4884295Z test_circular_references (__main__.TestStatelessFunctionalAPI) ... ok (0.006s) 2022-11-23T01:52:56.4885243Z test_functional_batch_norm (__main__.TestStatelessFunctionalAPI) ... ok (0.005s) 2022-11-23T01:52:56.4886107Z test_functional_call (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T01:52:56.4887565Z test_functional_call_with_data_parallel (__main__.TestStatelessFunctionalAPI) ... skip: multi-GPU not supported (0.001s) 2022-11-23T01:52:56.4888609Z test_functional_call_with_gradient (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-11-23T01:52:56.4889526Z test_functional_call_with_jit (__main__.TestStatelessFunctionalAPI) ... ok (0.043s) 2022-11-23T01:52:56.4890487Z test_reparamertize_module_fail_reset_to_original (__main__.TestStatelessFunctionalAPI) ... ok (1.030s) 2022-11-23T01:52:56.4891524Z test_reparametrized_module_change_parametrization_original (__main__.TestStatelessFunctionalAPI) ... ok (0.007s) 2022-11-23T01:52:56.4892635Z test_setattr (__main__.TestStatelessFunctionalAPI) ... ok (0.003s) 2022-11-23T01:52:56.4893648Z test_tied_weights_warns (__main__.TestStatelessFunctionalAPI) ... ok (0.004s) 2022-11-23T01:52:56.4894139Z 2022-11-23T01:52:56.4894509Z ---------------------------------------------------------------------- 2022-11-23T01:52:56.4895148Z Ran 12 tests in 23.203s 2022-11-23T01:52:56.4895439Z 2022-11-23T01:52:56.4895633Z OK (skipped=1) 2022-11-23T01:52:56.4895897Z 2022-11-23T01:52:56.4896118Z Generating XML reports... 2022-11-23T01:52:56.4896986Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestPythonOptimizeMode-20221123015232.xml 2022-11-23T01:52:56.4898264Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessDeprecation-20221123015232.xml 2022-11-23T01:52:56.4899659Z Generated XML report: test-reports\python-unittest\test_stateless\TEST-TestStatelessFunctionalAPI-20221123015232.xml 2022-11-23T01:52:56.4900548Z 2022-11-23T01:52:56.4901111Z ##[endgroup] 2022-11-23T01:52:56.4901944Z FINISHED PRINTING LOG FILE of test_stateless (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_stateless_uwqdlynm) 2022-11-23T01:52:56.4902574Z 2022-11-23T01:53:01.1243927Z Running test_vmap ... [2022-11-23 01:53:01.123782] 2022-11-23T01:53:01.1256088Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_vmap.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:01.125084] 2022-11-23T01:53:01.1260137Z Ignoring disabled issues: [] 2022-11-23T01:53:02.8299072Z 2022-11-23T01:53:02.8299832Z Expand the folded group to see the log file of test_type_promotion 2022-11-23T01:53:02.8301624Z ##[group]PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion___zwbyul) 2022-11-23T01:53:02.8308034Z 2022-11-23T01:53:02.8308501Z Running tests... 2022-11-23T01:53:02.8309136Z ---------------------------------------------------------------------- 2022-11-23T01:53:02.8309962Z Test results will be stored in test-reports\python-unittest\test_type_promotion 2022-11-23T01:53:02.8313617Z test_add_wrapped_cuda (__main__.TestTypePromotionCUDA) ... ok (1.893s) 2022-11-23T01:53:02.8314547Z test_alpha_mismatch_cuda (__main__.TestTypePromotionCUDA) ... ok (1.000s) 2022-11-23T01:53:02.8315629Z test_alternate_result_cuda (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8316426Z test_bfloat16_cuda (__main__.TestTypePromotionCUDA) ... ok (0.309s) 2022-11-23T01:53:02.8317493Z test_booleans_cuda (__main__.TestTypePromotionCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:434: UserWarning: This overload of add is deprecated: 2022-11-23T01:53:02.8318580Z add(Tensor input, Number alpha, Tensor other, *, Tensor out) 2022-11-23T01:53:02.8319226Z Consider using one of the following signatures instead: 2022-11-23T01:53:02.8320251Z add(Tensor input, Tensor other, *, Number alpha, Tensor out) (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\python_arg_parser.cpp:1488.) 2022-11-23T01:53:02.8321376Z self.assertEqual(torch.add(torch.tensor(True, device=device), 2022-11-23T01:53:02.8322245Z ok (0.000s) 2022-11-23T01:53:02.8323002Z test_can_cast_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8323650Z test_cat_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.143s) 2022-11-23T01:53:02.8324473Z test_cat_out_different_dtypes_cuda (__main__.TestTypePromotionCUDA) ... ok (0.667s) 2022-11-23T01:53:02.8325408Z test_clamp_type_promotion_cuda_bool_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8326235Z test_clamp_type_promotion_cuda_bool_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8327049Z test_clamp_type_promotion_cuda_bool_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8327973Z test_clamp_type_promotion_cuda_bool_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-11-23T01:53:02.8329077Z test_clamp_type_promotion_cuda_bool_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8329993Z test_clamp_type_promotion_cuda_bool_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8330923Z test_clamp_type_promotion_cuda_bool_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8331886Z test_clamp_type_promotion_cuda_bool_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T01:53:02.8332765Z test_clamp_type_promotion_cuda_bool_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8333625Z test_clamp_type_promotion_cuda_bool_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8334714Z test_clamp_type_promotion_cuda_bool_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8336252Z test_clamp_type_promotion_cuda_bool_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8337221Z test_clamp_type_promotion_cuda_bool_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-11-23T01:53:02.8338201Z test_clamp_type_promotion_cuda_bool_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8339173Z test_clamp_type_promotion_cuda_bool_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-11-23T01:53:02.8340121Z test_clamp_type_promotion_cuda_bool_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8341250Z test_clamp_type_promotion_cuda_float32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.022s) 2022-11-23T01:53:02.8342244Z test_clamp_type_promotion_cuda_float32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T01:53:02.8342743Z test_clamp_type_promotion_cuda_float32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T01:53:02.8343227Z test_clamp_type_promotion_cuda_float32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8343714Z test_clamp_type_promotion_cuda_float32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8344204Z test_clamp_type_promotion_cuda_float32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8344782Z test_clamp_type_promotion_cuda_float32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T01:53:02.8345433Z test_clamp_type_promotion_cuda_float32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.022s) 2022-11-23T01:53:02.8345896Z test_clamp_type_promotion_cuda_float32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8346388Z test_clamp_type_promotion_cuda_float32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8346882Z test_clamp_type_promotion_cuda_float32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-11-23T01:53:02.8347538Z test_clamp_type_promotion_cuda_float32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.009s) 2022-11-23T01:53:02.8348038Z test_clamp_type_promotion_cuda_float32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.023s) 2022-11-23T01:53:02.8348919Z test_clamp_type_promotion_cuda_float32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8349522Z test_clamp_type_promotion_cuda_float32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.017s) 2022-11-23T01:53:02.8350292Z test_clamp_type_promotion_cuda_float32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8350795Z test_clamp_type_promotion_cuda_float64_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8351283Z test_clamp_type_promotion_cuda_float64_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.021s) 2022-11-23T01:53:02.8351767Z test_clamp_type_promotion_cuda_float64_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T01:53:02.8352252Z test_clamp_type_promotion_cuda_float64_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T01:53:02.8352734Z test_clamp_type_promotion_cuda_float64_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8353283Z test_clamp_type_promotion_cuda_float64_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.016s) 2022-11-23T01:53:02.8354052Z test_clamp_type_promotion_cuda_float64_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8354558Z test_clamp_type_promotion_cuda_float64_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.018s) 2022-11-23T01:53:02.8355448Z test_clamp_type_promotion_cuda_float64_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8355942Z test_clamp_type_promotion_cuda_float64_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.017s) 2022-11-23T01:53:02.8356433Z test_clamp_type_promotion_cuda_float64_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8356922Z test_clamp_type_promotion_cuda_float64_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8357402Z test_clamp_type_promotion_cuda_float64_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.019s) 2022-11-23T01:53:02.8357868Z test_clamp_type_promotion_cuda_float64_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8358352Z test_clamp_type_promotion_cuda_float64_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.014s) 2022-11-23T01:53:02.8358839Z test_clamp_type_promotion_cuda_float64_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.013s) 2022-11-23T01:53:02.8359456Z test_clamp_type_promotion_cuda_int32_bool_bool (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8360169Z test_clamp_type_promotion_cuda_int32_bool_float32 (__main__.TestTypePromotionCUDA) ... ok (0.018s) 2022-11-23T01:53:02.8360855Z test_clamp_type_promotion_cuda_int32_bool_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8361690Z test_clamp_type_promotion_cuda_int32_bool_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8362158Z test_clamp_type_promotion_cuda_int32_float32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8362641Z test_clamp_type_promotion_cuda_int32_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8363130Z test_clamp_type_promotion_cuda_int32_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8363668Z test_clamp_type_promotion_cuda_int32_float32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8364279Z test_clamp_type_promotion_cuda_int32_float64_bool (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8364760Z test_clamp_type_promotion_cuda_int32_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8365241Z test_clamp_type_promotion_cuda_int32_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8365698Z test_clamp_type_promotion_cuda_int32_float64_int32 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8366178Z test_clamp_type_promotion_cuda_int32_int32_bool (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8366759Z test_clamp_type_promotion_cuda_int32_int32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8367448Z test_clamp_type_promotion_cuda_int32_int32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8368302Z test_clamp_type_promotion_cuda_int32_int32_int32 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8368797Z test_comparison_ops_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (1.010s) 2022-11-23T01:53:02.8369678Z test_complex_assertraises_cuda (__main__.TestTypePromotionCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_type_promotion.py:647: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:53:02.8370558Z v = torch.tensor([2], dtype=dt2, device=device) 2022-11-23T01:53:02.8370828Z ok (0.143s) 2022-11-23T01:53:02.8371133Z test_complex_half_cuda (__main__.TestTypePromotionCUDA) ... ok (1.323s) 2022-11-23T01:53:02.8371560Z test_complex_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (4.743s) 2022-11-23T01:53:02.8372019Z test_complex_scalar_mult_tensor_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8372787Z test_computation_ignores_out_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8373238Z test_create_bool_tensors_cuda (__main__.TestTypePromotionCUDA) ... ok (0.018s) 2022-11-23T01:53:02.8373834Z test_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8374478Z test_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8375024Z test_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8375442Z test_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8375932Z test_div_promotion_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.011s) 2022-11-23T01:53:02.8376484Z test_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8376929Z test_div_promotion_inplace_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8377529Z test_div_promotion_inplace_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8377964Z test_div_promotion_inplace_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8378416Z test_div_promotion_inplace_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8378870Z test_div_promotion_inplace_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8379321Z test_div_promotion_inplace_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8379769Z test_div_promotion_inplace_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8380388Z test_div_promotion_inplace_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8381163Z test_div_promotion_out_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8381597Z test_div_promotion_out_cuda_float32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8382044Z test_div_promotion_out_cuda_float64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8382574Z test_div_promotion_out_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8383203Z test_div_promotion_out_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8383649Z test_div_promotion_out_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8384082Z test_div_promotion_out_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8384591Z test_div_promotion_out_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8385039Z test_float_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T01:53:02.8385453Z test_from_issue_cuda (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T01:53:02.8385971Z test_half_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T01:53:02.8386601Z test_indexing_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8387019Z test_indexing_fail_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8387797Z test_inplace_cuda (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8388205Z test_int_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8388617Z test_int_to_float_cuda (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T01:53:02.8389063Z test_integer_addcdiv_deprecated_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T01:53:02.8389544Z test_integer_addcdiv_deprecated_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8390016Z test_integer_addcdiv_deprecated_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8390482Z test_integer_addcdiv_deprecated_cuda_int8 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8391192Z test_integer_addcdiv_deprecated_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.002s) 2022-11-23T01:53:02.8391691Z test_lt_with_type_promotion_cuda (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8392123Z test_many_promotions_cuda (__main__.TestTypePromotionCUDA) ... ok (1.901s) 2022-11-23T01:53:02.8392590Z test_mixed_type_backward_cuda (__main__.TestTypePromotionCUDA) ... ok (0.058s) 2022-11-23T01:53:02.8393021Z test_non_promoting_ops_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8393689Z test_numpy_array_binary_ufunc_promotion_cuda_bool_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8394725Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8395336Z test_numpy_array_binary_ufunc_promotion_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8396033Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8396582Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8397125Z test_numpy_array_binary_ufunc_promotion_cuda_bool_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8397676Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8398217Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8398754Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8399292Z test_numpy_array_binary_ufunc_promotion_cuda_bool_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8399980Z test_numpy_array_binary_ufunc_promotion_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8400895Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8401499Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8402177Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8402766Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8403360Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8403925Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8404488Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8405093Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8406137Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8406873Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:02.8407438Z test_numpy_array_binary_ufunc_promotion_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8433131Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8434181Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8435201Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8436211Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8437252Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8438261Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8439480Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8440458Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8441412Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8442345Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8443307Z test_numpy_array_binary_ufunc_promotion_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8444285Z test_numpy_array_binary_ufunc_promotion_cuda_float16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8445271Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8446258Z test_numpy_array_binary_ufunc_promotion_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:02.8447222Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8448177Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8450017Z test_numpy_array_binary_ufunc_promotion_cuda_float16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8451030Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8451986Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8452967Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8453936Z test_numpy_array_binary_ufunc_promotion_cuda_float16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:02.8454893Z test_numpy_array_binary_ufunc_promotion_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8455847Z test_numpy_array_binary_ufunc_promotion_cuda_float32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8456843Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8457835Z test_numpy_array_binary_ufunc_promotion_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8458831Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8459876Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8460993Z test_numpy_array_binary_ufunc_promotion_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8461960Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8462920Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:02.8463877Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8464838Z test_numpy_array_binary_ufunc_promotion_cuda_float32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8465985Z test_numpy_array_binary_ufunc_promotion_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8466954Z test_numpy_array_binary_ufunc_promotion_cuda_float64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8467914Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8468908Z test_numpy_array_binary_ufunc_promotion_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8469890Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8470862Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8471834Z test_numpy_array_binary_ufunc_promotion_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8472810Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8473767Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8474727Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8475779Z test_numpy_array_binary_ufunc_promotion_cuda_float64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8476767Z test_numpy_array_binary_ufunc_promotion_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:02.8477724Z test_numpy_array_binary_ufunc_promotion_cuda_int16_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8478698Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8479667Z test_numpy_array_binary_ufunc_promotion_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8480629Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8481576Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8482513Z test_numpy_array_binary_ufunc_promotion_cuda_int16_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8483467Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8484380Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8485320Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8486256Z test_numpy_array_binary_ufunc_promotion_cuda_int16_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8487192Z test_numpy_array_binary_ufunc_promotion_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:53:02.8488145Z test_numpy_array_binary_ufunc_promotion_cuda_int32_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8489104Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8490219Z test_numpy_array_binary_ufunc_promotion_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8491179Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8492093Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8493097Z test_numpy_array_binary_ufunc_promotion_cuda_int32_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8494044Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8494980Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8495915Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8496855Z test_numpy_array_binary_ufunc_promotion_cuda_int32_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8497791Z test_numpy_array_binary_ufunc_promotion_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8498728Z test_numpy_array_binary_ufunc_promotion_cuda_int64_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:53:02.8499656Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8500748Z test_numpy_array_binary_ufunc_promotion_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8501723Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8502674Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8503618Z test_numpy_array_binary_ufunc_promotion_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8504564Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8505515Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8506467Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8507384Z test_numpy_array_binary_ufunc_promotion_cuda_int64_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8508335Z test_numpy_array_binary_ufunc_promotion_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8509292Z test_numpy_array_binary_ufunc_promotion_cuda_int8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8510258Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8511245Z test_numpy_array_binary_ufunc_promotion_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8512229Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8513193Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:02.8514167Z test_numpy_array_binary_ufunc_promotion_cuda_int8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8515255Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8516309Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8517444Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8518499Z test_numpy_array_binary_ufunc_promotion_cuda_int8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:02.8519459Z test_numpy_array_binary_ufunc_promotion_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8520415Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_bool (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8521389Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8522382Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8523452Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:02.8524565Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8525666Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:02.8526653Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8527603Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:02.8528566Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:02.8529515Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8530648Z test_numpy_array_binary_ufunc_promotion_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:02.8531591Z test_promote_self_cuda (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8532290Z test_promote_types_cuda (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8533026Z test_result_type_cuda_bfloat16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8533731Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.018s) 2022-11-23T01:53:02.8534434Z test_result_type_cuda_bfloat16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8535140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8535855Z test_result_type_cuda_bfloat16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8536652Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.017s) 2022-11-23T01:53:02.8537558Z test_result_type_cuda_bfloat16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8538272Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.017s) 2022-11-23T01:53:02.8538965Z test_result_type_cuda_bfloat16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8539680Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T01:53:02.8540378Z test_result_type_cuda_bfloat16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8541048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8541755Z test_result_type_cuda_bfloat16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8542606Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8543407Z test_result_type_cuda_bfloat16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8544273Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8544966Z test_result_type_cuda_bfloat16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8545633Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8546330Z test_result_type_cuda_bfloat16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8547024Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.018s) 2022-11-23T01:53:02.8547719Z test_result_type_cuda_bfloat16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8548413Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8549108Z test_result_type_cuda_bfloat16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8549864Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8550745Z test_result_type_cuda_bool_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8551442Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8552133Z test_result_type_cuda_bool_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8552818Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8553521Z test_result_type_cuda_bool_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8554354Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8555051Z test_result_type_cuda_bool_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8555825Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8556620Z test_result_type_cuda_bool_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8557404Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8558088Z test_result_type_cuda_bool_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8558777Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8559426Z test_result_type_cuda_bool_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8560116Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8560801Z test_result_type_cuda_bool_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8561496Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8562184Z test_result_type_cuda_bool_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8562949Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8563770Z test_result_type_cuda_bool_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8564477Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8565174Z test_result_type_cuda_bool_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8565866Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8566554Z test_result_type_cuda_bool_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8567245Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8567935Z test_result_type_cuda_complex128_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8568662Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8569465Z test_result_type_cuda_complex128_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8570350Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.019s) 2022-11-23T01:53:02.8571244Z test_result_type_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8571966Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8572664Z test_result_type_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8573390Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8574096Z test_result_type_cuda_complex128_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8574799Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8575595Z test_result_type_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8576426Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8577209Z test_result_type_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8577912Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8578617Z test_result_type_cuda_complex128_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8579314Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8580018Z test_result_type_cuda_complex128_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8580713Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8581414Z test_result_type_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8582197Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8583102Z test_result_type_cuda_complex128_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8583849Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8584652Z test_result_type_cuda_complex128_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8585355Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8586077Z test_result_type_cuda_complex64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8586759Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8587464Z test_result_type_cuda_complex64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8588163Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8588886Z test_result_type_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8589709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.017s) 2022-11-23T01:53:02.8590579Z test_result_type_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8591254Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8591960Z test_result_type_cuda_complex64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8592707Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8593413Z test_result_type_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8594115Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8594809Z test_result_type_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8595470Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8596257Z test_result_type_cuda_complex64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8597166Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8597872Z test_result_type_cuda_complex64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8598554Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8599240Z test_result_type_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8600085Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8600747Z test_result_type_cuda_complex64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8601446Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8602132Z test_result_type_cuda_complex64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8602916Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8603807Z test_result_type_cuda_float16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8604508Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8605170Z test_result_type_cuda_float16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8605867Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8606566Z test_result_type_cuda_float16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8607272Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8607966Z test_result_type_cuda_float16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8608661Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8609433Z test_result_type_cuda_float16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8610287Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8610995Z test_result_type_cuda_float16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8611811Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8612582Z test_result_type_cuda_float16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8613262Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8613914Z test_result_type_cuda_float16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8614595Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8615270Z test_result_type_cuda_float16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8616040Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8616899Z test_result_type_cuda_float16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8617592Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8618246Z test_result_type_cuda_float16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8618939Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T01:53:02.8619620Z test_result_type_cuda_float16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8620301Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8620994Z test_result_type_cuda_float32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8621695Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.015s) 2022-11-23T01:53:02.8622457Z test_result_type_cuda_float32_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8623380Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:53:02.8624092Z test_result_type_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8624793Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.022s) 2022-11-23T01:53:02.8625489Z test_result_type_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8626189Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8626870Z test_result_type_cuda_float32_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8627535Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8628371Z test_result_type_cuda_float32_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8629175Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8630032Z test_result_type_cuda_float32_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8630721Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8631395Z test_result_type_cuda_float32_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8632052Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8632731Z test_result_type_cuda_float32_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8633418Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8634092Z test_result_type_cuda_float32_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8634774Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8635563Z test_result_type_cuda_float32_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8636422Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8637098Z test_result_type_cuda_float32_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8637773Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T01:53:02.8638462Z test_result_type_cuda_float64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8639152Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8639828Z test_result_type_cuda_float64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8640613Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.019s) 2022-11-23T01:53:02.8641334Z test_result_type_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8642122Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8643028Z test_result_type_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8643722Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8644398Z test_result_type_cuda_float64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8645064Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8645737Z test_result_type_cuda_float64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8646425Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.016s) 2022-11-23T01:53:02.8647115Z test_result_type_cuda_float64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8647797Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8648582Z test_result_type_cuda_float64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8649457Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8650148Z test_result_type_cuda_float64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8650827Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8651505Z test_result_type_cuda_float64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8652176Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:53:02.8652857Z test_result_type_cuda_float64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8653531Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8654186Z test_result_type_cuda_float64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8654976Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8655721Z test_result_type_cuda_int16_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8656490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8657320Z test_result_type_cuda_int16_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8657983Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8658648Z test_result_type_cuda_int16_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8659337Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8660019Z test_result_type_cuda_int16_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8660709Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8661477Z test_result_type_cuda_int16_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8662243Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8662986Z test_result_type_cuda_int16_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8663657Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8664329Z test_result_type_cuda_int16_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8665048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:53:02.8665719Z test_result_type_cuda_int16_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8666389Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8667032Z test_result_type_cuda_int16_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8667809Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8668696Z test_result_type_cuda_int16_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8669490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8670153Z test_result_type_cuda_int16_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8670813Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8671471Z test_result_type_cuda_int16_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8672140Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8672819Z test_result_type_cuda_int32_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8673599Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8674368Z test_result_type_cuda_int32_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8675048Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8675899Z test_result_type_cuda_int32_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8676588Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8677274Z test_result_type_cuda_int32_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8677968Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8678654Z test_result_type_cuda_int32_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8679333Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8680013Z test_result_type_cuda_int32_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8680670Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8681441Z test_result_type_cuda_int32_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8682286Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8682971Z test_result_type_cuda_int32_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8683655Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8684332Z test_result_type_cuda_int32_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8684987Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.000s) 2022-11-23T01:53:02.8685818Z test_result_type_cuda_int32_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8686490Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.017s) 2022-11-23T01:53:02.8687416Z test_result_type_cuda_int32_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8688189Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8688970Z test_result_type_cuda_int32_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8689628Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8690325Z test_result_type_cuda_int64_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8691012Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8691679Z test_result_type_cuda_int64_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8692359Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8693112Z test_result_type_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8694024Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:53:02.8694722Z test_result_type_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8695581Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.012s) 2022-11-23T01:53:02.8696268Z test_result_type_cuda_int64_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8696943Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8697829Z test_result_type_cuda_int64_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8698511Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8699194Z test_result_type_cuda_int64_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8699972Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:53:02.8700740Z test_result_type_cuda_int64_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8701515Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8702248Z test_result_type_cuda_int64_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8702904Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8703576Z test_result_type_cuda_int64_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8704243Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.003s) 2022-11-23T01:53:02.8704913Z test_result_type_cuda_int64_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8705582Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8706249Z test_result_type_cuda_int64_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8706906Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8707715Z test_result_type_cuda_int8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8708596Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8709267Z test_result_type_cuda_int8_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8709933Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8710711Z test_result_type_cuda_int8_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8711399Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8712077Z test_result_type_cuda_int8_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8712766Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.009s) 2022-11-23T01:53:02.8713446Z test_result_type_cuda_int8_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8714353Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8715187Z test_result_type_cuda_int8_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8715866Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.014s) 2022-11-23T01:53:02.8716602Z test_result_type_cuda_int8_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8717280Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8717943Z test_result_type_cuda_int8_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8718606Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8719275Z test_result_type_cuda_int8_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8719946Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8720682Z test_result_type_cuda_int8_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8721504Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8722276Z test_result_type_cuda_int8_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8723025Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8723685Z test_result_type_cuda_int8_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8724349Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8725007Z test_result_type_cuda_uint8_bfloat16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8725688Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8726479Z test_result_type_cuda_uint8_bool (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8727281Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8728055Z test_result_type_cuda_uint8_complex128 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8728868Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.011s) 2022-11-23T01:53:02.8729541Z test_result_type_cuda_uint8_complex64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8730241Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.013s) 2022-11-23T01:53:02.8730929Z test_result_type_cuda_uint8_float16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8731620Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8732303Z test_result_type_cuda_uint8_float32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8732988Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8733662Z test_result_type_cuda_uint8_float64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8734507Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.006s) 2022-11-23T01:53:02.8735292Z test_result_type_cuda_uint8_int16 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8736068Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8736753Z test_result_type_cuda_uint8_int32 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8737436Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.010s) 2022-11-23T01:53:02.8738171Z test_result_type_cuda_uint8_int64 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8738831Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8739511Z test_result_type_cuda_uint8_int8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8740185Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.008s) 2022-11-23T01:53:02.8741119Z test_result_type_cuda_uint8_uint8 (__main__.TestTypePromotionCUDA) 2022-11-23T01:53:02.8741854Z Test result_type for tensor vs tensor and scalar vs scalar. ... ok (0.007s) 2022-11-23T01:53:02.8742658Z test_result_type_tensor_vs_scalar_cuda (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-11-23T01:53:02.8744385Z test_sparse_add_cuda (__main__.TestTypePromotionCUDA) ... ok (1.085s) 2022-11-23T01:53:02.8745083Z test_sparse_div_cuda (__main__.TestTypePromotionCUDA) ... ok (0.070s) 2022-11-23T01:53:02.8745830Z test_sparse_div_promotion_cuda_bool (__main__.TestTypePromotionCUDA) ... ok (0.015s) 2022-11-23T01:53:02.8746599Z test_sparse_div_promotion_cuda_int16 (__main__.TestTypePromotionCUDA) ... ok (0.008s) 2022-11-23T01:53:02.8747477Z test_sparse_div_promotion_cuda_int32 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8748373Z test_sparse_div_promotion_cuda_int64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8749326Z test_sparse_div_promotion_cuda_uint8 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8750059Z test_sparse_mul_cuda (__main__.TestTypePromotionCUDA) ... ok (1.070s) 2022-11-23T01:53:02.8750748Z test_sparse_sub_cuda (__main__.TestTypePromotionCUDA) ... ok (1.091s) 2022-11-23T01:53:02.8751445Z test_transpose_cuda (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8752219Z test_unary_op_out_casting_cuda_complex128_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.301s) 2022-11-23T01:53:02.8753078Z test_unary_op_out_casting_cuda_complex128_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.007s) 2022-11-23T01:53:02.8753920Z test_unary_op_out_casting_cuda_complex128_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8754887Z test_unary_op_out_casting_cuda_complex128_float64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T01:53:02.8756059Z test_unary_op_out_casting_cuda_complex128_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8756918Z test_unary_op_out_casting_cuda_complex64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8757751Z test_unary_op_out_casting_cuda_complex64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.264s) 2022-11-23T01:53:02.8758581Z test_unary_op_out_casting_cuda_complex64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8759396Z test_unary_op_out_casting_cuda_complex64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8760208Z test_unary_op_out_casting_cuda_complex64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8761106Z test_unary_op_out_casting_cuda_float32_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8762137Z test_unary_op_out_casting_cuda_float32_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.012s) 2022-11-23T01:53:02.8763031Z test_unary_op_out_casting_cuda_float32_float32 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8763833Z test_unary_op_out_casting_cuda_float32_float64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8764629Z test_unary_op_out_casting_cuda_float32_int64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8765436Z test_unary_op_out_casting_cuda_float64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8766251Z test_unary_op_out_casting_cuda_float64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8767036Z test_unary_op_out_casting_cuda_float64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.005s) 2022-11-23T01:53:02.8768030Z test_unary_op_out_casting_cuda_float64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8768927Z test_unary_op_out_casting_cuda_float64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8769809Z test_unary_op_out_casting_cuda_int64_complex128 (__main__.TestTypePromotionCUDA) ... ok (0.003s) 2022-11-23T01:53:02.8770602Z test_unary_op_out_casting_cuda_int64_complex64 (__main__.TestTypePromotionCUDA) ... ok (0.006s) 2022-11-23T01:53:02.8771392Z test_unary_op_out_casting_cuda_int64_float32 (__main__.TestTypePromotionCUDA) ... ok (0.000s) 2022-11-23T01:53:02.8772336Z test_unary_op_out_casting_cuda_int64_float64 (__main__.TestTypePromotionCUDA) ... ok (0.010s) 2022-11-23T01:53:02.8773084Z test_unary_op_out_casting_cuda_int64_int64 (__main__.TestTypePromotionCUDA) ... ok (0.004s) 2022-11-23T01:53:02.8773799Z test_unsigned_cuda (__main__.TestTypePromotionCUDA) ... ok (0.001s) 2022-11-23T01:53:02.8774184Z 2022-11-23T01:53:02.8774576Z ---------------------------------------------------------------------- 2022-11-23T01:53:02.8775128Z Ran 422 tests in 20.313s 2022-11-23T01:53:02.8775544Z 2022-11-23T01:53:02.8775707Z OK (skipped=121) 2022-11-23T01:53:02.8776061Z 2022-11-23T01:53:02.8776253Z Generating XML reports... 2022-11-23T01:53:02.8777058Z Generated XML report: test-reports\python-unittest\test_type_promotion\TEST-TestTypePromotionCUDA-20221123015241.xml 2022-11-23T01:53:02.8777648Z 2022-11-23T01:53:02.8778328Z ##[endgroup] 2022-11-23T01:53:02.8779099Z FINISHED PRINTING LOG FILE of test_type_promotion (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_type_promotion___zwbyul) 2022-11-23T01:53:02.8779696Z 2022-11-23T01:53:07.6652783Z Running test_scatter_gather_ops ... [2022-11-23 01:53:07.661193] 2022-11-23T01:53:07.6661780Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_scatter_gather_ops.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:07.661193] 2022-11-23T01:53:07.6665068Z Ignoring disabled issues: [] 2022-11-23T01:53:22.4094265Z 2022-11-23T01:53:22.4095427Z Expand the folded group to see the log file of test_scatter_gather_ops 2022-11-23T01:53:22.4097313Z ##[group]PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_dmjfi7bn) 2022-11-23T01:53:22.4098035Z 2022-11-23T01:53:22.4098208Z Running tests... 2022-11-23T01:53:22.4098772Z ---------------------------------------------------------------------- 2022-11-23T01:53:22.4099542Z Test results will be stored in test-reports\python-unittest\test_scatter_gather_ops 2022-11-23T01:53:22.4100458Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (1.885s) 2022-11-23T01:53:22.4101436Z test_gather_backward_with_empty_index_tensor_sparse_grad_False_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.003s) 2022-11-23T01:53:22.4102393Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.002s) 2022-11-23T01:53:22.4103359Z test_gather_backward_with_empty_index_tensor_sparse_grad_True_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.015s) 2022-11-23T01:53:22.4104203Z test_gather_bool_cuda_bool (__main__.TestScatterGatherCUDA) ... ok (0.003s) 2022-11-23T01:53:22.4104931Z test_gather_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.035s) 2022-11-23T01:53:22.4105649Z test_gather_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.037s) 2022-11-23T01:53:22.4106361Z test_scatter__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.061s) 2022-11-23T01:53:22.4107092Z test_scatter__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.065s) 2022-11-23T01:53:22.4107806Z test_scatter__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.066s) 2022-11-23T01:53:22.4108551Z test_scatter__reductions_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.803s) 2022-11-23T01:53:22.4109335Z test_scatter__reductions_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.767s) 2022-11-23T01:53:22.4110113Z test_scatter__scalar_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.062s) 2022-11-23T01:53:22.4110882Z test_scatter__scalar_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.057s) 2022-11-23T01:53:22.4111619Z test_scatter__scalar_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.062s) 2022-11-23T01:53:22.4112376Z test_scatter_add__cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.068s) 2022-11-23T01:53:22.4113344Z test_scatter_add__cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.062s) 2022-11-23T01:53:22.4114064Z test_scatter_add__cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.054s) 2022-11-23T01:53:22.4114830Z test_scatter_add_mult_index_base_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.014s) 2022-11-23T01:53:22.4116403Z test_scatter_reduce_amax_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_scatter_gather_ops.py:107: UserWarning: scatter_reduce() is in beta and the API may change at any time. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\TensorAdvancedIndexing.cpp:1681.) 2022-11-23T01:53:22.4117894Z actual = fn(base.clone(), dim, idx, src, reduce=reduction, include_self=include_self) 2022-11-23T01:53:22.4118435Z ok (0.122s) 2022-11-23T01:53:22.4118994Z test_scatter_reduce_amax_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.128s) 2022-11-23T01:53:22.4119757Z test_scatter_reduce_amax_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.131s) 2022-11-23T01:53:22.4120530Z test_scatter_reduce_amax_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.134s) 2022-11-23T01:53:22.4121385Z test_scatter_reduce_amax_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.118s) 2022-11-23T01:53:22.4122281Z test_scatter_reduce_amax_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.130s) 2022-11-23T01:53:22.4123125Z test_scatter_reduce_amax_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.121s) 2022-11-23T01:53:22.4123883Z test_scatter_reduce_amax_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.147s) 2022-11-23T01:53:22.4124757Z test_scatter_reduce_amax_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.127s) 2022-11-23T01:53:22.4125554Z test_scatter_reduce_amin_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.125s) 2022-11-23T01:53:22.4126328Z test_scatter_reduce_amin_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.119s) 2022-11-23T01:53:22.4127100Z test_scatter_reduce_amin_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.121s) 2022-11-23T01:53:22.4127934Z test_scatter_reduce_amin_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.118s) 2022-11-23T01:53:22.4128834Z test_scatter_reduce_amin_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.116s) 2022-11-23T01:53:22.4129666Z test_scatter_reduce_amin_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.116s) 2022-11-23T01:53:22.4130416Z test_scatter_reduce_amin_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.124s) 2022-11-23T01:53:22.4131168Z test_scatter_reduce_amin_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.117s) 2022-11-23T01:53:22.4131920Z test_scatter_reduce_amin_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.115s) 2022-11-23T01:53:22.4132676Z test_scatter_reduce_mean_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.096s) 2022-11-23T01:53:22.4133443Z test_scatter_reduce_mean_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.113s) 2022-11-23T01:53:22.4134202Z test_scatter_reduce_mean_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.107s) 2022-11-23T01:53:22.4135026Z test_scatter_reduce_mean_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.107s) 2022-11-23T01:53:22.4135950Z test_scatter_reduce_mean_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.111s) 2022-11-23T01:53:22.4136691Z test_scatter_reduce_mean_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.109s) 2022-11-23T01:53:22.4137436Z test_scatter_reduce_mean_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.115s) 2022-11-23T01:53:22.4138188Z test_scatter_reduce_mean_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.134s) 2022-11-23T01:53:22.4138928Z test_scatter_reduce_mean_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.128s) 2022-11-23T01:53:22.4139672Z test_scatter_reduce_prod_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.127s) 2022-11-23T01:53:22.4140441Z test_scatter_reduce_prod_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T01:53:22.4141460Z test_scatter_reduce_prod_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.103s) 2022-11-23T01:53:22.4142465Z test_scatter_reduce_prod_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.106s) 2022-11-23T01:53:22.4143233Z test_scatter_reduce_prod_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T01:53:22.4143996Z test_scatter_reduce_prod_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T01:53:22.4144751Z test_scatter_reduce_prod_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.102s) 2022-11-23T01:53:22.4145533Z test_scatter_reduce_prod_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T01:53:22.4146331Z test_scatter_reduce_prod_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.117s) 2022-11-23T01:53:22.4147109Z test_scatter_reduce_sum_cuda_bfloat16 (__main__.TestScatterGatherCUDA) ... ok (0.109s) 2022-11-23T01:53:22.4147982Z test_scatter_reduce_sum_cuda_complex128 (__main__.TestScatterGatherCUDA) ... ok (0.106s) 2022-11-23T01:53:22.4148959Z test_scatter_reduce_sum_cuda_complex64 (__main__.TestScatterGatherCUDA) ... ok (0.108s) 2022-11-23T01:53:22.4149730Z test_scatter_reduce_sum_cuda_float16 (__main__.TestScatterGatherCUDA) ... ok (0.107s) 2022-11-23T01:53:22.4150487Z test_scatter_reduce_sum_cuda_float32 (__main__.TestScatterGatherCUDA) ... ok (0.110s) 2022-11-23T01:53:22.4151231Z test_scatter_reduce_sum_cuda_float64 (__main__.TestScatterGatherCUDA) ... ok (0.111s) 2022-11-23T01:53:22.4151994Z test_scatter_reduce_sum_cuda_int16 (__main__.TestScatterGatherCUDA) ... ok (0.107s) 2022-11-23T01:53:22.4152883Z test_scatter_reduce_sum_cuda_int32 (__main__.TestScatterGatherCUDA) ... ok (0.105s) 2022-11-23T01:53:22.4153647Z test_scatter_reduce_sum_cuda_int64 (__main__.TestScatterGatherCUDA) ... ok (0.112s) 2022-11-23T01:53:22.4154475Z test_scatter_reduce_sum_cuda_int8 (__main__.TestScatterGatherCUDA) ... ok (0.105s) 2022-11-23T01:53:22.4155391Z test_scatter_reduce_sum_cuda_uint8 (__main__.TestScatterGatherCUDA) ... ok (0.104s) 2022-11-23T01:53:22.4155804Z 2022-11-23T01:53:22.4156108Z ---------------------------------------------------------------------- 2022-11-23T01:53:22.4156646Z Ran 66 tests in 9.546s 2022-11-23T01:53:22.4156899Z 2022-11-23T01:53:22.4157028Z OK 2022-11-23T01:53:22.4157230Z 2022-11-23T01:53:22.4157425Z Generating XML reports... 2022-11-23T01:53:22.4158261Z Generated XML report: test-reports\python-unittest\test_scatter_gather_ops\TEST-TestScatterGatherCUDA-20221123015312.xml 2022-11-23T01:53:22.4158867Z 2022-11-23T01:53:22.4159395Z ##[endgroup] 2022-11-23T01:53:22.4160193Z FINISHED PRINTING LOG FILE of test_scatter_gather_ops (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_scatter_gather_ops_dmjfi7bn) 2022-11-23T01:53:22.4160902Z 2022-11-23T01:53:25.3512830Z 2022-11-23T01:53:25.3514678Z Expand the folded group to see the log file of test_vmap 2022-11-23T01:53:25.3516352Z ##[group]PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_r3wresfp) 2022-11-23T01:53:25.3524341Z 2022-11-23T01:53:25.3524671Z Running tests... 2022-11-23T01:53:25.3525321Z ---------------------------------------------------------------------- 2022-11-23T01:53:25.3526210Z Test results will be stored in test-reports\python-unittest\test_vmap 2022-11-23T01:53:25.3528061Z test_accepts_nested_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:376: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3529275Z out = vmap(lambda z: z[0] + z[1])((x, y)) 2022-11-23T01:53:25.3530016Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:378: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3531305Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))((x, y)) 2022-11-23T01:53:25.3532403Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:380: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3533838Z out = vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T01:53:25.3535333Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:383: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3536389Z out = vmap(lambda z: z[0] + z[1])([x, y]) 2022-11-23T01:53:25.3537123Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:385: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3537991Z out = vmap(lambda z: z[0] + z[1], in_dims=(0,))([x, y]) 2022-11-23T01:53:25.3538908Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:387: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3539755Z out = vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, y]) 2022-11-23T01:53:25.3541249Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:390: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3542271Z out = vmap(lambda z: z['x'] + z['y'])({'x': x, 'y': y}) 2022-11-23T01:53:25.3543009Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:392: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3543711Z out = vmap(lambda z: z['x'] + z['y'], in_dims=(0,))({'x': x, 'y': y}) 2022-11-23T01:53:25.3544437Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:394: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3545167Z out = vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T01:53:25.3545911Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:398: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3546919Z out_fn = vmap(lambda z: z['x'][0] + z['x'][1][0] + z['y'][0] + z['y'][1]) 2022-11-23T01:53:25.3547453Z ok (1.924s) 2022-11-23T01:53:25.3548857Z test_backward_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:748: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3549776Z vmap(backward_on_vmapped_tensor)(x) 2022-11-23T01:53:25.3550508Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:754: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3551202Z vmap(backward_with_vmapped_grad)(x, grad) 2022-11-23T01:53:25.3551942Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:760: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3552635Z vmap(completely_unrelated_backward)(y) 2022-11-23T01:53:25.3552871Z ok (0.031s) 2022-11-23T01:53:25.3554156Z test_batched_gradient_basic (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:792: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3555583Z jacobian = vmap(vjp_mul)(batched_v) 2022-11-23T01:53:25.3555831Z ok (0.000s) 2022-11-23T01:53:25.3557177Z test_constant_function (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:63: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3558037Z output = vmap(lambda x: torch.tensor(3.14))(torch.ones(3)) 2022-11-23T01:53:25.3558307Z ok (0.000s) 2022-11-23T01:53:25.3559083Z test_different_map_dim_size_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:41: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3559814Z vmap(torch.mul)(x, y) 2022-11-23T01:53:25.3561349Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:43: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3562492Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))((x, y)) 2022-11-23T01:53:25.3563227Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:45: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3563947Z vmap(lambda z: z['x'] + z['y'], in_dims=({'x': 0, 'y': 0},))({'x': x, 'y': y}) 2022-11-23T01:53:25.3564218Z ok (0.010s) 2022-11-23T01:53:25.3564975Z test_fallback_atan2 (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:554: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3565702Z result = vmap(op, (2, 0))(x, y) 2022-11-23T01:53:25.3566690Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:560: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3568217Z result = vmap(vmap(op), (2, 0))(x, y) 2022-11-23T01:53:25.3569492Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:566: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3570192Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T01:53:25.3570421Z ok (0.181s) 2022-11-23T01:53:25.3570733Z test_fallback_does_not_warn_by_default (__main__.TestVmapAPI) ... ok (0.002s) 2022-11-23T01:53:25.3571882Z test_fallback_masked_fill (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3572889Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T01:53:25.3573668Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:582: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3575289Z result = vmap(torch.index_add, (0, None, None, 0))(x, dim, index, values) 2022-11-23T01:53:25.3575946Z ok (0.140s) 2022-11-23T01:53:25.3576784Z test_fallback_multiple_returns (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:600: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3577538Z result = vmap(torch.var_mean)(tensor) 2022-11-23T01:53:25.3578260Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:606: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3578952Z result = vmap(vmap(torch.var_mean))(tensor) 2022-11-23T01:53:25.3579677Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:612: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3580378Z result = vmap(vmap(vmap(torch.var_mean)))(tensor) 2022-11-23T01:53:25.3580685Z ok (0.206s) 2022-11-23T01:53:25.3581368Z test_fallback_warns_when_warnings_are_enabled (__main__.TestVmapAPI) ... ok (0.003s) 2022-11-23T01:53:25.3582155Z test_fallback_with_undefined_grad (__main__.TestVmapAPI) ... ok (0.009s) 2022-11-23T01:53:25.3583384Z test_fallback_zero_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:525: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3584107Z vmap(op, (0, None))(x, y) 2022-11-23T01:53:25.3584822Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:527: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3585601Z vmap(op, (None, 0))(y, x) 2022-11-23T01:53:25.3586293Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:529: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3586937Z vmap(op)(x, x) 2022-11-23T01:53:25.3587876Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:534: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3589231Z vmap(op, (0, None))(x, y) 2022-11-23T01:53:25.3590158Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:536: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3590825Z vmap(op, (None, 0))(y, x) 2022-11-23T01:53:25.3591527Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:538: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3592314Z vmap(op)(x, x) 2022-11-23T01:53:25.3592543Z ok (0.970s) 2022-11-23T01:53:25.3593286Z test_func_with_no_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:57: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3593999Z vmap(foo)() 2022-11-23T01:53:25.3595271Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:60: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3596488Z vmap(bar)() 2022-11-23T01:53:25.3596699Z ok (0.002s) 2022-11-23T01:53:25.3597463Z test_functools_partial (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:798: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3598251Z result = vmap(functools.partial(torch.mul, x))(y) 2022-11-23T01:53:25.3598524Z ok (0.002s) 2022-11-23T01:53:25.3599300Z test_grad_unsupported_interaction (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:773: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3600079Z vmap(output_to_grad_is_vmapped)(input_tensor) 2022-11-23T01:53:25.3600809Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:781: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3602174Z vmap(input_to_grad_is_vmapped)(input_tensor) 2022-11-23T01:53:25.3602914Z ok (0.003s) 2022-11-23T01:53:25.3603822Z test_in_dim_not_in_tensor_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:463: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3604565Z vmap(foo)(torch.randn([])) 2022-11-23T01:53:25.3605285Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:465: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3605972Z vmap(foo, in_dims=(0,))(torch.randn([])) 2022-11-23T01:53:25.3606699Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:467: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3607372Z vmap(foo, in_dims=(-1,))(x) 2022-11-23T01:53:25.3608541Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:469: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3609512Z vmap(foo, in_dims=(2,))(y) 2022-11-23T01:53:25.3610840Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:471: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3611783Z vmap(lambda z: z[0] + z[1], in_dims=([3, 0],))([x, y]) 2022-11-23T01:53:25.3612515Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:473: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3613198Z vmap(foo, in_dims=(0,))(torch.randn(2, 3)) 2022-11-23T01:53:25.3613926Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:474: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3614608Z vmap(foo, in_dims=(1,))(torch.randn(2, 3)) 2022-11-23T01:53:25.3614856Z ok (0.003s) 2022-11-23T01:53:25.3616391Z test_in_dims_wrong_type_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:407: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3617692Z vmap(torch.mul, [0, 0])(x, y) 2022-11-23T01:53:25.3618420Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:409: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3619077Z vmap(torch.mul, set({0, 0}))(x, y) 2022-11-23T01:53:25.3619800Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:411: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3620598Z vmap(torch.mul, 'lol')(x, y) 2022-11-23T01:53:25.3621463Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:413: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3622642Z vmap(lambda z: z[0] + z[1], in_dims=[0, 0])([x, y]) 2022-11-23T01:53:25.3624041Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:415: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3624736Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T01:53:25.3624967Z ok (0.000s) 2022-11-23T01:53:25.3625758Z test_inplace_fallback_nary_different_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:707: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3626515Z vmap(op, in_dims=(0, None))(x, y) 2022-11-23T01:53:25.3627482Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:713: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3628187Z vmap(vmap(op, in_dims=(0, None)))(x, y) 2022-11-23T01:53:25.3629382Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:721: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3630707Z vmap(op, in_dims=(None, 0))(x, y) 2022-11-23T01:53:25.3631443Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:726: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3632140Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 0))(x, y) 2022-11-23T01:53:25.3632880Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:731: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3633587Z vmap(vmap(op, in_dims=(0, None)), in_dims=(None, 1))(x, y) 2022-11-23T01:53:25.3634336Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:736: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3635011Z vmap(vmap(op, in_dims=(None, 0)))(x, y) 2022-11-23T01:53:25.3635254Z ok (0.006s) 2022-11-23T01:53:25.3636785Z test_inplace_fallback_nary_same_levels (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:672: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3638046Z vmap(op, (2, 0))(x, y) 2022-11-23T01:53:25.3638750Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:680: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3639415Z vmap(vmap(op), (2, 0))(x, y) 2022-11-23T01:53:25.3640119Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:688: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3640783Z result = vmap(vmap(vmap(op)))(x, y) 2022-11-23T01:53:25.3641031Z ok (0.236s) 2022-11-23T01:53:25.3641797Z test_inplace_fallback_unary (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:631: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3643117Z result = vmap(op)(x) 2022-11-23T01:53:25.3644517Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:638: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3645230Z result = vmap(op, out_dims=(1,))(x) 2022-11-23T01:53:25.3645927Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:645: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3646592Z result = vmap(vmap(op))(x) 2022-11-23T01:53:25.3647293Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:652: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3647972Z result = vmap(vmap(vmap(op)))(x) 2022-11-23T01:53:25.3648210Z ok (0.636s) 2022-11-23T01:53:25.3649241Z test_integer_in_dim_but_not_tensor_input_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:446: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3650740Z vmap(torch.sum)(x, 0) 2022-11-23T01:53:25.3651603Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:448: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3652268Z vmap(torch.sum, (0, 0))(x, 0) 2022-11-23T01:53:25.3652981Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:450: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3653662Z vmap(lambda z: z[0] + z[1], in_dims=([0, 0],))([x, 1]) 2022-11-23T01:53:25.3654367Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:452: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3655163Z vmap(torch.sum, (0, None))(x, 0) 2022-11-23T01:53:25.3655443Z ok (0.004s) 2022-11-23T01:53:25.3656949Z test_multiple_inputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:78: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3658144Z output = vmap(torch.mul)(x, y) 2022-11-23T01:53:25.3658387Z ok (0.003s) 2022-11-23T01:53:25.3659139Z test_multiple_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:220: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3659875Z result = vmap(foo, out_dims=(0, 1))(x) 2022-11-23T01:53:25.3660616Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:223: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3661292Z result = vmap(bar, out_dims=(-1, 0, 1, 2))(x, y) 2022-11-23T01:53:25.3661629Z ok (0.003s) 2022-11-23T01:53:25.3662448Z test_multiple_outputs (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:86: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3664002Z outputs = vmap(foo)(x) 2022-11-23T01:53:25.3664522Z ok (0.006s) 2022-11-23T01:53:25.3665473Z test_multiple_outputs_error_cases (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:106: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3666241Z vmap(returns_tuple_of_tensors)(x) 2022-11-23T01:53:25.3666972Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:111: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3667655Z vmap(returns_list_of_two_tensors)(x) 2022-11-23T01:53:25.3668354Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:113: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3669026Z vmap(returns_list_of_one_tensor)(x) 2022-11-23T01:53:25.3669370Z ok (0.000s) 2022-11-23T01:53:25.3670951Z test_nested_non_default_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:337: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3671989Z result = vmap(vmap(vmap(torch.mul), (1, 0)), (1, 2))(x, y) 2022-11-23T01:53:25.3672375Z ok (0.000s) 2022-11-23T01:53:25.3673139Z test_nested_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:236: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3673919Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y))(y) 2022-11-23T01:53:25.3674680Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:241: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3675406Z result = vmap(lambda y: vmap(lambda x: x, out_dims=1)(y), out_dims=1)(y) 2022-11-23T01:53:25.3676394Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:246: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3677924Z result = vmap(lambda y: vmap(lambda x: x, out_dims=-1)(y), out_dims=-1)(y) 2022-11-23T01:53:25.3678974Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:253: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3679735Z result = vmap(lambda y: vmap(lambda x: x * y, out_dims=1)(x), out_dims=-1)(y) 2022-11-23T01:53:25.3680027Z ok (0.016s) 2022-11-23T01:53:25.3680798Z test_nested_with_different_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:127: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3681575Z output = vmap(lambda x: vmap(lambda y: x * y)(y))(x) 2022-11-23T01:53:25.3682310Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:132: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3683344Z output = vmap(lambda x: vmap(lambda y: vmap(lambda z: x * y * z)(z))(y))(x) 2022-11-23T01:53:25.3683925Z ok (0.005s) 2022-11-23T01:53:25.3685290Z test_nested_with_same_map_dim (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:118: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3686065Z output = vmap(vmap(torch.mul))(x, y) 2022-11-23T01:53:25.3686781Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:121: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3687481Z output = vmap(vmap(vmap(torch.mul)))(x, y) 2022-11-23T01:53:25.3687735Z ok (0.004s) 2022-11-23T01:53:25.3688479Z test_nn_module (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:804: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3689309Z result = vmap(model)(tensor) 2022-11-23T01:53:25.3689541Z ok (0.004s) 2022-11-23T01:53:25.3691085Z test_non_default_in_dims_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:344: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3692334Z result = vmap(lambda x: x, in_dims=1, out_dims=1)(x) 2022-11-23T01:53:25.3693082Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:349: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3693795Z result = vmap(lambda x: x, in_dims=2, out_dims=1)(x) 2022-11-23T01:53:25.3694509Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:358: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3695194Z result = vmap(foo, in_dims=1, out_dims=1)(x) 2022-11-23T01:53:25.3696018Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:362: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3697038Z result = vmap(foo, in_dims=2, out_dims=1)(x) 2022-11-23T01:53:25.3698424Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:367: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3699263Z result = vmap(vmap(foo, 1, 1), 1, 1)(x) 2022-11-23T01:53:25.3699504Z ok (0.009s) 2022-11-23T01:53:25.3700272Z test_non_tensor_output_raises (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:28: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3701025Z output = vmap(lambda x: 3.14)(torch.ones(3)) 2022-11-23T01:53:25.3701763Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:34: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3702455Z vmap(multiple_outputs)(torch.ones(3)) 2022-11-23T01:53:25.3702688Z ok (0.003s) 2022-11-23T01:53:25.3703631Z test_non_zero_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:310: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3705226Z output = vmap(lambda x: x, (1,))(tensor) 2022-11-23T01:53:25.3706139Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:316: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3707262Z output = vmap(torch.mul, (0, 1))(x, y) 2022-11-23T01:53:25.3708000Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:318: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3708686Z output = vmap(torch.mul, (1, 0))(x, y) 2022-11-23T01:53:25.3708927Z ok (0.005s) 2022-11-23T01:53:25.3709680Z test_none_in_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:326: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3710411Z output = vmap(torch.mul, (0, None))(x, y) 2022-11-23T01:53:25.3711136Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:331: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3711827Z output = vmap(torch.mul, (0, None))(x, 2) 2022-11-23T01:53:25.3712078Z ok (0.002s) 2022-11-23T01:53:25.3712933Z test_nonzero_out_dims (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:171: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3713709Z result = vmap(lambda x: x, out_dims=1)(tensor) 2022-11-23T01:53:25.3714449Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:177: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3715237Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T01:53:25.3716720Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:183: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3717784Z result = vmap(lambda x: x, out_dims=-1)(tensor) 2022-11-23T01:53:25.3718783Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:190: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3719541Z result = vmap(lambda x, y: (x, y), out_dims=2)(tensor, other) 2022-11-23T01:53:25.3720290Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:198: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3720980Z result = vmap(lambda x: x, out_dims=2)(tensor) 2022-11-23T01:53:25.3721712Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:206: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3722521Z result = vmap(foo, out_dims=1)(x, y) 2022-11-23T01:53:25.3722760Z ok (0.006s) 2022-11-23T01:53:25.3723514Z test_noop_in_inner_vmap (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:139: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3724280Z output = vmap(lambda x: vmap(lambda y: x)(y))(x) 2022-11-23T01:53:25.3724536Z ok (0.000s) 2022-11-23T01:53:25.3725286Z test_not_enough_in_dims_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:423: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3726031Z vmap(torch.mul, (0,))(x, y) 2022-11-23T01:53:25.3726742Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:425: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3727406Z vmap(torch.mul, (0, 0, 0))(x, y) 2022-11-23T01:53:25.3728202Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:427: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3728904Z vmap(lambda z: z[0] + z[1], in_dims=([0],))([x, y]) 2022-11-23T01:53:25.3729902Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:429: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3730632Z vmap(lambda z: z[0] + z[1], in_dims=((0, 0),))([x, y]) 2022-11-23T01:53:25.3731352Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:431: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3732108Z vmap(torch.mul, (0, 0))(x, y) 2022-11-23T01:53:25.3732631Z ok (0.000s) 2022-11-23T01:53:25.3734069Z test_out_dim_out_of_bounds_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:302: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3734927Z vmap(lambda x: x, out_dims=3)(x) 2022-11-23T01:53:25.3735910Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:304: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3736600Z vmap(lambda x: x, out_dims=-4)(x) 2022-11-23T01:53:25.3736840Z ok (0.010s) 2022-11-23T01:53:25.3737631Z test_out_dims_and_num_outputs_mismatch_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:285: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3739144Z vmap(lambda x: x, out_dims=(0, 0))(x) 2022-11-23T01:53:25.3739964Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:287: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3740896Z vmap(lambda x: (x, x, x), out_dims=(0, 0, 0, 0))(x) 2022-11-23T01:53:25.3741635Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:291: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3742318Z vmap(lambda x: (x, x), out_dims=(0,))(x) 2022-11-23T01:53:25.3743015Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:293: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3743710Z vmap(lambda x: (x, x, x), out_dims=(0, 0))(x) 2022-11-23T01:53:25.3743959Z ok (0.000s) 2022-11-23T01:53:25.3744828Z test_out_dims_edge_case (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:263: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3745603Z expected = vmap(foo, out_dims=1)(tensor) 2022-11-23T01:53:25.3746338Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:264: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3747022Z result = vmap(foo, out_dims=(1,))(tensor) 2022-11-23T01:53:25.3747263Z ok (0.000s) 2022-11-23T01:53:25.3748041Z test_out_dims_must_be_int_or_tuple_of_int_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:271: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3748812Z vmap(lambda x: x, out_dims='lol')(tensor) 2022-11-23T01:53:25.3749527Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:273: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3750223Z vmap(lambda x: x, out_dims=('lol',))(tensor) 2022-11-23T01:53:25.3750952Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:275: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3751633Z vmap(lambda x: x, out_dims=None)(tensor) 2022-11-23T01:53:25.3752364Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:277: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3753048Z vmap(lambda x: x, out_dims=(None,))(tensor) 2022-11-23T01:53:25.3753390Z ok (0.012s) 2022-11-23T01:53:25.3754146Z test_single_input (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:72: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3754866Z output = vmap(square)(x) 2022-11-23T01:53:25.3755092Z ok (0.001s) 2022-11-23T01:53:25.3755844Z test_unsupported_op_err_msg (__main__.TestVmapAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:150: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3756729Z vmap(torch.ravel)(tensor) 2022-11-23T01:53:25.3757602Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:156: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3758282Z vmap(out_op)(tensor, tensor) 2022-11-23T01:53:25.3758993Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:161: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3759769Z vmap(lambda t: torch.atleast_1d([t]))(tensor) 2022-11-23T01:53:25.3760511Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:166: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3761171Z vmap(torch.Tensor.item)(tensor) 2022-11-23T01:53:25.3761416Z ok (0.006s) 2022-11-23T01:53:25.3761851Z test_add_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-11-23T01:53:25.3762901Z test_binary_cross_entropy_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3763715Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:53:25.3764226Z ok (0.011s) 2022-11-23T01:53:25.3764876Z test_diagonal_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T01:53:25.3765705Z test_div_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.019s) 2022-11-23T01:53:25.3766352Z test_expand_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T01:53:25.3767249Z test_index_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3768035Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:53:25.3768267Z ok (0.011s) 2022-11-23T01:53:25.3768602Z test_inplace_manyview_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.007s) 2022-11-23T01:53:25.3769043Z test_inplace_on_view_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-11-23T01:53:25.3769462Z test_lgamma_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (1.516s) 2022-11-23T01:53:25.3769873Z test_log1p_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.005s) 2022-11-23T01:53:25.3770410Z test_log_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T01:53:25.3770808Z test_logsumexp_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T01:53:25.3771704Z test_max_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3772554Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:53:25.3772904Z ok (0.004s) 2022-11-23T01:53:25.3773377Z test_median_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T01:53:25.3773789Z test_min_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T01:53:25.3774188Z test_mul_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.013s) 2022-11-23T01:53:25.3774573Z test_permute_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T01:53:25.3774983Z test_reshape_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T01:53:25.3775388Z test_select_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.006s) 2022-11-23T01:53:25.3775791Z test_sigmoid_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T01:53:25.3776198Z test_slice_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.016s) 2022-11-23T01:53:25.3776604Z test_stack_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.003s) 2022-11-23T01:53:25.3777085Z test_sub_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.012s) 2022-11-23T01:53:25.3777793Z test_symeig_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2421: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T01:53:25.3778554Z The default behavior has changed from using the upper triangular portion of the matrix by default to using the lower triangular portion. 2022-11-23T01:53:25.3778972Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T01:53:25.3779237Z should be replaced with 2022-11-23T01:53:25.3779545Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T01:53:25.3779812Z and 2022-11-23T01:53:25.3780037Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T01:53:25.3780306Z should be replaced with 2022-11-23T01:53:25.3780827Z 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-23T01:53:25.3781353Z return torch.symeig(x, eigenvectors=True)[0] 2022-11-23T01:53:25.3782107Z C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:882: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3782812Z result = vmap(op, in_dims, out_dims)(*inputs) 2022-11-23T01:53:25.3783047Z ok (10.707s) 2022-11-23T01:53:25.3783373Z test_threshold_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.000s) 2022-11-23T01:53:25.3783791Z test_trace_cuda (__main__.TestVmapBatchedGradientCUDA) ... ok (0.010s) 2022-11-23T01:53:25.3784772Z test_unrelated_output_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2481: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3785772Z result = vmap(vjp)(gy) 2022-11-23T01:53:25.3786002Z ok (0.003s) 2022-11-23T01:53:25.3786946Z test_unrelated_output_multiple_grad_cuda (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:2496: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3787732Z result = vmap(vjp)(gy) 2022-11-23T01:53:25.3787937Z ok (0.003s) 2022-11-23T01:53:25.3788263Z test_vmap_fallback_check (__main__.TestVmapBatchedGradientCUDA) ... ok (0.002s) 2022-11-23T01:53:25.3789177Z test_vmap_fallback_check_ok (__main__.TestVmapBatchedGradientCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3789972Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T01:53:25.3790220Z ok (0.001s) 2022-11-23T01:53:25.3790500Z test_T_numpy (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T01:53:25.3790853Z test_as_strided (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T01:53:25.3791209Z test_binary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.269s) 2022-11-23T01:53:25.3791568Z test_bmm (__main__.TestVmapOperators) ... ok (0.022s) 2022-11-23T01:53:25.3791899Z test_cat (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T01:53:25.3792284Z test_chunk (__main__.TestVmapOperators) ... ok (0.058s) 2022-11-23T01:53:25.3792704Z test_clamp (__main__.TestVmapOperators) ... ok (0.039s) 2022-11-23T01:53:25.3793054Z test_clone (__main__.TestVmapOperators) ... ok (0.023s) 2022-11-23T01:53:25.3793389Z test_comparison_ops (__main__.TestVmapOperators) ... ok (0.124s) 2022-11-23T01:53:25.3793740Z test_conj (__main__.TestVmapOperators) ... ok (0.016s) 2022-11-23T01:53:25.3794096Z test_contiguous (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3794448Z test_diagonal (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T01:53:25.3794787Z test_dot (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T01:53:25.3795130Z test_expand_as (__main__.TestVmapOperators) ... ok (0.017s) 2022-11-23T01:53:25.3795479Z test_fill_and_zero_inplace (__main__.TestVmapOperators) ... ok (0.022s) 2022-11-23T01:53:25.3795834Z test_imag (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T01:53:25.3796180Z test_is_complex (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:53:25.3796539Z test_is_contiguous (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T01:53:25.3796908Z test_is_floating_point (__main__.TestVmapOperators) ... ok (0.002s) 2022-11-23T01:53:25.3797258Z test_mm (__main__.TestVmapOperators) ... ok (0.021s) 2022-11-23T01:53:25.3797578Z test_movedim (__main__.TestVmapOperators) ... ok (0.020s) 2022-11-23T01:53:25.3797911Z test_mv (__main__.TestVmapOperators) ... ok (0.019s) 2022-11-23T01:53:25.3798397Z test_narrow (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3798868Z test_new_empty (__main__.TestVmapOperators) ... ok (0.000s) 2022-11-23T01:53:25.3799268Z test_new_empty_strided (__main__.TestVmapOperators) ... ok (0.032s) 2022-11-23T01:53:25.3799629Z test_new_zeros (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:53:25.3799980Z test_no_random_op_support (__main__.TestVmapOperators) ... ok (0.040s) 2022-11-23T01:53:25.3800338Z test_real (__main__.TestVmapOperators) ... ok (0.033s) 2022-11-23T01:53:25.3800687Z test_reshape (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T01:53:25.3801036Z test_reshape_as (__main__.TestVmapOperators) ... ok (0.013s) 2022-11-23T01:53:25.3801395Z test_result_type (__main__.TestVmapOperators) ... ok (0.015s) 2022-11-23T01:53:25.3801739Z test_select (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:53:25.3802176Z test_slice (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:53:25.3802515Z test_split (__main__.TestVmapOperators) ... ok (0.098s) 2022-11-23T01:53:25.3802855Z test_squeeze (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3803195Z test_stack (__main__.TestVmapOperators) ... ok (0.012s) 2022-11-23T01:53:25.3803529Z test_stride (__main__.TestVmapOperators) ... ok (0.003s) 2022-11-23T01:53:25.3803854Z test_sum_dim (__main__.TestVmapOperators) ... ok (0.014s) 2022-11-23T01:53:25.3804183Z test_t (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:53:25.3804528Z test_tensor_split (__main__.TestVmapOperators) ... ok (0.327s) 2022-11-23T01:53:25.3804873Z test_to (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3805205Z test_trace (__main__.TestVmapOperators) ... ok (0.007s) 2022-11-23T01:53:25.3805547Z test_transpose (__main__.TestVmapOperators) ... ok (0.005s) 2022-11-23T01:53:25.3805909Z test_unary_pointwise_ops (__main__.TestVmapOperators) ... ok (0.210s) 2022-11-23T01:53:25.3806271Z test_unbind (__main__.TestVmapOperators) ... ok (0.326s) 2022-11-23T01:53:25.3806607Z test_unfold (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3806943Z test_view (__main__.TestVmapOperators) ... ok (0.009s) 2022-11-23T01:53:25.3807282Z test_view_as (__main__.TestVmapOperators) ... ok (0.011s) 2022-11-23T01:53:25.3807635Z test_view_as_complex (__main__.TestVmapOperators) ... ok (0.044s) 2022-11-23T01:53:25.3807984Z test_view_as_real (__main__.TestVmapOperators) ... ok (0.006s) 2022-11-23T01:53:25.3808353Z test_vmap_fallback_check (__main__.TestVmapOperators) ... ok (0.010s) 2022-11-23T01:53:25.3809320Z test_vmap_fallback_check_ok (__main__.TestVmapOperators) ... C:\actions-runner\_work\pytorch\pytorch\test\test_vmap.py:964: UserWarning: Please use functorch.vmap instead of torch.vmap (https://github.com/pytorch/functorch). We've moved development on torch.vmap over to functorch; functorch's vmap has a multitude of significant performance and functionality improvements. 2022-11-23T01:53:25.3810110Z vmap(op_using_fallback)(torch.rand(3)) 2022-11-23T01:53:25.3810364Z ok (0.000s) 2022-11-23T01:53:25.3810497Z 2022-11-23T01:53:25.3810683Z ---------------------------------------------------------------------- 2022-11-23T01:53:25.3810998Z Ran 125 tests in 18.938s 2022-11-23T01:53:25.3811147Z 2022-11-23T01:53:25.3811223Z OK 2022-11-23T01:53:25.3811320Z 2022-11-23T01:53:25.3811433Z Generating XML reports... 2022-11-23T01:53:25.3811847Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapAPI-20221123015305.xml 2022-11-23T01:53:25.3812448Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapBatchedGradientCUDA-20221123015305.xml 2022-11-23T01:53:25.3813057Z Generated XML report: test-reports\python-unittest\test_vmap\TEST-TestVmapOperators-20221123015305.xml 2022-11-23T01:53:25.3813355Z 2022-11-23T01:53:25.3813755Z ##[endgroup] 2022-11-23T01:53:25.3814169Z FINISHED PRINTING LOG FILE of test_vmap (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_vmap_r3wresfp) 2022-11-23T01:53:25.3814472Z 2022-11-23T01:53:27.6130577Z Running test_expanded_weights ... [2022-11-23 01:53:27.606260] 2022-11-23T01:53:27.6137823Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_expanded_weights.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:27.606260] 2022-11-23T01:53:27.6140707Z Ignoring disabled issues: [] 2022-11-23T01:53:30.0351737Z Running test_fx_experimental ... [2022-11-23 01:53:30.034808] 2022-11-23T01:53:30.0359929Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_fx_experimental.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:30.035460] 2022-11-23T01:53:30.0362994Z Ignoring disabled issues: [] 2022-11-23T01:53:45.2047826Z 2022-11-23T01:53:45.2048779Z Expand the folded group to see the log file of test_expanded_weights 2022-11-23T01:53:45.2050762Z ##[group]PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_lkiprohk) 2022-11-23T01:53:45.2052291Z 2022-11-23T01:53:45.2052743Z Running tests... 2022-11-23T01:53:45.2053127Z ---------------------------------------------------------------------- 2022-11-23T01:53:45.2057526Z Test results will be stored in test-reports\python-unittest\test_expanded_weights 2022-11-23T01:53:45.2058415Z test_cnn_model_mean_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (4.482s) 2022-11-23T01:53:45.2059214Z test_cnn_model_sum_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.111s) 2022-11-23T01:53:45.2060115Z test_embedding_model_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.035s) 2022-11-23T01:53:45.2061025Z test_expanded_weight_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.003s) 2022-11-23T01:53:45.2062041Z test_expanded_weight_forward_nn_functional_conv1d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.024s) 2022-11-23T01:53:45.2063133Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.386s) 2022-11-23T01:53:45.2065006Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_creation.py:151: UserWarning: ComplexHalf support is experimental and many operators don't support it yet. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\EmptyTensor.cpp:32.) 2022-11-23T01:53:45.2067550Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T01:53:45.2068116Z ok (0.656s) 2022-11-23T01:53:45.2068864Z test_expanded_weight_forward_nn_functional_conv1d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.020s) 2022-11-23T01:53:45.2070002Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.020s) 2022-11-23T01:53:45.2070802Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T01:53:45.2071643Z test_expanded_weight_forward_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T01:53:45.2073243Z test_expanded_weight_forward_nn_functional_conv2d_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\opinfo\core.py:1068: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:53:45.2074545Z return self.op(*args, **kwargs) 2022-11-23T01:53:45.2075002Z ok (0.051s) 2022-11-23T01:53:45.2075588Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2022-11-23T01:53:45.2076182Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.058s) 2022-11-23T01:53:45.2076754Z test_expanded_weight_forward_nn_functional_conv2d_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.053s) 2022-11-23T01:53:45.2077322Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.042s) 2022-11-23T01:53:45.2077872Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.040s) 2022-11-23T01:53:45.2078443Z test_expanded_weight_forward_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.035s) 2022-11-23T01:53:45.2079097Z test_expanded_weight_forward_nn_functional_embedding_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.020s) 2022-11-23T01:53:45.2080008Z test_expanded_weight_forward_nn_functional_embedding_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.012s) 2022-11-23T01:53:45.2080740Z test_expanded_weight_forward_nn_functional_embedding_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.024s) 2022-11-23T01:53:45.2081475Z test_expanded_weight_forward_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... skip: embedding is non-determinstic in this case, see issue #74679 (0.024s) 2022-11-23T01:53:45.2082221Z test_expanded_weight_forward_nn_functional_group_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.033s) 2022-11-23T01:53:45.2082802Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.039s) 2022-11-23T01:53:45.2083376Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.031s) 2022-11-23T01:53:45.2083921Z test_expanded_weight_forward_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.054s) 2022-11-23T01:53:45.2084503Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.043s) 2022-11-23T01:53:45.2085301Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.026s) 2022-11-23T01:53:45.2086506Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.177s) 2022-11-23T01:53:45.2087615Z test_expanded_weight_forward_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.038s) 2022-11-23T01:53:45.2088686Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-11-23T01:53:45.2089375Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.022s) 2022-11-23T01:53:45.2089941Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.011s) 2022-11-23T01:53:45.2090505Z test_expanded_weight_forward_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-11-23T01:53:45.2091063Z test_expanded_weight_forward_nn_functional_linear_cuda_bfloat16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T01:53:45.2091736Z test_expanded_weight_forward_nn_functional_linear_cuda_complex128 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.052s) 2022-11-23T01:53:45.2092326Z test_expanded_weight_forward_nn_functional_linear_cuda_complex64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.019s) 2022-11-23T01:53:45.2092904Z test_expanded_weight_forward_nn_functional_linear_cuda_float16 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.020s) 2022-11-23T01:53:45.2093469Z test_expanded_weight_forward_nn_functional_linear_cuda_float32 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T01:53:45.2094023Z test_expanded_weight_forward_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.015s) 2022-11-23T01:53:45.2094606Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.022s) 2022-11-23T01:53:45.2095249Z test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.069s) 2022-11-23T01:53:45.2095865Z test_expanded_weight_per_sample_grad_mean_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.006s) 2022-11-23T01:53:45.2096618Z test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.060s) 2022-11-23T01:53:45.2097239Z test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.048s) 2022-11-23T01:53:45.2097851Z test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-11-23T01:53:45.2098458Z test_expanded_weight_per_sample_grad_mean_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.052s) 2022-11-23T01:53:45.2099058Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.024s) 2022-11-23T01:53:45.2099654Z test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.068s) 2022-11-23T01:53:45.2100257Z test_expanded_weight_per_sample_grad_sum_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.000s) 2022-11-23T01:53:45.2100863Z test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.065s) 2022-11-23T01:53:45.2101454Z test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.067s) 2022-11-23T01:53:45.2102066Z test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.016s) 2022-11-23T01:53:45.2102739Z test_expanded_weight_per_sample_grad_sum_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.060s) 2022-11-23T01:53:45.2103371Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.024s) 2022-11-23T01:53:45.2104212Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.055s) 2022-11-23T01:53:45.2105377Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-11-23T01:53:45.2106252Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.057s) 2022-11-23T01:53:45.2106903Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.035s) 2022-11-23T01:53:45.2107538Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-11-23T01:53:45.2108145Z test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.038s) 2022-11-23T01:53:45.2108692Z test_group_norm_error_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (1.162s) 2022-11-23T01:53:45.2109178Z test_group_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.073s) 2022-11-23T01:53:45.2109666Z test_group_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.054s) 2022-11-23T01:53:45.2110154Z test_group_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.060s) 2022-11-23T01:53:45.2110650Z test_instance_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.071s) 2022-11-23T01:53:45.2111145Z test_instance_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.081s) 2022-11-23T01:53:45.2111617Z test_instance_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.070s) 2022-11-23T01:53:45.2112232Z test_layer_norm_model_num_dim_1_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.049s) 2022-11-23T01:53:45.2112720Z test_layer_norm_model_num_dim_2_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.040s) 2022-11-23T01:53:45.2113211Z test_layer_norm_model_num_dim_3_cuda (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.059s) 2022-11-23T01:53:45.2113748Z test_unsupported_expand_weights_nn_functional_conv1d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T01:53:45.2114318Z test_unsupported_expand_weights_nn_functional_conv2d_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.019s) 2022-11-23T01:53:45.2114907Z test_unsupported_expand_weights_nn_functional_embedding_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.008s) 2022-11-23T01:53:45.2115498Z test_unsupported_expand_weights_nn_functional_group_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.012s) 2022-11-23T01:53:45.2116074Z test_unsupported_expand_weights_nn_functional_instance_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.010s) 2022-11-23T01:53:45.2116667Z test_unsupported_expand_weights_nn_functional_layer_norm_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.007s) 2022-11-23T01:53:45.2117246Z test_unsupported_expand_weights_nn_functional_linear_cuda_float64 (__main__.TestExpandedWeightFunctionalCUDA) ... ok (0.005s) 2022-11-23T01:53:45.2117775Z test_forward_helper_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.000s) 2022-11-23T01:53:45.2118293Z test_forward_helper_failure_args_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.018s) 2022-11-23T01:53:45.2118902Z test_set_grad_sample_if_exists_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.004s) 2022-11-23T01:53:45.2119448Z test_set_grad_sample_if_exists_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.003s) 2022-11-23T01:53:45.2119960Z test_sum_over_all_but_batch_and_last_n_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.007s) 2022-11-23T01:53:45.2120501Z test_unpack_expanded_weight_or_tensor_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.005s) 2022-11-23T01:53:45.2121059Z test_unpack_expanded_weight_or_tensor_failure_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.003s) 2022-11-23T01:53:45.2121638Z test_unpack_expanded_weight_or_tensor_with_custom_function_cuda (__main__.TestExpandedWeightHelperFunctionCUDA) ... ok (0.003s) 2022-11-23T01:53:45.2122120Z test_Conv1d (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2122535Z test_Conv1d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2122999Z test_Conv1d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2123464Z test_Conv1d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.064s) 2022-11-23T01:53:45.2123914Z test_Conv1d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2124340Z test_Conv1d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2124747Z test_Conv1d_pad1 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2125162Z test_Conv1d_pad1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.015s) 2022-11-23T01:53:45.2125596Z test_Conv1d_pad1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2126019Z test_Conv1d_pad1size1 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2126436Z test_Conv1d_pad1size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2126884Z test_Conv1d_pad1size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2127305Z test_Conv1d_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2127809Z test_Conv1d_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2128242Z test_Conv1d_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2128666Z test_Conv1d_pad2size1 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2129072Z test_Conv1d_pad2size1_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2129522Z test_Conv1d_pad2size1_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2129967Z test_Conv1d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2130430Z test_Conv1d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.016s) 2022-11-23T01:53:45.2130911Z test_Conv1d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2131375Z test_Conv1d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2131850Z test_Conv1d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2132321Z test_Conv1d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2132764Z test_Conv1d_stride (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2133182Z test_Conv1d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2133619Z test_Conv1d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2134223Z test_Conv1d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:53:45.2134849Z test_Conv1d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-11-23T01:53:45.2135477Z test_Conv1d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.003s) 2022-11-23T01:53:45.2136007Z test_Conv1d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2136441Z test_Conv1d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2136909Z test_Conv1d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2137335Z test_Conv2d (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2137752Z test_Conv2d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2138216Z test_Conv2d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2138697Z test_Conv2d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2139128Z test_Conv2d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2139535Z test_Conv2d_dilated (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2139960Z test_Conv2d_dilated_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2140402Z test_Conv2d_dilated_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2140838Z test_Conv2d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2141245Z test_Conv2d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2141661Z test_Conv2d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2142078Z test_Conv2d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2142499Z test_Conv2d_padding (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2143020Z test_Conv2d_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.018s) 2022-11-23T01:53:45.2143459Z test_Conv2d_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2143902Z test_Conv2d_reflect_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2144360Z test_Conv2d_reflect_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2144822Z test_Conv2d_reflect_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2145291Z test_Conv2d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T01:53:45.2145763Z test_Conv2d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2146255Z test_Conv2d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2146701Z test_Conv2d_strided (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2147122Z test_Conv2d_strided_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2147564Z test_Conv2d_strided_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2148081Z test_Conv2d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T01:53:45.2148689Z test_Conv2d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T01:53:45.2149388Z test_Conv2d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:53:45.2149934Z test_Conv2d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2150385Z test_Conv2d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2150860Z test_Conv2d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2151284Z test_Conv3d (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2151677Z test_Conv3d_1x1x1_no_bias (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2152087Z test_Conv3d_1x1x1_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2152534Z test_Conv3d_1x1x1_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2152990Z test_Conv3d_circular_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-11-23T01:53:45.2153448Z test_Conv3d_circular_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-11-23T01:53:45.2153928Z test_Conv3d_circular_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2154375Z test_Conv3d_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2154780Z test_Conv3d_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2155194Z test_Conv3d_no_bias (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2155608Z test_Conv3d_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2156042Z test_Conv3d_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2156486Z test_Conv3d_replicate_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.013s) 2022-11-23T01:53:45.2156959Z test_Conv3d_replicate_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2157444Z test_Conv3d_replicate_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2157870Z test_Conv3d_stride (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2158382Z test_Conv3d_stride_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2158821Z test_Conv3d_stride_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2159254Z test_Conv3d_stride_padding (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2159696Z test_Conv3d_stride_padding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2160162Z test_Conv3d_stride_padding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2160708Z test_Conv3d_zero_batch (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.000s) 2022-11-23T01:53:45.2161499Z test_Conv3d_zero_batch_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.010s) 2022-11-23T01:53:45.2162438Z test_Conv3d_zero_batch_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:53:45.2162974Z test_Conv3d_zeros_stride2_pad2 (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2163423Z test_Conv3d_zeros_stride2_pad2_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2163893Z test_Conv3d_zeros_stride2_pad2_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2164330Z test_Embedding (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2164836Z test_Embedding_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2165275Z test_Embedding_discontiguous (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2165735Z test_Embedding_discontiguous_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2166215Z test_Embedding_discontiguous_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2166682Z test_Embedding_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.002s) 2022-11-23T01:53:45.2167108Z test_GroupNorm_1d_affine (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2167531Z test_GroupNorm_1d_affine_GN (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2167973Z test_GroupNorm_1d_affine_GN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.012s) 2022-11-23T01:53:45.2168419Z test_GroupNorm_1d_affine_GN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2168882Z test_GroupNorm_1d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2169354Z test_GroupNorm_1d_affine_large_batch_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.095s) 2022-11-23T01:53:45.2169829Z test_GroupNorm_1d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2170279Z test_GroupNorm_1d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2170727Z test_GroupNorm_1d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2171182Z test_GroupNorm_1d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2171793Z test_GroupNorm_1d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2172615Z test_GroupNorm_1d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-11-23T01:53:45.2173429Z test_GroupNorm_1d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2174197Z test_GroupNorm_2d_affine (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2174965Z test_GroupNorm_2d_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2175953Z test_GroupNorm_2d_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.011s) 2022-11-23T01:53:45.2176473Z test_GroupNorm_2d_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2176924Z test_GroupNorm_2d_no_affine_IN (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2177377Z test_GroupNorm_2d_no_affine_IN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2177842Z test_GroupNorm_2d_no_affine_IN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2178296Z test_GroupNorm_2d_no_affine_LN (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2178745Z test_GroupNorm_2d_no_affine_LN_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2179214Z test_GroupNorm_2d_no_affine_LN_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2179684Z test_GroupNorm_2d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.007s) 2022-11-23T01:53:45.2180165Z test_LayerNorm_1d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2180644Z test_LayerNorm_1d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2181142Z test_LayerNorm_1d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2181735Z test_LayerNorm_1d_empty_elementwise_affine (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T01:53:45.2182690Z test_LayerNorm_1d_empty_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.002s) 2022-11-23T01:53:45.2183701Z test_LayerNorm_1d_empty_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients when no batch dim or batch dim is 0 (0.001s) 2022-11-23T01:53:45.2184446Z test_LayerNorm_1d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2184928Z test_LayerNorm_1d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2185435Z test_LayerNorm_1d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2185917Z test_LayerNorm_3d_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.004s) 2022-11-23T01:53:45.2186399Z test_LayerNorm_3d_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2186896Z test_LayerNorm_3d_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2187380Z test_LayerNorm_3d_no_affine_large_feature (__main__.TestExpandedWeightModule) ... ok (0.092s) 2022-11-23T01:53:45.2187867Z test_LayerNorm_3d_no_affine_large_feature_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.008s) 2022-11-23T01:53:45.2188357Z test_LayerNorm_3d_no_affine_large_feature_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.061s) 2022-11-23T01:53:45.2188846Z test_LayerNorm_3d_no_elementwise_affine (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2189327Z test_LayerNorm_3d_no_elementwise_affine_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2189828Z test_LayerNorm_3d_no_elementwise_affine_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.003s) 2022-11-23T01:53:45.2190270Z test_Linear (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2190671Z test_Linear_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.009s) 2022-11-23T01:53:45.2191093Z test_Linear_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.005s) 2022-11-23T01:53:45.2191815Z test_Linear_no_batch_dim (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.003s) 2022-11-23T01:53:45.2192513Z test_Linear_no_batch_dim_cuda_double (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T01:53:45.2193109Z test_Linear_no_batch_dim_multiple_inputs (__main__.TestExpandedWeightModule) ... skip: Can't get per sample gradients for input of rank 1 (0.000s) 2022-11-23T01:53:45.2193605Z test_Linear_no_bias (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2194025Z test_Linear_no_bias_cuda_double (__main__.TestExpandedWeightModule) ... ok (0.010s) 2022-11-23T01:53:45.2194470Z test_Linear_no_bias_multiple_inputs (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2194926Z test_per_sample_api_compute_batch_size (__main__.TestExpandedWeightModule) ... ok (0.000s) 2022-11-23T01:53:45.2195390Z test_per_sample_api_compute_batch_size_not_pytreeable (__main__.TestExpandedWeightModule) ... ok (0.014s) 2022-11-23T01:53:45.2195870Z test_per_sample_api_failing (__main__.TestExpandedWeightModule) ... ok (0.006s) 2022-11-23T01:53:45.2196107Z 2022-11-23T01:53:45.2196297Z ---------------------------------------------------------------------- 2022-11-23T01:53:45.2196610Z Ran 236 tests in 10.656s 2022-11-23T01:53:45.2196755Z 2022-11-23T01:53:45.2196851Z OK (skipped=19) 2022-11-23T01:53:45.2196988Z 2022-11-23T01:53:45.2197104Z Generating XML reports... 2022-11-23T01:53:45.2197615Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightFunctionalCUDA-20221123015332.xml 2022-11-23T01:53:45.2198423Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightHelperFunctionCUDA-20221123015332.xml 2022-11-23T01:53:45.2199142Z Generated XML report: test-reports\python-unittest\test_expanded_weights\TEST-TestExpandedWeightModule-20221123015332.xml 2022-11-23T01:53:45.2199487Z 2022-11-23T01:53:45.2199880Z ##[endgroup] 2022-11-23T01:53:45.2200336Z FINISHED PRINTING LOG FILE of test_expanded_weights (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_expanded_weights_lkiprohk) 2022-11-23T01:53:45.2200682Z 2022-11-23T01:53:47.6042882Z 2022-11-23T01:53:47.6043914Z Expand the folded group to see the log file of test_fx_experimental 2022-11-23T01:53:47.6062920Z ##[group]PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_nd2pg6jp) 2022-11-23T01:53:47.6063542Z 2022-11-23T01:53:47.6063712Z Running tests... 2022-11-23T01:53:47.6064458Z ---------------------------------------------------------------------- 2022-11-23T01:53:47.6065224Z Test results will be stored in test-reports\python-unittest\test_fx_experimental 2022-11-23T01:53:47.6066042Z test_annotate_returns_with_schema (__main__.TestFXExperimental) ... skip: no torchvision (0.003s) 2022-11-23T01:53:47.6066794Z test_aot_based_partition (__main__.TestFXExperimental) ... ok (1.939s) 2022-11-23T01:53:47.6067496Z test_call_to_assert_no_msg (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T01:53:47.6068222Z test_call_to_assert_with_empty_msg (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:53:47.6068647Z test_call_to_assert_with_msg (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:53:47.6069062Z test_call_to_assert_with_multiline_message (__main__.TestFXExperimental) ... ok (0.007s) 2022-11-23T01:53:47.6069493Z test_conv_bn_fusion (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:53:47.6069911Z test_conv_bn_fusion_not_running_state (__main__.TestFXExperimental) ... ok (0.010s) 2022-11-23T01:53:47.6070495Z test_cost_aware_partition (__main__.TestFXExperimental) ... ok (0.049s) 2022-11-23T01:53:47.6071026Z test_fetch (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:53:47.6071584Z test_find_single_partition (__main__.TestFXExperimental) ... ok (0.006s) 2022-11-23T01:53:47.6072225Z test_lack_of_devices (__main__.TestFXExperimental) ... ok (0.013s) 2022-11-23T01:53:47.6072601Z test_large_node_error (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T01:53:47.6072955Z test_merge_matmuls (__main__.TestFXExperimental) 2022-11-23T01:53:47.6073431Z A collection of test cases for torch.fx.experimental.merge_matmul, ... ok (0.065s) 2022-11-23T01:53:47.6074082Z test_meta_tracer (__main__.TestFXExperimental) ... ok (0.073s) 2022-11-23T01:53:47.6074759Z test_normalize_args (__main__.TestFXExperimental) ... skip: no torchvision (0.003s) 2022-11-23T01:53:47.6075510Z test_normalize_args_perserve_type (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\operator_schemas.py:207: UserWarning: Does not support nested parametric types, got typing.List[~t]. Please file a bug. 2022-11-23T01:53:47.6076095Z warnings.warn( 2022-11-23T01:53:47.6076313Z ok (0.011s) 2022-11-23T01:53:47.6076634Z test_normalize_args_preserve_meta (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T01:53:47.6077057Z test_normalize_binary_operators (__main__.TestFXExperimental) ... ok (0.106s) 2022-11-23T01:53:47.6077441Z test_normalize_modules_exhaustive (__main__.TestFXExperimental) 2022-11-23T01:53:47.6078353Z Exhaustively test `Node.normalized_arguments` on all standard ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\nn\modules\conv.py:309: UserWarning: Using padding='same' with even kernel lengths and odd dilation may require a zero-padded copy of the input be created (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Convolution.cpp:996.) 2022-11-23T01:53:47.6079348Z return F.conv1d(input, weight, bias, self.stride, 2022-11-23T01:53:47.6079631Z ok (3.177s) 2022-11-23T01:53:47.6079949Z test_optimize_for_inference_cpu (__main__.TestFXExperimental) ... ok (0.724s) 2022-11-23T01:53:47.6080417Z test_optimize_for_inference_cpu_torchvision (__main__.TestFXExperimental) ... skip: no torchvision (0.000s) 2022-11-23T01:53:47.6080881Z test_partition_device_mapping (__main__.TestFXExperimental) ... ok (0.026s) 2022-11-23T01:53:47.6081259Z test_partition_latency (__main__.TestFXExperimental) ... ok (0.017s) 2022-11-23T01:53:47.6081662Z test_partition_node_manipulation (__main__.TestFXExperimental) ... ok (0.012s) 2022-11-23T01:53:47.6082070Z test_replace_target_nodes_with (__main__.TestFXExperimental) ... ok (0.003s) 2022-11-23T01:53:47.6082453Z test_saturate_host (__main__.TestFXExperimental) ... [0, 4] 2022-11-23T01:53:47.6082723Z [1, 2] 2022-11-23T01:53:47.6082920Z ok (0.020s) 2022-11-23T01:53:47.6083207Z test_size_based_partition (__main__.TestFXExperimental) ... ok (0.014s) 2022-11-23T01:53:47.6083600Z test_sparse_nn_partition (__main__.TestFXExperimental) ... ok (0.241s) 2022-11-23T01:53:47.6083996Z test_split_module_default_arg (__main__.TestFXExperimental) ... ok (0.015s) 2022-11-23T01:53:47.6084406Z test_split_module_kwargs_expansion (__main__.TestFXExperimental) ... ok (0.008s) 2022-11-23T01:53:47.6084819Z test_split_qualname_mapping (__main__.TestFXExperimental) ... ok (0.009s) 2022-11-23T01:53:47.6085211Z test_subgraph_creation (__main__.TestFXExperimental) ... ok (0.023s) 2022-11-23T01:53:47.6085620Z test_subgraph_trivial_resnet (__main__.TestFXExperimental) ... skip: no torchvision (0.001s) 2022-11-23T01:53:47.6086052Z test_subgraph_uniquename (__main__.TestFXExperimental) ... ok (0.011s) 2022-11-23T01:53:47.6086740Z test_to_folder (__main__.TestFXExperimental) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\fx\graph_module.py:476: UserWarning: Was not able to save the following children modules as reprs -saved as pickled files instead: ['seq'] 2022-11-23T01:53:47.6087418Z warnings.warn("Was not able to save the following children modules as reprs -" 2022-11-23T01:53:47.6087726Z ok (0.067s) 2022-11-23T01:53:47.6088066Z test_traceable_function_with_nonstandard_name (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:53:47.6088585Z test_type_matches (__main__.TestFXExperimental) ... ok (0.005s) 2022-11-23T01:53:47.6088988Z test_normalize_args_op_overload_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.004s) 2022-11-23T01:53:47.6089505Z test_normalize_operator_exhaustive_H_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6090059Z test_normalize_operator_exhaustive_T_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6090620Z test_normalize_operator_exhaustive___getitem___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T01:53:47.6091191Z test_normalize_operator_exhaustive___radd___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6091807Z test_normalize_operator_exhaustive___rdiv___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6092378Z test_normalize_operator_exhaustive___rmatmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6092943Z test_normalize_operator_exhaustive___rmod___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6093483Z test_normalize_operator_exhaustive___rmul___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6094038Z test_normalize_operator_exhaustive___rpow___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6094673Z test_normalize_operator_exhaustive___rsub___cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6095275Z test_normalize_operator_exhaustive__softmax_backward_data_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6095856Z test_normalize_operator_exhaustive_abs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6096411Z test_normalize_operator_exhaustive_acos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6096964Z test_normalize_operator_exhaustive_acosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6097513Z test_normalize_operator_exhaustive_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6098072Z test_normalize_operator_exhaustive_addbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6098621Z test_normalize_operator_exhaustive_addcdiv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6099185Z test_normalize_operator_exhaustive_addcmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6099748Z test_normalize_operator_exhaustive_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6100322Z test_normalize_operator_exhaustive_addmm_decomposed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6100895Z test_normalize_operator_exhaustive_addmv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6101454Z test_normalize_operator_exhaustive_addr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6102007Z test_normalize_operator_exhaustive_all_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6102568Z test_normalize_operator_exhaustive_allclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.018s) 2022-11-23T01:53:47.6103904Z test_normalize_operator_exhaustive_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6104449Z test_normalize_operator_exhaustive_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6105000Z test_normalize_operator_exhaustive_aminmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6105562Z test_normalize_operator_exhaustive_angle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6106122Z test_normalize_operator_exhaustive_any_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6106679Z test_normalize_operator_exhaustive_arange_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6107245Z test_normalize_operator_exhaustive_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6107878Z test_normalize_operator_exhaustive_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6108430Z test_normalize_operator_exhaustive_argsort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6109002Z test_normalize_operator_exhaustive_argwhere_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6109662Z test_normalize_operator_exhaustive_as_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6110259Z test_normalize_operator_exhaustive_as_strided_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6110831Z test_normalize_operator_exhaustive_asin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6111388Z test_normalize_operator_exhaustive_asinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6111933Z test_normalize_operator_exhaustive_atan2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6112485Z test_normalize_operator_exhaustive_atan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6113267Z test_normalize_operator_exhaustive_atanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6113845Z test_normalize_operator_exhaustive_atleast_1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6114415Z test_normalize_operator_exhaustive_atleast_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6114984Z test_normalize_operator_exhaustive_atleast_3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6115545Z test_normalize_operator_exhaustive_baddbmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6116112Z test_normalize_operator_exhaustive_bernoulli_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6116672Z test_normalize_operator_exhaustive_bfloat16_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6117242Z test_normalize_operator_exhaustive_block_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6117799Z test_normalize_operator_exhaustive_bmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6118445Z test_normalize_operator_exhaustive_bool_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6119017Z test_normalize_operator_exhaustive_broadcast_shapes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6119610Z test_normalize_operator_exhaustive_broadcast_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6120402Z test_normalize_operator_exhaustive_broadcast_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6120987Z test_normalize_operator_exhaustive_bucketize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6121550Z test_normalize_operator_exhaustive_byte_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6122119Z test_normalize_operator_exhaustive_cartesian_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6122740Z test_normalize_operator_exhaustive_cat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6123289Z test_normalize_operator_exhaustive_cdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6123823Z test_normalize_operator_exhaustive_cdouble_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6124471Z test_normalize_operator_exhaustive_ceil_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6125046Z test_normalize_operator_exhaustive_cfloat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6125600Z test_normalize_operator_exhaustive_chalf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6126156Z test_normalize_operator_exhaustive_char_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6126711Z test_normalize_operator_exhaustive_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6127287Z test_normalize_operator_exhaustive_cholesky_inverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6127865Z test_normalize_operator_exhaustive_cholesky_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6128498Z test_normalize_operator_exhaustive_chunk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6129181Z test_normalize_operator_exhaustive_clamp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6129745Z test_normalize_operator_exhaustive_clamp_max_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6130308Z test_normalize_operator_exhaustive_clamp_min_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6130862Z test_normalize_operator_exhaustive_clone_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6131420Z test_normalize_operator_exhaustive_column_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6132003Z test_normalize_operator_exhaustive_combinations_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6132573Z test_normalize_operator_exhaustive_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6133218Z test_normalize_operator_exhaustive_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6133783Z test_normalize_operator_exhaustive_conj_physical_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6134368Z test_normalize_operator_exhaustive_constant_pad_nd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6134945Z test_normalize_operator_exhaustive_contiguous_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6135637Z test_normalize_operator_exhaustive_copysign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.017s) 2022-11-23T01:53:47.6136277Z test_normalize_operator_exhaustive_corrcoef_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6136846Z test_normalize_operator_exhaustive_cos_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6137753Z test_normalize_operator_exhaustive_cosh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6138944Z test_normalize_operator_exhaustive_count_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6139914Z test_normalize_operator_exhaustive_cov_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6140587Z test_normalize_operator_exhaustive_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6141157Z test_normalize_operator_exhaustive_cummax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6141714Z test_normalize_operator_exhaustive_cummin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6142281Z test_normalize_operator_exhaustive_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6142845Z test_normalize_operator_exhaustive_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6143424Z test_normalize_operator_exhaustive_cumulative_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6144006Z test_normalize_operator_exhaustive_deg2rad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6144555Z test_normalize_operator_exhaustive_diag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6145118Z test_normalize_operator_exhaustive_diag_embed_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6145683Z test_normalize_operator_exhaustive_diagflat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6146257Z test_normalize_operator_exhaustive_diagonal_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6146830Z test_normalize_operator_exhaustive_diagonal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6147406Z test_normalize_operator_exhaustive_diagonal_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6147979Z test_normalize_operator_exhaustive_diff_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6148533Z test_normalize_operator_exhaustive_digamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6149089Z test_normalize_operator_exhaustive_dist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6149739Z test_normalize_operator_exhaustive_div_floor_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6150330Z test_normalize_operator_exhaustive_div_no_rounding_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6150917Z test_normalize_operator_exhaustive_div_trunc_rounding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6151490Z test_normalize_operator_exhaustive_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6152044Z test_normalize_operator_exhaustive_double_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6152602Z test_normalize_operator_exhaustive_dsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.016s) 2022-11-23T01:53:47.6153164Z test_normalize_operator_exhaustive_dstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6153719Z test_normalize_operator_exhaustive_einsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6154255Z test_normalize_operator_exhaustive_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6154880Z test_normalize_operator_exhaustive_empty_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T01:53:47.6155444Z test_normalize_operator_exhaustive_eq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6155990Z test_normalize_operator_exhaustive_equal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6156545Z test_normalize_operator_exhaustive_erf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6157095Z test_normalize_operator_exhaustive_erfc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6157652Z test_normalize_operator_exhaustive_erfinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6158207Z test_normalize_operator_exhaustive_exp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6158740Z test_normalize_operator_exhaustive_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6159303Z test_normalize_operator_exhaustive_expand_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6159867Z test_normalize_operator_exhaustive_expand_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6160636Z test_normalize_operator_exhaustive_expm1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6161203Z test_normalize_operator_exhaustive_eye_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6161761Z test_normalize_operator_exhaustive_fft_fft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6162325Z test_normalize_operator_exhaustive_fft_fft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6162889Z test_normalize_operator_exhaustive_fft_fftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6163472Z test_normalize_operator_exhaustive_fft_fftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6164136Z test_normalize_operator_exhaustive_fft_hfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6164718Z test_normalize_operator_exhaustive_fft_hfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6165293Z test_normalize_operator_exhaustive_fft_hfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6165874Z test_normalize_operator_exhaustive_fft_ifft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6166444Z test_normalize_operator_exhaustive_fft_ifft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6167022Z test_normalize_operator_exhaustive_fft_ifftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6167609Z test_normalize_operator_exhaustive_fft_ifftshift_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.017s) 2022-11-23T01:53:47.6168192Z test_normalize_operator_exhaustive_fft_ihfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6168742Z test_normalize_operator_exhaustive_fft_ihfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6169325Z test_normalize_operator_exhaustive_fft_ihfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6169977Z test_normalize_operator_exhaustive_fft_irfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6170569Z test_normalize_operator_exhaustive_fft_irfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6171151Z test_normalize_operator_exhaustive_fft_irfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6171730Z test_normalize_operator_exhaustive_fft_rfft2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6172305Z test_normalize_operator_exhaustive_fft_rfft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6172946Z test_normalize_operator_exhaustive_fft_rfftn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6173665Z test_normalize_operator_exhaustive_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6174214Z test_normalize_operator_exhaustive_flatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6174789Z test_normalize_operator_exhaustive_flip_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6175366Z test_normalize_operator_exhaustive_fliplr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6175937Z test_normalize_operator_exhaustive_flipud_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6196608Z test_normalize_operator_exhaustive_float_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6197222Z test_normalize_operator_exhaustive_float_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6197806Z test_normalize_operator_exhaustive_floor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6198391Z test_normalize_operator_exhaustive_floor_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6199168Z test_normalize_operator_exhaustive_fmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6199734Z test_normalize_operator_exhaustive_fmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6200280Z test_normalize_operator_exhaustive_fmod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6200844Z test_normalize_operator_exhaustive_frac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6201411Z test_normalize_operator_exhaustive_frexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6201976Z test_normalize_operator_exhaustive_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6202536Z test_normalize_operator_exhaustive_full_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6203109Z test_normalize_operator_exhaustive_gather_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6203674Z test_normalize_operator_exhaustive_ge_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6204235Z test_normalize_operator_exhaustive_geqrf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6205579Z test_normalize_operator_exhaustive_gradient_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6206244Z test_normalize_operator_exhaustive_grid_sampler_2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6206825Z test_normalize_operator_exhaustive_gt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6207394Z test_normalize_operator_exhaustive_half_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6207966Z test_normalize_operator_exhaustive_heaviside_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.018s) 2022-11-23T01:53:47.6208541Z test_normalize_operator_exhaustive_histc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6209108Z test_normalize_operator_exhaustive_hsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6209676Z test_normalize_operator_exhaustive_hstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6210245Z test_normalize_operator_exhaustive_hypot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6210788Z test_normalize_operator_exhaustive_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6211345Z test_normalize_operator_exhaustive_igamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6212108Z test_normalize_operator_exhaustive_igammac_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6212869Z test_normalize_operator_exhaustive_index_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6213459Z test_normalize_operator_exhaustive_index_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6214033Z test_normalize_operator_exhaustive_index_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6214736Z test_normalize_operator_exhaustive_index_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6215314Z test_normalize_operator_exhaustive_index_reduce_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6215879Z test_normalize_operator_exhaustive_index_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6216454Z test_normalize_operator_exhaustive_inner_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6217021Z test_normalize_operator_exhaustive_int_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6217583Z test_normalize_operator_exhaustive_isclose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6218152Z test_normalize_operator_exhaustive_isfinite_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6218724Z test_normalize_operator_exhaustive_isin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6219281Z test_normalize_operator_exhaustive_isinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6219838Z test_normalize_operator_exhaustive_isnan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6220797Z test_normalize_operator_exhaustive_isneginf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6221432Z test_normalize_operator_exhaustive_isposinf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6222000Z test_normalize_operator_exhaustive_isreal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6222601Z test_normalize_operator_exhaustive_jiterator_2inputs_2outputs_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6223229Z test_normalize_operator_exhaustive_jiterator_4inputs_with_extra_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6223844Z test_normalize_operator_exhaustive_jiterator_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6224459Z test_normalize_operator_exhaustive_jiterator_binary_return_by_ref_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6225066Z test_normalize_operator_exhaustive_jiterator_unary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6225640Z test_normalize_operator_exhaustive_kron_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6226195Z test_normalize_operator_exhaustive_kthvalue_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6226761Z test_normalize_operator_exhaustive_ldexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6227320Z test_normalize_operator_exhaustive_le_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6227879Z test_normalize_operator_exhaustive_lerp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6228446Z test_normalize_operator_exhaustive_lgamma_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6229023Z test_normalize_operator_exhaustive_linalg_cholesky_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6229722Z test_normalize_operator_exhaustive_linalg_cholesky_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6230312Z test_normalize_operator_exhaustive_linalg_cond_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6230890Z test_normalize_operator_exhaustive_linalg_cross_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6231451Z test_normalize_operator_exhaustive_linalg_det_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6232295Z test_normalize_operator_exhaustive_linalg_det_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6232994Z test_normalize_operator_exhaustive_linalg_eig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6233584Z test_normalize_operator_exhaustive_linalg_eigh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6234167Z test_normalize_operator_exhaustive_linalg_eigvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6234758Z test_normalize_operator_exhaustive_linalg_eigvalsh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6235367Z test_normalize_operator_exhaustive_linalg_householder_product_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6236374Z test_normalize_operator_exhaustive_linalg_inv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6237009Z test_normalize_operator_exhaustive_linalg_inv_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6237796Z test_normalize_operator_exhaustive_linalg_ldl_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6238396Z test_normalize_operator_exhaustive_linalg_ldl_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6238993Z test_normalize_operator_exhaustive_linalg_ldl_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6241819Z test_normalize_operator_exhaustive_linalg_lstsq_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6242935Z test_normalize_operator_exhaustive_linalg_lstsq_grad_oriented_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6243971Z test_normalize_operator_exhaustive_linalg_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6265809Z test_normalize_operator_exhaustive_linalg_lu_factor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6267632Z test_normalize_operator_exhaustive_linalg_lu_factor_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6268730Z test_normalize_operator_exhaustive_linalg_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6269871Z test_normalize_operator_exhaustive_linalg_matrix_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6271035Z test_normalize_operator_exhaustive_linalg_matrix_power_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6272118Z test_normalize_operator_exhaustive_linalg_matrix_rank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6273729Z test_normalize_operator_exhaustive_linalg_matrix_rank_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6274983Z test_normalize_operator_exhaustive_linalg_multi_dot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6276110Z test_normalize_operator_exhaustive_linalg_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6277288Z test_normalize_operator_exhaustive_linalg_norm_subgradients_at_zero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6278461Z test_normalize_operator_exhaustive_linalg_pinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6279643Z test_normalize_operator_exhaustive_linalg_pinv_hermitian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6281091Z test_normalize_operator_exhaustive_linalg_pinv_singular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.005s) 2022-11-23T01:53:47.6282306Z test_normalize_operator_exhaustive_linalg_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6283429Z test_normalize_operator_exhaustive_linalg_slogdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6285276Z test_normalize_operator_exhaustive_linalg_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6286548Z test_normalize_operator_exhaustive_linalg_solve_ex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6287812Z test_normalize_operator_exhaustive_linalg_solve_triangular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6288939Z test_normalize_operator_exhaustive_linalg_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6289518Z test_normalize_operator_exhaustive_linalg_svdvals_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6290086Z test_normalize_operator_exhaustive_linalg_tensorinv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6290661Z test_normalize_operator_exhaustive_linalg_tensorsolve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6291227Z test_normalize_operator_exhaustive_linalg_vander_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6291819Z test_normalize_operator_exhaustive_linalg_vecdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6292390Z test_normalize_operator_exhaustive_linalg_vector_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6292952Z test_normalize_operator_exhaustive_linspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6293657Z test_normalize_operator_exhaustive_log10_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6294208Z test_normalize_operator_exhaustive_log1p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T01:53:47.6295070Z test_normalize_operator_exhaustive_log2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6295607Z test_normalize_operator_exhaustive_log_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6296294Z test_normalize_operator_exhaustive_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6296854Z test_normalize_operator_exhaustive_log_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6297419Z test_normalize_operator_exhaustive_logaddexp2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6297968Z test_normalize_operator_exhaustive_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6298527Z test_normalize_operator_exhaustive_logcumsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6299074Z test_normalize_operator_exhaustive_logdet_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6299619Z test_normalize_operator_exhaustive_logical_and_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6300158Z test_normalize_operator_exhaustive_logical_not_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6300878Z test_normalize_operator_exhaustive_logical_or_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6301592Z test_normalize_operator_exhaustive_logical_xor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6302722Z test_normalize_operator_exhaustive_logit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6303331Z test_normalize_operator_exhaustive_logspace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6303886Z test_normalize_operator_exhaustive_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6304423Z test_normalize_operator_exhaustive_long_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6304951Z test_normalize_operator_exhaustive_lt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6305475Z test_normalize_operator_exhaustive_lu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6306006Z test_normalize_operator_exhaustive_lu_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6306541Z test_normalize_operator_exhaustive_lu_unpack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6307077Z test_normalize_operator_exhaustive_mH_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6307785Z test_normalize_operator_exhaustive_mT_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6308486Z test_normalize_operator_exhaustive_masked_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6309339Z test_normalize_operator_exhaustive_masked_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6309905Z test_normalize_operator_exhaustive_masked_argmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6310458Z test_normalize_operator_exhaustive_masked_argmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6311027Z test_normalize_operator_exhaustive_masked_cumprod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6311719Z test_normalize_operator_exhaustive_masked_cumsum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6312273Z test_normalize_operator_exhaustive_masked_fill_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6312824Z test_normalize_operator_exhaustive_masked_log_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6313395Z test_normalize_operator_exhaustive_masked_logaddexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6313962Z test_normalize_operator_exhaustive_masked_logsumexp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-11-23T01:53:47.6314717Z test_normalize_operator_exhaustive_masked_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6315276Z test_normalize_operator_exhaustive_masked_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6316133Z test_normalize_operator_exhaustive_masked_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6316895Z test_normalize_operator_exhaustive_masked_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6317464Z test_normalize_operator_exhaustive_masked_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6318444Z test_normalize_operator_exhaustive_masked_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6319065Z test_normalize_operator_exhaustive_masked_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6319630Z test_normalize_operator_exhaustive_masked_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6320189Z test_normalize_operator_exhaustive_masked_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6320744Z test_normalize_operator_exhaustive_masked_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6321466Z test_normalize_operator_exhaustive_masked_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6322034Z test_normalize_operator_exhaustive_masked_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6322892Z test_normalize_operator_exhaustive_matmul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6323461Z test_normalize_operator_exhaustive_matrix_exp_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6324023Z test_normalize_operator_exhaustive_max_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6324618Z test_normalize_operator_exhaustive_max_pool2d_with_indices_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6325429Z test_normalize_operator_exhaustive_max_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6326051Z test_normalize_operator_exhaustive_max_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6326615Z test_normalize_operator_exhaustive_maximum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6327304Z test_normalize_operator_exhaustive_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6327864Z test_normalize_operator_exhaustive_median_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6328627Z test_normalize_operator_exhaustive_meshgrid_list_of_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6329379Z test_normalize_operator_exhaustive_meshgrid_variadic_tensors_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T01:53:47.6330130Z test_normalize_operator_exhaustive_min_binary_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6330717Z test_normalize_operator_exhaustive_min_reduction_no_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6331308Z test_normalize_operator_exhaustive_min_reduction_with_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6331880Z test_normalize_operator_exhaustive_minimum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6332415Z test_normalize_operator_exhaustive_mm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6333167Z test_normalize_operator_exhaustive_mode_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6334149Z test_normalize_operator_exhaustive_movedim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6334774Z test_normalize_operator_exhaustive_msort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6335488Z test_normalize_operator_exhaustive_mul_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6336064Z test_normalize_operator_exhaustive_multinomial_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6336943Z test_normalize_operator_exhaustive_mv_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6337890Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6339114Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6340300Z test_normalize_operator_exhaustive_mvlgamma_mvlgamma_p_5_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6341450Z test_normalize_operator_exhaustive_nan_to_num_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T01:53:47.6342561Z test_normalize_operator_exhaustive_nanmean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6343681Z test_normalize_operator_exhaustive_nanmedian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6344996Z test_normalize_operator_exhaustive_nanquantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6346195Z test_normalize_operator_exhaustive_nansum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6347314Z test_normalize_operator_exhaustive_narrow_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6348434Z test_normalize_operator_exhaustive_narrow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6349706Z test_normalize_operator_exhaustive_native_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6350974Z test_normalize_operator_exhaustive_native_dropout_backward_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6352283Z test_normalize_operator_exhaustive_native_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6353395Z test_normalize_operator_exhaustive_ne_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6354481Z test_normalize_operator_exhaustive_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6355575Z test_normalize_operator_exhaustive_new_empty_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6356719Z test_normalize_operator_exhaustive_new_empty_strided_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6357939Z test_normalize_operator_exhaustive_new_full_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6359196Z test_normalize_operator_exhaustive_new_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6360300Z test_normalize_operator_exhaustive_new_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6362025Z test_normalize_operator_exhaustive_nextafter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6363285Z test_normalize_operator_exhaustive_nn_functional__scaled_dot_product_attention_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.003s) 2022-11-23T01:53:47.6364547Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6365985Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6367307Z test_normalize_operator_exhaustive_nn_functional_adaptive_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6368539Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6369761Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6370994Z test_normalize_operator_exhaustive_nn_functional_adaptive_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6372288Z test_normalize_operator_exhaustive_nn_functional_alpha_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6373653Z test_normalize_operator_exhaustive_nn_functional_avg_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6374838Z test_normalize_operator_exhaustive_nn_functional_avg_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6376021Z test_normalize_operator_exhaustive_nn_functional_avg_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6377190Z test_normalize_operator_exhaustive_nn_functional_batch_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6378634Z test_normalize_operator_exhaustive_nn_functional_batch_norm_without_cudnn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6380012Z test_normalize_operator_exhaustive_nn_functional_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6381213Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6382483Z test_normalize_operator_exhaustive_nn_functional_binary_cross_entropy_with_logits_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6383709Z test_normalize_operator_exhaustive_nn_functional_celu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6384852Z test_normalize_operator_exhaustive_nn_functional_conv1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6386097Z test_normalize_operator_exhaustive_nn_functional_conv2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6387437Z test_normalize_operator_exhaustive_nn_functional_conv_transpose1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6388665Z test_normalize_operator_exhaustive_nn_functional_conv_transpose2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6390469Z test_normalize_operator_exhaustive_nn_functional_conv_transpose3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6391803Z test_normalize_operator_exhaustive_nn_functional_cosine_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6393146Z test_normalize_operator_exhaustive_nn_functional_cosine_similarity_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6394521Z test_normalize_operator_exhaustive_nn_functional_cross_entropy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6395716Z test_normalize_operator_exhaustive_nn_functional_ctc_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6396875Z test_normalize_operator_exhaustive_nn_functional_dropout2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6398064Z test_normalize_operator_exhaustive_nn_functional_dropout3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6399334Z test_normalize_operator_exhaustive_nn_functional_dropout_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6400605Z test_normalize_operator_exhaustive_nn_functional_elu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6401869Z test_normalize_operator_exhaustive_nn_functional_embedding_bag_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6403070Z test_normalize_operator_exhaustive_nn_functional_embedding_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6404320Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_with_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6405619Z test_normalize_operator_exhaustive_nn_functional_feature_alpha_dropout_without_train_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6406971Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6408512Z test_normalize_operator_exhaustive_nn_functional_fractional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6409722Z test_normalize_operator_exhaustive_nn_functional_gaussian_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6410912Z test_normalize_operator_exhaustive_nn_functional_gelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6412089Z test_normalize_operator_exhaustive_nn_functional_glu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6413334Z test_normalize_operator_exhaustive_nn_functional_grid_sample_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6414693Z test_normalize_operator_exhaustive_nn_functional_group_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6415882Z test_normalize_operator_exhaustive_nn_functional_hardshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6417081Z test_normalize_operator_exhaustive_nn_functional_hardsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6418266Z test_normalize_operator_exhaustive_nn_functional_hardswish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6420171Z test_normalize_operator_exhaustive_nn_functional_hardtanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6421495Z test_normalize_operator_exhaustive_nn_functional_hinge_embedding_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6422806Z test_normalize_operator_exhaustive_nn_functional_huber_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6424016Z test_normalize_operator_exhaustive_nn_functional_instance_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6425240Z test_normalize_operator_exhaustive_nn_functional_interpolate_area_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6426499Z test_normalize_operator_exhaustive_nn_functional_interpolate_bicubic_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6427862Z test_normalize_operator_exhaustive_nn_functional_interpolate_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6429241Z test_normalize_operator_exhaustive_nn_functional_interpolate_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6430485Z test_normalize_operator_exhaustive_nn_functional_interpolate_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6431728Z test_normalize_operator_exhaustive_nn_functional_interpolate_trilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6432932Z test_normalize_operator_exhaustive_nn_functional_kl_div_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6434154Z test_normalize_operator_exhaustive_nn_functional_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.016s) 2022-11-23T01:53:47.6435477Z test_normalize_operator_exhaustive_nn_functional_layer_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6436824Z test_normalize_operator_exhaustive_nn_functional_leaky_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6438003Z test_normalize_operator_exhaustive_nn_functional_linear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6439201Z test_normalize_operator_exhaustive_nn_functional_local_response_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6440404Z test_normalize_operator_exhaustive_nn_functional_logsigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6441711Z test_normalize_operator_exhaustive_nn_functional_margin_ranking_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6443146Z test_normalize_operator_exhaustive_nn_functional_max_pool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6444385Z test_normalize_operator_exhaustive_nn_functional_max_pool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6445560Z test_normalize_operator_exhaustive_nn_functional_max_pool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6446723Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6448152Z test_normalize_operator_exhaustive_nn_functional_max_unpool1d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6449509Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6450731Z test_normalize_operator_exhaustive_nn_functional_max_unpool2d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6451957Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6453169Z test_normalize_operator_exhaustive_nn_functional_max_unpool3d_grad_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6454366Z test_normalize_operator_exhaustive_nn_functional_mish_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6455619Z test_normalize_operator_exhaustive_nn_functional_mse_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6456947Z test_normalize_operator_exhaustive_nn_functional_multi_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6458166Z test_normalize_operator_exhaustive_nn_functional_multilabel_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6459437Z test_normalize_operator_exhaustive_nn_functional_multilabel_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6460707Z test_normalize_operator_exhaustive_nn_functional_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6461994Z test_normalize_operator_exhaustive_nn_functional_normalize_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6463375Z test_normalize_operator_exhaustive_nn_functional_pad_circular_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6464565Z test_normalize_operator_exhaustive_nn_functional_pad_constant_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6466552Z test_normalize_operator_exhaustive_nn_functional_pad_reflect_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6467768Z test_normalize_operator_exhaustive_nn_functional_pad_replicate_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6469097Z test_normalize_operator_exhaustive_nn_functional_pairwise_distance_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6470325Z test_normalize_operator_exhaustive_nn_functional_pdist_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6471074Z test_normalize_operator_exhaustive_nn_functional_pixel_shuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6471705Z test_normalize_operator_exhaustive_nn_functional_pixel_unshuffle_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6472324Z test_normalize_operator_exhaustive_nn_functional_poisson_nll_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6472935Z test_normalize_operator_exhaustive_nn_functional_prelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.015s) 2022-11-23T01:53:47.6473526Z test_normalize_operator_exhaustive_nn_functional_relu6_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6474247Z test_normalize_operator_exhaustive_nn_functional_relu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6474861Z test_normalize_operator_exhaustive_nn_functional_rrelu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6475459Z test_normalize_operator_exhaustive_nn_functional_selu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6476048Z test_normalize_operator_exhaustive_nn_functional_silu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6476811Z test_normalize_operator_exhaustive_nn_functional_smooth_l1_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6477575Z test_normalize_operator_exhaustive_nn_functional_soft_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6478369Z test_normalize_operator_exhaustive_nn_functional_softmin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T01:53:47.6479189Z test_normalize_operator_exhaustive_nn_functional_softmin_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6479810Z test_normalize_operator_exhaustive_nn_functional_softplus_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6480414Z test_normalize_operator_exhaustive_nn_functional_softshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6481020Z test_normalize_operator_exhaustive_nn_functional_softsign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6481620Z test_normalize_operator_exhaustive_nn_functional_tanhshrink_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6482223Z test_normalize_operator_exhaustive_nn_functional_threshold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6482817Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6483767Z test_normalize_operator_exhaustive_nn_functional_triplet_margin_with_distance_loss_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6484690Z test_normalize_operator_exhaustive_nn_functional_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6485438Z test_normalize_operator_exhaustive_nn_functional_upsample_bilinear_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6486144Z test_normalize_operator_exhaustive_nn_functional_upsample_nearest_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6486744Z test_normalize_operator_exhaustive_nonzero_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6487308Z test_normalize_operator_exhaustive_norm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6487867Z test_normalize_operator_exhaustive_norm_fro_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6488434Z test_normalize_operator_exhaustive_norm_inf_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6488987Z test_normalize_operator_exhaustive_norm_nuc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6489624Z test_normalize_operator_exhaustive_normal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6490404Z test_normalize_operator_exhaustive_normal_number_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6490985Z test_normalize_operator_exhaustive_ones_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6491879Z test_normalize_operator_exhaustive_ones_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6492444Z test_normalize_operator_exhaustive_ormqr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6493161Z test_normalize_operator_exhaustive_outer_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6493772Z test_normalize_operator_exhaustive_pca_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6494345Z test_normalize_operator_exhaustive_permute_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.016s) 2022-11-23T01:53:47.6494899Z test_normalize_operator_exhaustive_pinverse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6495469Z test_normalize_operator_exhaustive_polar_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6496046Z test_normalize_operator_exhaustive_polygamma_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6496641Z test_normalize_operator_exhaustive_polygamma_polygamma_n_1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.004s) 2022-11-23T01:53:47.6497423Z test_normalize_operator_exhaustive_polygamma_polygamma_n_2_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:53:47.6498112Z test_normalize_operator_exhaustive_polygamma_polygamma_n_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.009s) 2022-11-23T01:53:47.6498877Z test_normalize_operator_exhaustive_polygamma_polygamma_n_4_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.010s) 2022-11-23T01:53:47.6499572Z test_normalize_operator_exhaustive_positive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6500319Z test_normalize_operator_exhaustive_pow_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6500876Z test_normalize_operator_exhaustive_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6501428Z test_normalize_operator_exhaustive_put_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6501987Z test_normalize_operator_exhaustive_qr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6502549Z test_normalize_operator_exhaustive_quantile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6503117Z test_normalize_operator_exhaustive_rad2deg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6503680Z test_normalize_operator_exhaustive_rand_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6504425Z test_normalize_operator_exhaustive_randint_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6505135Z test_normalize_operator_exhaustive_randint_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6505921Z test_normalize_operator_exhaustive_randn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6506511Z test_normalize_operator_exhaustive_randn_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6507082Z test_normalize_operator_exhaustive_ravel_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6507636Z test_normalize_operator_exhaustive_real_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6508202Z test_normalize_operator_exhaustive_reciprocal_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6508773Z test_normalize_operator_exhaustive_remainder_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6509337Z test_normalize_operator_exhaustive_renorm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6509891Z test_normalize_operator_exhaustive_repeat_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6510450Z test_normalize_operator_exhaustive_repeat_interleave_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6511404Z test_normalize_operator_exhaustive_reshape_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6512051Z test_normalize_operator_exhaustive_reshape_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6512888Z test_normalize_operator_exhaustive_resize__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6513466Z test_normalize_operator_exhaustive_resize_as__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6514035Z test_normalize_operator_exhaustive_resolve_conj_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6514612Z test_normalize_operator_exhaustive_resolve_neg_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6515289Z test_normalize_operator_exhaustive_roll_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6515847Z test_normalize_operator_exhaustive_rot90_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.009s) 2022-11-23T01:53:47.6516380Z test_normalize_operator_exhaustive_round_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6516952Z test_normalize_operator_exhaustive_round_decimals_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.018s) 2022-11-23T01:53:47.6517532Z test_normalize_operator_exhaustive_round_decimals_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6518110Z test_normalize_operator_exhaustive_round_decimals_neg_3_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6518845Z test_normalize_operator_exhaustive_rsqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6519559Z test_normalize_operator_exhaustive_rsub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6520282Z test_normalize_operator_exhaustive_scalar_tensor_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6520869Z test_normalize_operator_exhaustive_scatter_add_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6521558Z test_normalize_operator_exhaustive_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6522285Z test_normalize_operator_exhaustive_scatter_reduce_amax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6522887Z test_normalize_operator_exhaustive_scatter_reduce_amin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6523484Z test_normalize_operator_exhaustive_scatter_reduce_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6524078Z test_normalize_operator_exhaustive_scatter_reduce_prod_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6524668Z test_normalize_operator_exhaustive_scatter_reduce_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6525418Z test_normalize_operator_exhaustive_searchsorted_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6526031Z test_normalize_operator_exhaustive_segment_reduce_lengths_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6526961Z test_normalize_operator_exhaustive_segment_reduce_offsets_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6527533Z test_normalize_operator_exhaustive_select_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6528108Z test_normalize_operator_exhaustive_select_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6528677Z test_normalize_operator_exhaustive_sgn_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6529422Z test_normalize_operator_exhaustive_short_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6530001Z test_normalize_operator_exhaustive_sigmoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.013s) 2022-11-23T01:53:47.6530675Z test_normalize_operator_exhaustive_sign_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6531252Z test_normalize_operator_exhaustive_signal_windows_cosine_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6531866Z test_normalize_operator_exhaustive_signal_windows_exponential_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6532672Z test_normalize_operator_exhaustive_signal_windows_gaussian_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6533414Z test_normalize_operator_exhaustive_signal_windows_kaiser_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6534151Z test_normalize_operator_exhaustive_signbit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6534716Z test_normalize_operator_exhaustive_sin_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6535266Z test_normalize_operator_exhaustive_sinc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6535818Z test_normalize_operator_exhaustive_sinh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6536368Z test_normalize_operator_exhaustive_slice_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6537020Z test_normalize_operator_exhaustive_slice_scatter_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6537610Z test_normalize_operator_exhaustive_softmax_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6538369Z test_normalize_operator_exhaustive_softmax_with_dtype_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6539105Z test_normalize_operator_exhaustive_sort_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6539706Z test_normalize_operator_exhaustive_sparse_sampled_addmm_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6540604Z test_normalize_operator_exhaustive_special_airy_ai_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6541203Z test_normalize_operator_exhaustive_special_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6541797Z test_normalize_operator_exhaustive_special_bessel_j1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6542380Z test_normalize_operator_exhaustive_special_bessel_y0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6542962Z test_normalize_operator_exhaustive_special_bessel_y1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6543565Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6544179Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6544868Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:53:47.6545705Z test_normalize_operator_exhaustive_special_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:53:47.6546686Z test_normalize_operator_exhaustive_special_entr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6547413Z test_normalize_operator_exhaustive_special_erfcx_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6548172Z test_normalize_operator_exhaustive_special_hermite_polynomial_h_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6548803Z test_normalize_operator_exhaustive_special_hermite_polynomial_he_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6549400Z test_normalize_operator_exhaustive_special_i0e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6549963Z test_normalize_operator_exhaustive_special_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6550532Z test_normalize_operator_exhaustive_special_i1e_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6551115Z test_normalize_operator_exhaustive_special_laguerre_polynomial_l_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6551983Z test_normalize_operator_exhaustive_special_legendre_polynomial_p_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.005s) 2022-11-23T01:53:47.6552753Z test_normalize_operator_exhaustive_special_log_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6553558Z test_normalize_operator_exhaustive_special_modified_bessel_i0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6554319Z test_normalize_operator_exhaustive_special_modified_bessel_i1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6555134Z test_normalize_operator_exhaustive_special_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6556107Z test_normalize_operator_exhaustive_special_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6557069Z test_normalize_operator_exhaustive_special_ndtr_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6558024Z test_normalize_operator_exhaustive_special_ndtri_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6558665Z test_normalize_operator_exhaustive_special_polygamma_special_polygamma_n_0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6559296Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6559922Z test_normalize_operator_exhaustive_special_scaled_modified_bessel_k1_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6560809Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.003s) 2022-11-23T01:53:47.6561883Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_u_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.006s) 2022-11-23T01:53:47.6562636Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_v_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.000s) 2022-11-23T01:53:47.6563486Z test_normalize_operator_exhaustive_special_shifted_chebyshev_polynomial_w_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipping - testing takes an unreasonably long time, #79528 (0.012s) 2022-11-23T01:53:47.6564160Z test_normalize_operator_exhaustive_special_spherical_bessel_j0_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6564763Z test_normalize_operator_exhaustive_special_xlog1py_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6565356Z test_normalize_operator_exhaustive_special_zeta_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6565992Z test_normalize_operator_exhaustive_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6566565Z test_normalize_operator_exhaustive_split_list_args_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6567302Z test_normalize_operator_exhaustive_split_with_sizes_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6567889Z test_normalize_operator_exhaustive_sqrt_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T01:53:47.6568763Z test_normalize_operator_exhaustive_square_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6569423Z test_normalize_operator_exhaustive_squeeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6569999Z test_normalize_operator_exhaustive_stack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6570550Z test_normalize_operator_exhaustive_std_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6571108Z test_normalize_operator_exhaustive_std_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6571668Z test_normalize_operator_exhaustive_stft_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6572201Z test_normalize_operator_exhaustive_sub_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6572743Z test_normalize_operator_exhaustive_sum_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6573293Z test_normalize_operator_exhaustive_sum_to_size_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6573845Z test_normalize_operator_exhaustive_svd_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6574583Z test_normalize_operator_exhaustive_svd_lowrank_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6575431Z test_normalize_operator_exhaustive_symeig_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6576013Z test_normalize_operator_exhaustive_t_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6576575Z test_normalize_operator_exhaustive_take_along_dim_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6577125Z test_normalize_operator_exhaustive_take_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6577678Z test_normalize_operator_exhaustive_tan_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.011s) 2022-11-23T01:53:47.6578330Z test_normalize_operator_exhaustive_tanh_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6578902Z test_normalize_operator_exhaustive_tensor_split_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6579474Z test_normalize_operator_exhaustive_tensordot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6580033Z test_normalize_operator_exhaustive_tile_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6580574Z test_normalize_operator_exhaustive_to_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Skipped! (0.005s) 2022-11-23T01:53:47.6581290Z test_normalize_operator_exhaustive_to_sparse_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6581833Z test_normalize_operator_exhaustive_topk_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6582696Z test_normalize_operator_exhaustive_trace_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6583265Z test_normalize_operator_exhaustive_transpose_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6583833Z test_normalize_operator_exhaustive_trapezoid_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6584390Z test_normalize_operator_exhaustive_trapz_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6585050Z test_normalize_operator_exhaustive_triangular_solve_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.014s) 2022-11-23T01:53:47.6585638Z test_normalize_operator_exhaustive_tril_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6586197Z test_normalize_operator_exhaustive_triu_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6586758Z test_normalize_operator_exhaustive_true_divide_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6587302Z test_normalize_operator_exhaustive_trunc_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6588045Z test_normalize_operator_exhaustive_unbind_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6588625Z test_normalize_operator_exhaustive_unflatten_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6589481Z test_normalize_operator_exhaustive_unfold_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6590051Z test_normalize_operator_exhaustive_unfold_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6590608Z test_normalize_operator_exhaustive_uniform_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6591190Z test_normalize_operator_exhaustive_unique_consecutive_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6591807Z test_normalize_operator_exhaustive_unique_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T01:53:47.6592357Z test_normalize_operator_exhaustive_unsqueeze_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6592919Z test_normalize_operator_exhaustive_var_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6593481Z test_normalize_operator_exhaustive_var_mean_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6594136Z test_normalize_operator_exhaustive_vdot_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.010s) 2022-11-23T01:53:47.6594866Z test_normalize_operator_exhaustive_view_as_complex_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T01:53:47.6595448Z test_normalize_operator_exhaustive_view_as_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.012s) 2022-11-23T01:53:47.6596145Z test_normalize_operator_exhaustive_view_copy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6596849Z test_normalize_operator_exhaustive_view_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.007s) 2022-11-23T01:53:47.6597412Z test_normalize_operator_exhaustive_vsplit_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6597951Z test_normalize_operator_exhaustive_vstack_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6598505Z test_normalize_operator_exhaustive_where_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6599062Z test_normalize_operator_exhaustive_xlogy_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.008s) 2022-11-23T01:53:47.6599613Z test_normalize_operator_exhaustive_zero__cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T01:53:47.6600247Z test_normalize_operator_exhaustive_zeros_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6600830Z test_normalize_operator_exhaustive_zeros_like_cuda_float32 (__main__.TestNormalizeOperatorsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T01:53:47.6601343Z test_normalize_quantized_eb_cuda (__main__.TestNormalizeOperatorsCUDA) ... ok (0.003s) 2022-11-23T01:53:47.6601597Z 2022-11-23T01:53:47.6601783Z ---------------------------------------------------------------------- 2022-11-23T01:53:47.6602078Z Ran 657 tests in 10.875s 2022-11-23T01:53:47.6602381Z 2022-11-23T01:53:47.6602481Z OK (skipped=622) 2022-11-23T01:53:47.6602620Z 2022-11-23T01:53:47.6602734Z Generating XML reports... 2022-11-23T01:53:47.6603323Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestFXExperimental-20221123015335.xml 2022-11-23T01:53:47.6604149Z Generated XML report: test-reports\python-unittest\test_fx_experimental\TEST-TestNormalizeOperatorsCUDA-20221123015335.xml 2022-11-23T01:53:47.6604502Z 2022-11-23T01:53:47.6604922Z ##[endgroup] 2022-11-23T01:53:47.6605361Z FINISHED PRINTING LOG FILE of test_fx_experimental (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_fx_experimental_nd2pg6jp) 2022-11-23T01:53:47.6605709Z 2022-11-23T01:53:49.8742965Z Running test_openmp ... [2022-11-23 01:53:49.866722] 2022-11-23T01:53:49.8750383Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_openmp.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:49.866722] 2022-11-23T01:53:49.8753070Z Ignoring disabled issues: [] 2022-11-23T01:53:52.2806018Z Running benchmark_utils/test_benchmark_utils ... [2022-11-23 01:53:52.279957] 2022-11-23T01:53:52.2815294Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'benchmark_utils/test_benchmark_utils.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:53:52.281200] 2022-11-23T01:53:52.2817688Z Ignoring disabled issues: [] 2022-11-23T01:54:02.3928674Z 2022-11-23T01:54:02.3929998Z Expand the folded group to see the log file of benchmark_utils/test_benchmark_utils 2022-11-23T01:54:02.3931822Z ##[group]PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_cotnjq30) 2022-11-23T01:54:02.3932905Z 2022-11-23T01:54:02.3933073Z Running tests... 2022-11-23T01:54:02.3933638Z ---------------------------------------------------------------------- 2022-11-23T01:54:02.3934511Z Test results will be stored in test-reports\python-unittest\benchmark_utils.test_benchmark_utils 2022-11-23T01:54:02.3935447Z test_adaptive_timer (__main__.TestBenchmarkUtils) ... ok (3.016s) 2022-11-23T01:54:02.3936252Z test_collect_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.005s) 2022-11-23T01:54:02.3937171Z test_collect_cpp_callgrind (__main__.TestBenchmarkUtils) ... skip: Valgrind is not supported on Windows. (0.003s) 2022-11-23T01:54:02.3937935Z test_compare (__main__.TestBenchmarkUtils) ... ok (0.210s) 2022-11-23T01:54:02.3938637Z test_cpp_timer (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.000s) 2022-11-23T01:54:02.3939407Z test_fuzzer (__main__.TestBenchmarkUtils) ... skip: Random seed only accepts int32 (0.004s) 2022-11-23T01:54:02.3940153Z test_manipulate_callgrind_stats (__main__.TestBenchmarkUtils) ... ok (0.087s) 2022-11-23T01:54:02.3940893Z test_timer (__main__.TestBenchmarkUtils) ... ok (1.810s) 2022-11-23T01:54:02.3941691Z test_timer_tiny_fast_snippet (__main__.TestBenchmarkUtils) ... skip: Failing on clang, see 74398 (0.001s) 2022-11-23T01:54:02.3942202Z 2022-11-23T01:54:02.3942527Z ---------------------------------------------------------------------- 2022-11-23T01:54:02.3943063Z Ran 9 tests in 5.140s 2022-11-23T01:54:02.3943314Z 2022-11-23T01:54:02.3943467Z OK (skipped=5) 2022-11-23T01:54:02.3943698Z 2022-11-23T01:54:02.3944045Z Generating XML reports... 2022-11-23T01:54:02.3944917Z Generated XML report: test-reports\python-unittest\benchmark_utils.test_benchmark_utils\TEST-TestBenchmarkUtils-20221123015356.xml 2022-11-23T01:54:02.3945532Z 2022-11-23T01:54:02.3946026Z ##[endgroup] 2022-11-23T01:54:02.3946901Z FINISHED PRINTING LOG FILE of benchmark_utils/test_benchmark_utils (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\benchmark_utils-test_benchmark_utils_cotnjq30) 2022-11-23T01:54:02.3947670Z 2022-11-23T01:54:03.9757317Z 2022-11-23T01:54:03.9758560Z Expand the folded group to see the log file of test_openmp 2022-11-23T01:54:03.9760083Z ##[group]PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_wcbruues) 2022-11-23T01:54:03.9760754Z 2022-11-23T01:54:03.9760944Z Running tests... 2022-11-23T01:54:03.9761577Z ---------------------------------------------------------------------- 2022-11-23T01:54:03.9762409Z Test results will be stored in test-reports\python-unittest\test_openmp 2022-11-23T01:54:03.9763122Z test_n_threads (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:54:03.9763808Z Make sure there is no memory leak with many threads ... ok (4.833s) 2022-11-23T01:54:03.9764484Z test_one_thread (__main__.TestOpenMP_ParallelFor) 2022-11-23T01:54:03.9765237Z Make sure there is no memory leak with one thread: issue gh-32284 ... ok (4.923s) 2022-11-23T01:54:03.9765673Z 2022-11-23T01:54:03.9766033Z ---------------------------------------------------------------------- 2022-11-23T01:54:03.9766632Z Ran 2 tests in 9.750s 2022-11-23T01:54:03.9766913Z 2022-11-23T01:54:03.9767059Z OK 2022-11-23T01:54:03.9767269Z 2022-11-23T01:54:03.9767487Z Generating XML reports... 2022-11-23T01:54:03.9768352Z Generated XML report: test-reports\python-unittest\test_openmp\TEST-TestOpenMP_ParallelFor-20221123015353.xml 2022-11-23T01:54:03.9768981Z 2022-11-23T01:54:03.9769510Z ##[endgroup] 2022-11-23T01:54:03.9770366Z FINISHED PRINTING LOG FILE of test_openmp (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_openmp_wcbruues) 2022-11-23T01:54:03.9770971Z 2022-11-23T01:54:07.0694389Z Running nn/test_packed_sequence ... [2022-11-23 01:54:07.069156] 2022-11-23T01:54:07.0702441Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_packed_sequence.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:07.069787] 2022-11-23T01:54:07.0705680Z Ignoring disabled issues: [] 2022-11-23T01:54:08.5310389Z Running nn/test_lazy_modules ... [2022-11-23 01:54:08.529912] 2022-11-23T01:54:08.5317811Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'nn/test_lazy_modules.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:08.529912] 2022-11-23T01:54:08.5320432Z Ignoring disabled issues: [] 2022-11-23T01:54:15.6326174Z 2022-11-23T01:54:15.6327597Z Expand the folded group to see the log file of nn/test_packed_sequence 2022-11-23T01:54:15.6329104Z ##[group]PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_hnc1u90y) 2022-11-23T01:54:15.6329741Z 2022-11-23T01:54:15.6329910Z Running tests... 2022-11-23T01:54:15.6330532Z ---------------------------------------------------------------------- 2022-11-23T01:54:15.6331498Z Test results will be stored in test-reports\python-unittest\nn.test_packed_sequence 2022-11-23T01:54:15.6332363Z test_pack_padded_sequence (__main__.PackedSequenceTest) ... ok (3.750s) 2022-11-23T01:54:15.6333056Z test_pack_sequence (__main__.PackedSequenceTest) ... ok (0.182s) 2022-11-23T01:54:15.6333680Z test_pad_sequence (__main__.PackedSequenceTest) ... ok (0.051s) 2022-11-23T01:54:15.6334497Z test_pad_sequence_with_non_iterable_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T01:54:15.6335386Z test_pad_sequence_with_tensor_sequences (__main__.PackedSequenceTest) ... ok (0.003s) 2022-11-23T01:54:15.6336146Z test_to (__main__.PackedSequenceTest) ... ok (0.012s) 2022-11-23T01:54:15.6337124Z test_to_memory_format (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:54:15.6337891Z test_total_length (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:54:15.6338543Z test_type_casts (__main__.PackedSequenceTest) 2022-11-23T01:54:15.6339317Z Test type casting of `PackedSequence` against type casting of tensor ... ok (0.065s) 2022-11-23T01:54:15.6340135Z test_unpack_sequence (__main__.PackedSequenceTest) ... ok (0.028s) 2022-11-23T01:54:15.6340887Z test_unpad_sequence (__main__.PackedSequenceTest) ... ok (0.028s) 2022-11-23T01:54:15.6341617Z test_wrong_order (__main__.PackedSequenceTest) ... ok (0.000s) 2022-11-23T01:54:15.6342024Z 2022-11-23T01:54:15.6342380Z ---------------------------------------------------------------------- 2022-11-23T01:54:15.6342956Z Ran 12 tests in 4.125s 2022-11-23T01:54:15.6343242Z 2022-11-23T01:54:15.6343383Z OK 2022-11-23T01:54:15.6343602Z 2022-11-23T01:54:15.6343812Z Generating XML reports... 2022-11-23T01:54:15.6344729Z Generated XML report: test-reports\python-unittest\nn.test_packed_sequence\TEST-PackedSequenceTest-20221123015410.xml 2022-11-23T01:54:15.6345385Z 2022-11-23T01:54:15.6345908Z ##[endgroup] 2022-11-23T01:54:15.6346807Z FINISHED PRINTING LOG FILE of nn/test_packed_sequence (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_packed_sequence_hnc1u90y) 2022-11-23T01:54:15.6347506Z 2022-11-23T01:54:16.5519955Z 2022-11-23T01:54:16.5520984Z Expand the folded group to see the log file of nn/test_lazy_modules 2022-11-23T01:54:16.5522503Z ##[group]PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_zc7bezwt) 2022-11-23T01:54:16.5524264Z 2022-11-23T01:54:16.5524725Z Running tests... 2022-11-23T01:54:16.5525418Z ---------------------------------------------------------------------- 2022-11-23T01:54:16.5526474Z Test results will be stored in test-reports\python-unittest\nn.test_lazy_modules 2022-11-23T01:54:16.5527436Z test_chained_initialization (__main__.TestLazyModules) ... ok (1.975s) 2022-11-23T01:54:16.5528304Z test_invalid_functions (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5529662Z test_lazy_batchnorm1d (__main__.TestLazyModules) ... 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-23T01:54:16.5531350Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:54:16.5531971Z ok (0.028s) 2022-11-23T01:54:16.5532556Z test_lazy_batchnorm1d_pickle (__main__.TestLazyModules) ... ok (0.022s) 2022-11-23T01:54:16.5533448Z test_lazy_batchnorm1d_state (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:54:16.5534312Z test_lazy_batchnorm2d (__main__.TestLazyModules) ... ok (0.015s) 2022-11-23T01:54:16.5535130Z test_lazy_batchnorm2d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-11-23T01:54:16.5535914Z test_lazy_batchnorm2d_state (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:54:16.5536646Z test_lazy_batchnorm3d (__main__.TestLazyModules) ... ok (0.018s) 2022-11-23T01:54:16.5537387Z test_lazy_batchnorm3d_pickle (__main__.TestLazyModules) ... ok (0.011s) 2022-11-23T01:54:16.5538161Z test_lazy_batchnorm3d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:54:16.5538879Z test_lazy_conv1d (__main__.TestLazyModules) ... ok (0.014s) 2022-11-23T01:54:16.5539575Z test_lazy_conv1d_pickle (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:54:16.5540533Z test_lazy_conv1d_state (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5541405Z test_lazy_conv2d (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:54:16.5542134Z test_lazy_conv2d_pickle (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5542853Z test_lazy_conv2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5543762Z test_lazy_conv3d (__main__.TestLazyModules) ... ok (0.037s) 2022-11-23T01:54:16.5544480Z test_lazy_conv3d_pickle (__main__.TestLazyModules) ... ok (0.016s) 2022-11-23T01:54:16.5545214Z test_lazy_conv3d_state (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:54:16.5545988Z test_lazy_conv_transpose1d_pickle (__main__.TestLazyModules) ... ok (0.006s) 2022-11-23T01:54:16.5546928Z test_lazy_conv_transpose1d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5547811Z test_lazy_conv_transpose2d (__main__.TestLazyModules) ... ok (0.041s) 2022-11-23T01:54:16.5548761Z test_lazy_conv_transpose2d_pickle (__main__.TestLazyModules) ... ok (0.012s) 2022-11-23T01:54:16.5549544Z test_lazy_conv_transpose2d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5550310Z test_lazy_conv_transpose3d (__main__.TestLazyModules) ... ok (0.380s) 2022-11-23T01:54:16.5551090Z test_lazy_conv_transpose3d_pickle (__main__.TestLazyModules) ... ok (0.138s) 2022-11-23T01:54:16.5551880Z test_lazy_conv_transpose3d_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5552667Z test_lazy_conv_transposed1d (__main__.TestLazyModules) ... ok (0.028s) 2022-11-23T01:54:16.5553358Z test_lazy_forward_hook (__main__.TestLazyModules) 2022-11-23T01:54:16.5555027Z This test is to test whether lazymodule can register other forward hook ... 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-23T01:54:16.5556456Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:54:16.5557035Z ok (0.001s) 2022-11-23T01:54:16.5557611Z test_lazy_instancenorm1d (__main__.TestLazyModules) ... ok (0.018s) 2022-11-23T01:54:16.5558389Z test_lazy_instancenorm1d_pickle (__main__.TestLazyModules) ... ok (0.014s) 2022-11-23T01:54:16.5559182Z test_lazy_instancenorm1d_state (__main__.TestLazyModules) ... ok (0.007s) 2022-11-23T01:54:16.5559944Z test_lazy_instancenorm2d (__main__.TestLazyModules) ... ok (0.005s) 2022-11-23T01:54:16.5560846Z test_lazy_instancenorm2d_pickle (__main__.TestLazyModules) ... ok (0.010s) 2022-11-23T01:54:16.5561808Z test_lazy_instancenorm2d_state (__main__.TestLazyModules) ... ok (0.014s) 2022-11-23T01:54:16.5562770Z test_lazy_instancenorm3d (__main__.TestLazyModules) ... ok (0.013s) 2022-11-23T01:54:16.5563532Z test_lazy_instancenorm3d_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:54:16.5564331Z test_lazy_instancenorm3d_state (__main__.TestLazyModules) ... ok (0.012s) 2022-11-23T01:54:16.5565083Z test_lazy_linear_pickle (__main__.TestLazyModules) ... ok (0.008s) 2022-11-23T01:54:16.5565813Z test_lazy_module_buffer (__main__.TestLazyModules) ... ok (0.004s) 2022-11-23T01:54:16.5566531Z test_lazy_module_jit_buffer (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:54:16.5567468Z test_lazy_module_jit_param (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:54:16.5568326Z test_lazy_module_parameter (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5569146Z test_lazy_pre_forward_hook (__main__.TestLazyModules) 2022-11-23T01:54:16.5570559Z This test is to test whether lazymodule can register other pre-forward hook ... 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-23T01:54:16.5571981Z warnings.warn('Lazy modules are a new feature under heavy development ' 2022-11-23T01:54:16.5572582Z ok (0.002s) 2022-11-23T01:54:16.5573145Z test_lazy_share_memory_buffer (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5573630Z test_lazy_share_memory_param (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5574175Z test_linear (__main__.TestLazyModules) ... ok (0.003s) 2022-11-23T01:54:16.5574675Z test_linear_state (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5575344Z test_materialize_device (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5575732Z test_materialize_dtype (__main__.TestLazyModules) ... ok (0.000s) 2022-11-23T01:54:16.5576089Z test_optimizer_pass (__main__.TestLazyModules) ... ok (0.020s) 2022-11-23T01:54:16.5576450Z test_spectral_norm (__main__.TestLazyModules) ... ok (0.001s) 2022-11-23T01:54:16.5576805Z test_weight_norm (__main__.TestLazyModules) ... ok (0.002s) 2022-11-23T01:54:16.5577005Z 2022-11-23T01:54:16.5577197Z ---------------------------------------------------------------------- 2022-11-23T01:54:16.5577509Z Ran 54 tests in 2.968s 2022-11-23T01:54:16.5577655Z 2022-11-23T01:54:16.5577733Z OK 2022-11-23T01:54:16.5577831Z 2022-11-23T01:54:16.5577946Z Generating XML reports... 2022-11-23T01:54:16.5578397Z Generated XML report: test-reports\python-unittest\nn.test_lazy_modules\TEST-TestLazyModules-20221123015412.xml 2022-11-23T01:54:16.5578717Z 2022-11-23T01:54:16.5579053Z ##[endgroup] 2022-11-23T01:54:16.5579505Z FINISHED PRINTING LOG FILE of nn/test_lazy_modules (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\nn-test_lazy_modules_zc7bezwt) 2022-11-23T01:54:16.5579847Z 2022-11-23T01:54:20.3687076Z Running test_cuda_sanitizer ... [2022-11-23 01:54:20.362601] 2022-11-23T01:54:20.3694763Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cuda_sanitizer.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:20.362601] 2022-11-23T01:54:20.3698066Z Ignoring disabled issues: [] 2022-11-23T01:54:27.1229472Z 2022-11-23T01:54:27.1230507Z Expand the folded group to see the log file of test_cuda_sanitizer 2022-11-23T01:54:27.1231958Z ##[group]PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_7nem90zt) 2022-11-23T01:54:27.1232525Z 2022-11-23T01:54:27.1232844Z Running tests... 2022-11-23T01:54:27.1233296Z ---------------------------------------------------------------------- 2022-11-23T01:54:27.1233726Z Test results will be stored in test-reports\python-unittest\test_cuda_sanitizer 2022-11-23T01:54:27.1234121Z test_add (__main__.TestArgumentHandler) ... ok (2.583s) 2022-11-23T01:54:27.1234737Z test_cat (__main__.TestArgumentHandler) ... ok (0.004s) 2022-11-23T01:54:27.1235082Z test_inplace (__main__.TestArgumentHandler) ... ok (0.002s) 2022-11-23T01:54:27.1235438Z test_nonzero (__main__.TestArgumentHandler) ... ok (0.004s) 2022-11-23T01:54:27.1235780Z test_out (__main__.TestArgumentHandler) ... ok (0.004s) 2022-11-23T01:54:27.1236124Z test_split (__main__.TestArgumentHandler) ... ok (0.002s) 2022-11-23T01:54:27.1236480Z test_tensor_names (__main__.TestArgumentHandler) ... ok (0.002s) 2022-11-23T01:54:27.1236871Z test_all_reads_checked_failing (__main__.TestEventHandler) ... ok (0.003s) 2022-11-23T01:54:27.1237596Z test_all_reads_checked_passing (__main__.TestEventHandler) ... ok (0.006s) 2022-11-23T01:54:27.1238282Z test_branch_sync (__main__.TestEventHandler) ... ok (0.000s) 2022-11-23T01:54:27.1238949Z test_chain_sync (__main__.TestEventHandler) ... ok (0.000s) 2022-11-23T01:54:27.1239673Z test_correct_state_merging (__main__.TestEventHandler) ... ok (0.000s) 2022-11-23T01:54:27.1240351Z test_deleted_record (__main__.TestEventHandler) ... ok (0.010s) 2022-11-23T01:54:27.1240976Z test_device_synchronization_expired (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1241630Z test_device_synchronize (__main__.TestEventHandler) ... ok (0.003s) 2022-11-23T01:54:27.1242231Z test_empty_kernel_launch (__main__.TestEventHandler) ... ok (0.001s) 2022-11-23T01:54:27.1242843Z test_event_synchronize (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1243473Z test_expired_record (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1244161Z test_multiple_errors (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1245030Z test_multiple_wait (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1245461Z test_new_stream_is_synchronized (__main__.TestEventHandler) ... ok (0.001s) 2022-11-23T01:54:27.1245967Z test_reads_check_last_write (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1246370Z test_record_override (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1246950Z test_simple_error (__main__.TestEventHandler) ... ok (0.001s) 2022-11-23T01:54:27.1247408Z test_simple_passing (__main__.TestEventHandler) ... ok (0.001s) 2022-11-23T01:54:27.1247751Z test_simple_sync (__main__.TestEventHandler) ... ok (0.001s) 2022-11-23T01:54:27.1248114Z test_stream_synchronize (__main__.TestEventHandler) ... ok (0.002s) 2022-11-23T01:54:27.1248483Z test_ensure_does_not_exist (__main__.TestMessages) ... ok (0.004s) 2022-11-23T01:54:27.1248832Z test_ensure_exists (__main__.TestMessages) ... ok (0.002s) 2022-11-23T01:54:27.1249199Z test_error_message (__main__.TestMessages) ... ok (0.002s) 2022-11-23T01:54:27.1249392Z 2022-11-23T01:54:27.1249633Z ---------------------------------------------------------------------- 2022-11-23T01:54:27.1249948Z Ran 30 tests in 2.657s 2022-11-23T01:54:27.1250077Z 2022-11-23T01:54:27.1250151Z OK 2022-11-23T01:54:27.1250268Z 2022-11-23T01:54:27.1250380Z Generating XML reports... 2022-11-23T01:54:27.1250840Z Generated XML report: test-reports\python-unittest\test_cuda_sanitizer\TEST-TestArgumentHandler-20221123015423.xml 2022-11-23T01:54:27.1251450Z Generated XML report: test-reports\python-unittest\test_cuda_sanitizer\TEST-TestEventHandler-20221123015423.xml 2022-11-23T01:54:27.1252027Z Generated XML report: test-reports\python-unittest\test_cuda_sanitizer\TEST-TestMessages-20221123015423.xml 2022-11-23T01:54:27.1252493Z 2022-11-23T01:54:27.1252826Z ##[endgroup] 2022-11-23T01:54:27.1253267Z FINISHED PRINTING LOG FILE of test_cuda_sanitizer (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cuda_sanitizer_7nem90zt) 2022-11-23T01:54:27.1253922Z 2022-11-23T01:54:27.1254052Z Ignoring disabled issues: [] 2022-11-23T01:54:27.6765313Z Running test_ops_gradients ... [2022-11-23 01:54:27.676109] 2022-11-23T01:54:31.9227843Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:31.922217] 2022-11-23T01:54:31.9230284Z Ignoring disabled issues: [] 2022-11-23T01:54:31.9767097Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 01:54:31.975927] 2022-11-23T01:54:31.9769486Z Ignoring disabled issues: [] 2022-11-23T02:06:36.8788234Z 2022-11-23T02:06:36.8789265Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:06:36.8790291Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_uq8uasjg) 2022-11-23T02:06:36.8872516Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-881bdb4f1bbfe36a.xml 2022-11-23T02:06:36.8873022Z ============================= test session starts ============================= 2022-11-23T02:06:36.8873471Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:06:36.8873832Z cachedir: .pytest_cache 2022-11-23T02:06:36.8874267Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:06:36.8874784Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:06:36.8875732Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:06:36.8876509Z collecting ... collected 4835 items / 8 deselected / 4827 selected 2022-11-23T02:06:36.9445419Z Running 2415 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nextafter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_elu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_cosine_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_complex128 2022-11-23T02:06:36.9941267Z 2022-11-23T02:06:36.9943231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9944152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9944816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9945465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9946277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rdiv___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9947102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:06:36.9947696Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9948325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rsub___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9948962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9949599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9950217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9950821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9951436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acosh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9952058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9952833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9953849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcdiv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9954476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9955100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addcmul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9955742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9956374Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9957002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:06:36.9957638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:06:36.9958292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:06:36.9959049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:06:36.9959993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9960641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9961294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9961932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9962564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9963207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9963795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:06:36.9964409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9965218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9966127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9966747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9967363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9967977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9968595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9969317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9969949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9970554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9971329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9972196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9972827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_block_diag_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9973448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9974071Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9974704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:06:36.9975431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:06:36.9976099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:06:36.9976727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:06:36.9977501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9978694Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 2%] 2022-11-23T02:06:36.9979348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdist_cuda_float64 PASSED [ 2%] 2022-11-23T02:06:36.9979917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9980546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9981172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9981796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:06:36.9982429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:06:36.9983067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9983822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9984588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9985497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9986183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9986808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9987421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9988039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_max_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9988664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9989279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clone_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9989886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9990671Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9991621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_combinations_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9992267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_complex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:06:36.9992884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9993518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9994158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_physical_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9994805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9995448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9996055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_copysign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9996820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9997660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9998269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9998896Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:36.9999512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0000261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0000926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumulative_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0001558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0002174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0002927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0003795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0004432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0005058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0005673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diff_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0006364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_digamma_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0006991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0007634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0008277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:06:37.0009024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0009874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0010504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0011125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0011739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0012379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:06:37.0013025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:06:37.0013644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0014267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0014996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0015939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0016569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0017179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expm1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0017803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:06:37.0018448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 4%] 2022-11-23T02:06:37.0019077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0019704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0020330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0020946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0021794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0022678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0023309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0023939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0024561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:06:37.0025183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0025806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0026428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0027057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0027816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0028656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0029294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0029932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0030553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0031275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0031895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0032509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0033125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0033738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0034473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0035300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0035933Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:06:37.0036563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0037252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frac_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0037878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_frexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0038507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:06:37.0039151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:06:37.0039841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:06:37.0040605Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:06:37.0041483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0042119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0042753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0043387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0044003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0044621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0045246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hypot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0045874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0046713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0047463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0048193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0048825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0049450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_reduce_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0050083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0050716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0051335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:06:37.0051969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0052683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0053456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0054325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0054981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0055625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0056268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0056911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0057561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:06:37.0058203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0058837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_istft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0059629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0060523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0061206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0061974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0062616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0063231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0063852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0064467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ldexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0065089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0066554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0067186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lgamma_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0067797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0068539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0069193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0069829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0070456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0071081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0071853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eig_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0072725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0073392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0074031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:06:37.0074689Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:06:37.0075365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:06:37.0076058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:06:37.0076662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 8%] 2022-11-23T02:06:37.0078200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0079080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0079739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0080381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0081027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0081656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0082310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0082949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0083611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:06:37.0084555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:06:37.0085491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0086201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0086876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0087535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0088206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 8%] 2022-11-23T02:06:37.0088869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0089494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0090131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0090914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0091788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0092422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:06:37.0093081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0093852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0094500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0095128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0095767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0096394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0097212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0098068Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0098724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0099450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0100159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0100791Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0101407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log1p_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0102017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0102600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0103392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0104234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0104875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0105532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:06:37.0106198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:06:37.0106838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:06:37.0107494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:06:37.0108153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:06:37.0108902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:06:37.0109655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:06:37.0110719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0111927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:06:37.0112575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0113195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0113822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0114457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0115085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0115988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:06:37.0116816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0117554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumprod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0118196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0118832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0119482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0120116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0120748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_median_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0121380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0122024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0122673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_normalize_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0123300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0123937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0124686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0125328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0125970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:06:37.0126609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_softmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0127354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0128113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0128848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_binary_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0129470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0130073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0130793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0131479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0132138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0132771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0133390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0134010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0134619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0135248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0135868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nan_to_num_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0136487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmedian_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0137119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanquantile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0137739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nansum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0138373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:06:37.0139007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0139747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_dropout_backward_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0140400Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0141037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:06:37.0141664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:06:37.0142286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0142951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0143774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0144569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0145420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0146083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:06:37.0146770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0147472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0148155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0148828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0149482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_alpha_dropout_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0150147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0150807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0151477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0152180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0152860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_celu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0153510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0154258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0154930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0155640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0156333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0156999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0157678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0158342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:06:37.0158996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0160144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0160861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_elu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0161517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0162214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0162918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0163609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0164296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0164940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_glu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0165545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_grid_sample_cuda_float64 PASSED [ 13%] 2022-11-23T02:06:37.0166161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0166770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 13%] 2022-11-23T02:06:37.0167384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardtanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0168049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_instance_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0168834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0169522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0170216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0170910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0171572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_leaky_relu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0172242Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0172914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0173582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0174314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0193917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0194619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:06:37.0195321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0196003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0196680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0197361Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0198033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0198684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mish_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0199371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0200054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0200720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0201388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0202243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0202928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0203538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pdist_cuda_float64 PASSED [ 14%] 2022-11-23T02:06:37.0204162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0204848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0205528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0206180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_prelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0206829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_selu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0207480Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_silu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0208230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0208930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softplus_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0209596Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0210261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_threshold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0210942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:06:37.0211642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0212354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0213033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0213706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0214376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:06:37.0215021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0215640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0216349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0216974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0217599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_inf_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0218223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0218825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 15%] 2022-11-23T02:06:37.0219397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 15%] 2022-11-23T02:06:37.0220028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:06:37.0220678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:06:37.0221316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0221940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ormqr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0222639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0223288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0223921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polar_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0224545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0225151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_positive_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0225780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0226402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:06:37.0227022Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0227640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0228255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_put_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0228869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0229493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rad2deg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0230133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0230766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0231623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0232458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0233207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0233860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:06:37.0234495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0235117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_real_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0235749Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0236389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reciprocal_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0237112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_remainder_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0237738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0238362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0238991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0239625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0240266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0240903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0241528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0242157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_reshape_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:06:37.0242795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0243427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0244067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0244701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_neg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0245323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0246038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_roll_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0246649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0247229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:06:37.0247788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 17%] 2022-11-23T02:06:37.0248380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0249002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0249662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_prod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0250320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0250922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_lengths_cuda_float64 PASSED [ 17%] 2022-11-23T02:06:37.0251460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_segment_reduce_offsets_cuda_float64 PASSED [ 17%] 2022-11-23T02:06:37.0252119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0252763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0253398Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_select_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0254041Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0254676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0255279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:06:37.0255926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0256608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0257288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:06:37.0257943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0258568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0259181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0259800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0260522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0261132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sort_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0261773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0262438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0263098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0263799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:06:37.0264474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_entr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0265145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0265876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i0e_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0266527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0267156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_i1e_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0267797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_log_ndtr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0268450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0269142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0269830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0270495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0271174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:06:37.0271886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0272608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 18%] 2022-11-23T02:06:37.0273308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:06:37.0273952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0274675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0275284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0275900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sqrt_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0276517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0277135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0277756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0278376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0278992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0279606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0280308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0280950Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0281563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0282189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_symeig_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0282821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0283446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0284079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0284719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensor_split_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0285353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0286018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0286639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0287228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0287866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:06:37.0288509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 19%] 2022-11-23T02:06:37.0289223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_topk_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0289834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0290455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0291074Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapz_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0291704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0292337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0292944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0293576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_true_divide_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0294204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0294937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0295578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unflatten_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0296209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0296861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:06:37.0297508Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:06:37.0298172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 20%] 2022-11-23T02:06:37.0298807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0299409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0300028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0300642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0301254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0301881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_complex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0302506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0303129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_real_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0303855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0304470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:06:37.0305073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 21%] 2022-11-23T02:06:37.0305701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 21%] 2022-11-23T02:06:37.0306319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_xlogy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 21%] 2022-11-23T02:06:37.0306936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 21%] 2022-11-23T02:06:37.0307581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-11-23T02:06:37.0308233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 21%] 2022-11-23T02:06:37.0308785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0309321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0309817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0310273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0310752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0311229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmod___cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0311700Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0312176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0312644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_abs_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0313115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_complex128 SKIPPED (Skipped!) [ 21%] 2022-11-23T02:06:37.0313601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acos_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0314070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0314550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0315031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0315505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0315975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_complex128 PASSED [ 21%] 2022-11-23T02:06:37.0316421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmv_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0316885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_float64 PASSED [ 21%] 2022-11-23T02:06:37.0317435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0318050Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_all_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0318760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0319306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_float64 PASSED [ 22%] 2022-11-23T02:06:37.0319857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0320469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_any_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0321061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0321647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 22%] 2022-11-23T02:06:37.0322174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_complex128 XFAIL [ 22%] 2022-11-23T02:06:37.0322681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_scatter_cuda_float64 XFAIL [ 22%] 2022-11-23T02:06:37.0323167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0323647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0324117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asinh_cuda_float64 PASSED [ 22%] 2022-11-23T02:06:37.0324584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0325105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0325603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_float64 PASSED [ 22%] 2022-11-23T02:06:37.0326091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0326578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_float64 PASSED [ 22%] 2022-11-23T02:06:37.0327056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0327537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_baddbmm_cuda_float64 PASSED [ 22%] 2022-11-23T02:06:37.0327985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_float64 XFAIL [ 22%] 2022-11-23T02:06:37.0328458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0328941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_complex128 PASSED [ 22%] 2022-11-23T02:06:37.0329488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:06:37.0330104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bool_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:06:37.0330663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0331174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_tensors_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0331678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0332218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:06:37.0332777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0333503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0334357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cat_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0335876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdist_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0336361Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0336835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_float64 XFAIL [ 23%] 2022-11-23T02:06:37.0337285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_complex128 XFAIL [ 23%] 2022-11-23T02:06:37.0337848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:06:37.0338391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0338856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0339327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_max_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0339876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0340366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0340834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_column_stack_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0341329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0341819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_combinations_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0342405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0342902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_cuda_float64 PASSED [ 23%] 2022-11-23T02:06:37.0343389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_complex128 PASSED [ 23%] 2022-11-23T02:06:37.0343895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0344370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0344858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_contiguous_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0345343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0345823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_corrcoef_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0346394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:06:37.0347041Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:06:37.0347590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_complex128 XFAIL [ 24%] 2022-11-23T02:06:37.0348042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0348524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0349002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumprod_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0349472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_deg2rad_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0349936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0350395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0350865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0351425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0351915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0352416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_scatter_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0352892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0353385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_floor_rounding_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0353900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0354413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_no_rounding_mode_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0354895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_div_trunc_rounding_cuda_float64 PASSED [ 24%] 2022-11-23T02:06:37.0355383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_complex128 PASSED [ 24%] 2022-11-23T02:06:37.0355851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dot_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0356319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0356792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_complex128 PASSED [ 25%] 2022-11-23T02:06:37.0357352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:06:37.0358052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:06:37.0358673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:06:37.0359220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erf_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0359686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_complex128 PASSED [ 25%] 2022-11-23T02:06:37.0360166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0360720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:06:37.0361268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_complex128 PASSED [ 25%] 2022-11-23T02:06:37.0361747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0362223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0362677Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0363152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0363628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:06:37.0364104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0364579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0365053Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0365537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_complex128 PASSED [ 25%] 2022-11-23T02:06:37.0366003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0366473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft2_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0367035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfft_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0367504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_rfftn_cuda_float64 PASSED [ 25%] 2022-11-23T02:06:37.0367977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0368457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0368911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0369386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flip_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0369860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0370333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fliplr_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0370807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0371293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0371768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmin_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0372209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmod_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0372755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:06:37.0373454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:06:37.0374105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:06:37.0374725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:06:37.0375267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0375739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_complex128 XFAIL [ 26%] 2022-11-23T02:06:37.0376201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_half_cuda_float64 XFAIL [ 26%] 2022-11-23T02:06:37.0376728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_histc_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:06:37.0377271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0377751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hsplit_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0378227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_complex128 PASSED [ 26%] 2022-11-23T02:06:37.0378697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hstack_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0379156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_i0_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0379625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0380080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_float64 PASSED [ 26%] 2022-11-23T02:06:37.0380569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_complex128 PASSED [ 27%] 2022-11-23T02:06:37.0381055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0381544Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_complex128 PASSED [ 27%] 2022-11-23T02:06:37.0382025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0382668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0383293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0383888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0384499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0385110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0385726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isposinf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0386398Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0387043Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0387725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0388476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0389143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:06:37.0389703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0390151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0390634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_complex128 PASSED [ 27%] 2022-11-23T02:06:37.0391132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0391620Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0392105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0392598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_float64 PASSED [ 27%] 2022-11-23T02:06:37.0393116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_complex128 PASSED [ 27%] 2022-11-23T02:06:37.0393616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_complex128 PASSED [ 27%] 2022-11-23T02:06:37.0394108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_complex128 PASSED [ 28%] 2022-11-23T02:06:37.0394598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_ex_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0395171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0395823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0396476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0397220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0397803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 28%] 2022-11-23T02:06:37.0398321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 28%] 2022-11-23T02:06:37.0398843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0399343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0399844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T02:06:37.0400429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0401091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:06:37.0401672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T02:06:37.0402192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 28%] 2022-11-23T02:06:37.0402714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 28%] 2022-11-23T02:06:37.0403311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0403929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T02:06:37.0404600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 28%] 2022-11-23T02:06:37.0405176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_complex128 PASSED [ 28%] 2022-11-23T02:06:37.0405670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0406159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0406653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0407126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_float64 PASSED [ 28%] 2022-11-23T02:06:37.0407622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_complex128 PASSED [ 29%] 2022-11-23T02:06:37.0408111Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vecdot_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0408613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0409183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0409729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0410193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log1p_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0410640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_complex128 PASSED [ 29%] 2022-11-23T02:06:37.0411106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0411579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0412173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_complex128 PASSED [ 29%] 2022-11-23T02:06:37.0412692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log_softmax_with_dtype_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0413188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_complex128 PASSED [ 29%] 2022-11-23T02:06:37.0413758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0414397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_and_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0415019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0415658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0416209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logit_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0416762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0417395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logspace_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0418465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0419150Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_long_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0419760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lt_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:06:37.0420278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_complex128 PASSED [ 29%] 2022-11-23T02:06:37.0420749Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_cuda_float64 PASSED [ 29%] 2022-11-23T02:06:37.0421224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0421704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_solve_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0422193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0422679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lu_unpack_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0423157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0423599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mH_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0424083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amin_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0424649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:06:37.0425223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0425721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumprod_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0426225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0426719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0427187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_fill_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0427795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_log_softmax_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0428296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logsumexp_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0428785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0429289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0429788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0430294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0430766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_scatter_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0431259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0431750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmax_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0432236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_complex128 PASSED [ 30%] 2022-11-23T02:06:37.0432715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_std_cuda_float64 PASSED [ 30%] 2022-11-23T02:06:37.0433192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0433676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0434206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0435004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0436612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matrix_exp_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0437209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0437763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0438305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0438814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_binary_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0439301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_minimum_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0439765Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0440234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mode_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0440708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0441195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_movedim_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0441666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_msort_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0442134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0442678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_multinomial_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 31%] 2022-11-23T02:06:37.0443229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0443730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0444225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nan_to_num_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0444697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmean_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0445411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanmedian_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0445905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nanquantile_cuda_float64 PASSED [ 31%] 2022-11-23T02:06:37.0446391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_complex128 PASSED [ 31%] 2022-11-23T02:06:37.0446863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_batch_norm_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0447377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_dropout_backward_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0447955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0448494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_complex128 PASSED [ 32%] 2022-11-23T02:06:37.0448969Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_neg_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0449524Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0450150Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0450759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0451482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0452120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nextafter_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 32%] 2022-11-23T02:06:37.0452703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0453254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0453795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0454345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0454884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0455411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0455915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0456426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_celu_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0456937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0457445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0457974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 32%] 2022-11-23T02:06:37.0458518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0459061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 32%] 2022-11-23T02:06:37.0459576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cross_entropy_cuda_float64 PASSED [ 32%] 2022-11-23T02:06:37.0460100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0460711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_elu_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0461227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_bag_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0461756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_embedding_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0462315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0462908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0463474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0464006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0464535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gelu_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0465048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_grid_sample_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0465573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_group_norm_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0466093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardshrink_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0466692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardswish_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0467236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardtanh_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0467750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0468285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_huber_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0468816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0469341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_kl_div_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0469855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_complex128 PASSED [ 33%] 2022-11-23T02:06:37.0470376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_logsigmoid_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0470895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool1d_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0471411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:06:37.0471973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped!) [ 33%] 2022-11-23T02:06:37.0472507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mse_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0473036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:06:37.0473572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0474097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_normalize_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0474625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0475155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_circular_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0475754Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0476286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0476813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_reflect_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0477343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0477917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0478463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0479002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0479535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0480033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_prelu_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0480537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_rrelu_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0481042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_selu_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0481545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_silu_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0482128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0482664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softplus_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0483185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softshrink_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0483686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0484202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_threshold_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0484766Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 34%] 2022-11-23T02:06:37.0485291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0485817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_float64 PASSED [ 34%] 2022-11-23T02:06:37.0486300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0486779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_inf_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0487319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0487942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0488559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0489100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0489621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:06:37.0490167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:06:37.0490717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 35%] 2022-11-23T02:06:37.0491332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0491790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0492268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0492740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_prod_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0493205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0493679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0494149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rad2deg_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0494702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0495326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0495957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:06:37.0496506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0496983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_complex128 PASSED [ 35%] 2022-11-23T02:06:37.0497525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_real_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0498018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0498506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_remainder_cuda_float64 PASSED [ 35%] 2022-11-23T02:06:37.0498970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0499451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0499925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0500415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0500915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0501403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0501972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:06:37.0502606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:06:37.0503160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0503656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0504144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_neg_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0504621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0505094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_roll_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0505565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0506031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0506612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 36%] 2022-11-23T02:06:37.0507152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 36%] 2022-11-23T02:06:37.0507656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0508128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsqrt_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0508598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0509169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:06:37.0509809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:06:37.0510342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_float64 PASSED [ 36%] 2022-11-23T02:06:37.0510828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_complex128 PASSED [ 36%] 2022-11-23T02:06:37.0511306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0511799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amax_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0512299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_prod_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0512880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_sum_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0513413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_lengths_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0513892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_complex128 PASSED [ 37%] 2022-11-23T02:06:37.0514390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_scatter_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0514870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_complex128 PASSED [ 37%] 2022-11-23T02:06:37.0515424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0516048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_short_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0516588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0517059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sign_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0517625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0518272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0518939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0519592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0520231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_signbit_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:06:37.0520779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_complex128 PASSED [ 37%] 2022-11-23T02:06:37.0521248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sin_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0521808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_complex128 PASSED [ 37%] 2022-11-23T02:06:37.0522273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinc_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0522719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_complex128 PASSED [ 37%] 2022-11-23T02:06:37.0523185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_float64 PASSED [ 37%] 2022-11-23T02:06:37.0523699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 37%] 2022-11-23T02:06:37.0524253Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 38%] 2022-11-23T02:06:37.0524849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:06:37.0525516Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:06:37.0526101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_entr_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0526692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:06:37.0527252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0527905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:06:37.0528609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 38%] 2022-11-23T02:06:37.0529315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 38%] 2022-11-23T02:06:37.0530015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:06:37.0530587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0531083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0531575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0532054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0532515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_squeeze_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0532989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0533452Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sub_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0533921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0534394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0534851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0535311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0535789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_float64 PASSED [ 38%] 2022-11-23T02:06:37.0536265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0537423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_complex128 PASSED [ 38%] 2022-11-23T02:06:37.0538460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0539048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0539520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tile_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0540058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:06:37.0540651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_sparse_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0541121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_topk_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0541587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0542076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0542560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_transpose_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0543046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0543935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapezoid_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0544880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0545791Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trapz_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0546308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0546819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triangular_solve_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0547312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0547786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0548228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_triu_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0548701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0549177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trunc_cuda_float64 PASSED [ 39%] 2022-11-23T02:06:37.0549649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0550250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_complex128 PASSED [ 39%] 2022-11-23T02:06:37.0551516Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:06:37.0552563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_uniform_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 39%] 2022-11-23T02:06:37.0553097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0553575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0554043Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0554514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0554986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0555455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0555926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0556505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0557216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0558331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:06:37.0559162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:06:37.0560012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:06:37.0560644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 40%] 2022-11-23T02:06:37.0561187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0561668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0562118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_T_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0562616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0563117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0563607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0564237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0565314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rsub___cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0566330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad__softmax_backward_data_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0566835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_complex128 PASSED [ 40%] 2022-11-23T02:06:37.0567317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_abs_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0567790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_float64 PASSED [ 40%] 2022-11-23T02:06:37.0568260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0568747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0569247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0569741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0570203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0570686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0571685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmv_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0572903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0573556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0574194Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0574842Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0575586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0576131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0576615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_angle_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0577181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:06:37.0578135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0579246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0579946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0580448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asinh_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0580907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0581395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0581895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0582393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_1d_cuda_float64 PASSED [ 41%] 2022-11-23T02:06:37.0582978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_complex128 PASSED [ 41%] 2022-11-23T02:06:37.0583493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_baddbmm_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0583982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_complex128 XFAIL [ 42%] 2022-11-23T02:06:37.0584836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0585940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0586731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0587369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0587954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_complex128 PASSED [ 42%] 2022-11-23T02:06:37.0588475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_complex128 PASSED [ 42%] 2022-11-23T02:06:37.0588989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_to_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0589572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0589882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0590137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0590486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T02:06:37.0590836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 42%] 2022-11-23T02:06:37.0591363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_complex128 PASSED [ 42%] 2022-11-23T02:06:37.0593076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ceil_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0593352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_complex128 XFAIL [ 42%] 2022-11-23T02:06:37.0593584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cfloat_cuda_float64 XFAIL [ 42%] 2022-11-23T02:06:37.0593810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_float64 XFAIL [ 42%] 2022-11-23T02:06:37.0594141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0594453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:06:37.0594711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_complex128 PASSED [ 42%] 2022-11-23T02:06:37.0594966Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_inverse_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0595199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_cuda_float64 PASSED [ 42%] 2022-11-23T02:06:37.0595438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_max_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0595671Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clamp_min_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0595900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0596267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0596533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_column_stack_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0596782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0597032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_combinations_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0597262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0597507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0597844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0598414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_constant_pad_nd_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0598920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0599561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0599970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cosh_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0600317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:06:37.0600651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 43%] 2022-11-23T02:06:37.0600894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0601161Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0601421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumulative_trapezoid_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0601656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_deg2rad_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0602029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_complex128 PASSED [ 43%] 2022-11-23T02:06:37.0602266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0602513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0602768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_scatter_cuda_float64 PASSED [ 43%] 2022-11-23T02:06:37.0603004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0603244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_digamma_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0603477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0603737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0603977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0604221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0604458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_double_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0605009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0605496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dstack_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0606199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0606784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0607109Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0607435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0607731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0608039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0608352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0608583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erf_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0608823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfinv_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0609065Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0609313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0609553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_complex128 PASSED [ 44%] 2022-11-23T02:06:37.0609794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0610024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expm1_cuda_float64 PASSED [ 44%] 2022-11-23T02:06:37.0610344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:06:37.0610590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0610934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0611182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0611693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftn_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0612216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0612722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0613298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0613582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfftn_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0613824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0614070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0614320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0614561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft2_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0614774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfftn_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0615012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0615337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0615598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0615838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfftn_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0616078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft2_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0616314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfft_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0616548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_rfftn_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0616787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0617018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flip_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0617259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_complex128 PASSED [ 45%] 2022-11-23T02:06:37.0617496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fliplr_cuda_float64 PASSED [ 45%] 2022-11-23T02:06:37.0617735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0618008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_complex128 XFAIL [ 46%] 2022-11-23T02:06:37.0618515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_cuda_float64 XFAIL [ 46%] 2022-11-23T02:06:37.0619019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0619473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0620008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmax_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0620311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmin_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0620537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frac_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0620857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0621280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0621497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0621813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0622133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0622362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_float64 XFAIL [ 46%] 2022-11-23T02:06:37.0622683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0622931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0623245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0623558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:06:37.0623797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_imag_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0624106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0624362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0624609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0625092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0625594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_reduce_cuda_float64 PASSED [ 46%] 2022-11-23T02:06:37.0626143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_complex128 PASSED [ 46%] 2022-11-23T02:06:37.0626672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_complex128 PASSED [ 47%] 2022-11-23T02:06:37.0627008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_inner_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0627343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0627667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0627983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0628296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0628609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0628924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0629239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0629551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0629900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_istft_cuda_complex128 PASSED [ 47%] 2022-11-23T02:06:37.0630244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0630593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0630928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0631276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0631892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0632577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:06:37.0633107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kthvalue_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0633573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0633922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_complex128 PASSED [ 47%] 2022-11-23T02:06:37.0634171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lerp_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0634406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lgamma_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0634759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped, see https://github.com//issues/84192) [ 47%] 2022-11-23T02:06:37.0635006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_float64 PASSED [ 47%] 2022-11-23T02:06:37.0635252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0635505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_complex128 PASSED [ 48%] 2022-11-23T02:06:37.0635755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvals_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0636092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:06:37.0636423Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:06:37.0636696Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:06:37.0636960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0637207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0637456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0637716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0638050Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:06:37.0638899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:06:37.0639421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0639955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_complex128 XFAIL [ 48%] 2022-11-23T02:06:37.0640427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 48%] 2022-11-23T02:06:37.0640698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0640978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (Skipped!) [ 48%] 2022-11-23T02:06:37.0641222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_complex128 PASSED [ 48%] 2022-11-23T02:06:37.0641465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_qr_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0641719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_complex128 PASSED [ 48%] 2022-11-23T02:06:37.0641948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_complex128 PASSED [ 48%] 2022-11-23T02:06:37.0642189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0642440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_complex128 PASSED [ 48%] 2022-11-23T02:06:37.0643573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_ex_cuda_float64 PASSED [ 48%] 2022-11-23T02:06:37.0643914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0644170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0644437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0644690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0645016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0645732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0646232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0646742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0647235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0647572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0647897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0648215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0648454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logit_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0648773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0649085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:06:37.0649450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0649680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0649930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0650171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_unpack_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0650403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0650635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mH_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0650866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_complex128 PASSED [ 49%] 2022-11-23T02:06:37.0651089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amin_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0651339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_float64 PASSED [ 49%] 2022-11-23T02:06:37.0651584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0651942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_log_softmax_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0652533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0653039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_median_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0653683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0654099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0654348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0654599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0654840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_std_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0655081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0655326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0655566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_binary_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0655841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0656084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_maximum_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0656327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0656598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0656859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0657131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T02:06:37.0657397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0657656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0657897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0658231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_minimum_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0658458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0658952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mode_cuda_float64 PASSED [ 50%] 2022-11-23T02:06:37.0659457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_complex128 PASSED [ 51%] 2022-11-23T02:06:37.0659975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_msort_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0660455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_complex128 PASSED [ 51%] 2022-11-23T02:06:37.0660843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_complex128 PASSED [ 51%] 2022-11-23T02:06:37.0661107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0661363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0661600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmean_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0661843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanmedian_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0662075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nansum_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0662403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0662818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0663073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0663331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_batch_norm_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0663594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_dropout_backward_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0663840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_native_layer_norm_cuda_float64 XFAIL [ 51%] 2022-11-23T02:06:37.0664179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0664510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0664832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0665149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0665721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0666380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0666911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:06:37.0667249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0680072Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:06:37.0680664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0681192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0681467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0681768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0682038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_complex128 PASSED [ 52%] 2022-11-23T02:06:37.0682309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_complex128 PASSED [ 52%] 2022-11-23T02:06:37.0682591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 52%] 2022-11-23T02:06:37.0682870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0683149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0683416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cross_entropy_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0683669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_ctc_loss_cuda_float64 XFAIL [ 52%] 2022-11-23T02:06:37.0683927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0684280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_elu_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0684663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:06:37.0684932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_embedding_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0685389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0685714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0685987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0686391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardswish_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0686787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardtanh_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0687056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_huber_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0687331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_instance_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0687608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0687864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_layer_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:06:37.0688126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_complex128 PASSED [ 53%] 2022-11-23T02:06:37.0688402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0688663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool1d_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0688904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool3d_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0689296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:06:37.0689570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0689826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mish_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0690190Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:06:37.0690451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0690718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_complex128 PASSED [ 53%] 2022-11-23T02:06:37.0690983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_normalize_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0691254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_complex128 PASSED [ 53%] 2022-11-23T02:06:37.0691517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_constant_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0691789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 53%] 2022-11-23T02:06:37.0692271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_reflect_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0692564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0693152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pdist_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:06:37.0693457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 53%] 2022-11-23T02:06:37.0693726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0693978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0694237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_rrelu_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0694487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_selu_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0694741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_silu_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0695006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0695284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 53%] 2022-11-23T02:06:37.0695546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softplus_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0695806Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softshrink_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0696070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0696330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softsign_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0696600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0696843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_tanhshrink_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0697215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_threshold_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0697497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0697771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0698029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0698304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0698780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:06:37.0699112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:06:37.0699477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0699854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_fro_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0700106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0700428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:06:37.0700833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 54%] 2022-11-23T02:06:37.0701084Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ormqr_cuda_float64 PASSED [ 54%] 2022-11-23T02:06:37.0701337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0701585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_complex128 PASSED [ 54%] 2022-11-23T02:06:37.0701867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:06:37.0702147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:06:37.0702421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:06:37.0702667Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0702905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_positive_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0703136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0703376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0703608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0703837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_qr_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0704054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rad2deg_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0704382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:06:37.0704702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:06:37.0705167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:06:37.0705509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0706023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0706277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0706513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_renorm_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0706757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0706990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0707245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0707496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0707740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_as_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0707980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0708304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:06:37.0708703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:06:37.0708967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_complex128 PASSED [ 55%] 2022-11-23T02:06:37.0709198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_float64 PASSED [ 55%] 2022-11-23T02:06:37.0709458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_0_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0709789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0710113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0710365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_complex128 PASSED [ 56%] 2022-11-23T02:06:37.0710615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_add_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0710852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0711108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amax_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0711506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_amin_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0711845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_offsets_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T02:06:37.0712334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_complex128 PASSED [ 56%] 2022-11-23T02:06:37.0712587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_scatter_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0712827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_complex128 PASSED [ 56%] 2022-11-23T02:06:37.0713058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sign_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0713394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0713831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0714066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_complex128 PASSED [ 56%] 2022-11-23T02:06:37.0714301Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_complex128 PASSED [ 56%] 2022-11-23T02:06:37.0714532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0714767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0714998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sort_cuda_float64 PASSED [ 56%] 2022-11-23T02:06:37.0715279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:06:37.0715557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:06:37.0715881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0716208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:06:37.0716526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0716904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0717271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0717792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:06:37.0718146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0718741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0718999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0719245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i1e_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0719590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0719949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:06:37.0720203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_log_ndtr_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0720538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0720880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0721209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0721649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0721897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtri_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0722183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0722537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0722904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:06:37.0723249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:06:37.0723500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_xlog1py_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0723737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_complex128 PASSED [ 57%] 2022-11-23T02:06:37.0724152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_float64 PASSED [ 57%] 2022-11-23T02:06:37.0724409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_complex128 PASSED [ 57%] 2022-11-23T02:06:37.0724914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0725315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0725566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0725809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_mean_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0726047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0726280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0726514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0726742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0726992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0727234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sum_to_size_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0727463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0727707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_lowrank_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0727947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0728192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0728424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0728658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0728903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0729152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0729371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0729695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tile_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0729928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0730157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_topk_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0730401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_complex128 PASSED [ 58%] 2022-11-23T02:06:37.0730779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_float64 PASSED [ 58%] 2022-11-23T02:06:37.0731048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0731304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0731687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triangular_solve_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0732064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0732300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tril_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0732529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0732768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0733001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0733326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0733582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unflatten_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0733825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0734146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:06:37.0734386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0734617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_mean_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0734855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_copy_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0735093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0735304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0735540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0735774Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_xlogy_cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0736012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_complex128 PASSED [ 59%] 2022-11-23T02:06:37.0736244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zero__cuda_float64 PASSED [ 59%] 2022-11-23T02:06:37.0736572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:06:37.0736895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:06:37.0737312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 59%] 2022-11-23T02:06:37.0737597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_H_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0738101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0738531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0738820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0739098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rdiv___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0739386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0739664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmatmul___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0739944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmod___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0740202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:06:37.0740459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rpow___cuda_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:06:37.0740728Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:06:37.0741120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 60%] 2022-11-23T02:06:37.0741394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_complex128 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:06:37.0741636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_complex128 PASSED [ 60%] 2022-11-23T02:06:37.0741874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acosh_cuda_float64 PASSED [ 60%] 2022-11-23T02:06:37.0742103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_float64 PASSED [ 60%] 2022-11-23T02:06:37.0742350Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_complex128 PASSED [ 60%] 2022-11-23T02:06:37.0742585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addbmm_cuda_float64 PASSED [ 60%] 2022-11-23T02:06:37.0742811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_complex128 PASSED [ 60%] 2022-11-23T02:06:37.0743058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_complex128 PASSED [ 60%] 2022-11-23T02:06:37.0743297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_complex128 PASSED [ 60%] 2022-11-23T02:06:37.0743614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_float64 PASSED [ 60%] 2022-11-23T02:06:37.0743900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_float64 PASSED [ 60%] 2022-11-23T02:06:37.0744215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:06:37.0744769Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:06:37.0745054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0745331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_amin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0745649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:06:37.0746562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0746880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:06:37.0747205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:06:37.0747446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_complex128 PASSED [ 61%] 2022-11-23T02:06:37.0747686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asin_cuda_float64 PASSED [ 61%] 2022-11-23T02:06:37.0747929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_complex128 PASSED [ 61%] 2022-11-23T02:06:37.0748163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_asinh_cuda_float64 PASSED [ 61%] 2022-11-23T02:06:37.0748404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_complex128 PASSED [ 61%] 2022-11-23T02:06:37.0748637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atanh_cuda_float64 PASSED [ 61%] 2022-11-23T02:06:37.0748918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0749208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0749572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0750046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0750299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_float64 PASSED [ 61%] 2022-11-23T02:06:37.0750845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bernoulli_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0751135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0751421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0751681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0752005Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:06:37.0752317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:06:37.0752621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:06:37.0752945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:06:37.0753252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:06:37.0753547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0753911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T02:06:37.0754187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0754577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0754860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0755129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chalf_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0755424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0755708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0756059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_cuda_float64 PASSED [ 62%] 2022-11-23T02:06:37.0756333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_max_cuda_float64 PASSED [ 62%] 2022-11-23T02:06:37.0756629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0757128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0757408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0757664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_complex128 PASSED [ 62%] 2022-11-23T02:06:37.0757995Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_conj_physical_cuda_float64 PASSED [ 62%] 2022-11-23T02:06:37.0758250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_copysign_cuda_float64 PASSED [ 62%] 2022-11-23T02:06:37.0758538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0758820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_corrcoef_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:06:37.0759059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_complex128 PASSED [ 62%] 2022-11-23T02:06:37.0759298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_complex128 PASSED [ 62%] 2022-11-23T02:06:37.0759533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cosh_cuda_float64 PASSED [ 62%] 2022-11-23T02:06:37.0759866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:06:37.0760193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:06:37.0760478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0760747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cross_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0761025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0761265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_float64 PASSED [ 63%] 2022-11-23T02:06:37.0761568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0761849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0762127Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0762675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0762970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0763370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0763752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0764034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0764289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diff_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0764566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0764821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_floor_rounding_cuda_float64 PASSED [ 63%] 2022-11-23T02:06:37.0765082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_complex128 PASSED [ 63%] 2022-11-23T02:06:37.0765334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_trunc_rounding_cuda_float64 PASSED [ 63%] 2022-11-23T02:06:37.0765608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0765968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0766260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_double_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0766545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0766821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0767094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:06:37.0767406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:06:37.0767641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erf_cuda_float64 PASSED [ 64%] 2022-11-23T02:06:37.0767872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfc_cuda_float64 PASSED [ 64%] 2022-11-23T02:06:37.0768101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_float64 PASSED [ 64%] 2022-11-23T02:06:37.0768383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0768615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expm1_cuda_float64 PASSED [ 64%] 2022-11-23T02:06:37.0769105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:06:37.0769396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0769809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0770221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0770498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0770881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0771158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0771441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0771721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_hfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0772001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0772271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0772541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0772814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0773093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0773363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0773717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0774011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0774295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:06:37.0774565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0774844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0775120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0775555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0775837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0776337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0776623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0776902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0777180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0777453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flipud_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0777735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0777984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_complex128 PASSED [ 65%] 2022-11-23T02:06:37.0778321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_power_cuda_float64 PASSED [ 65%] 2022-11-23T02:06:37.0778642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:06:37.0778914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0779145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmod_cuda_float64 PASSED [ 65%] 2022-11-23T02:06:37.0779377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frac_cuda_float64 PASSED [ 65%] 2022-11-23T02:06:37.0779703Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:06:37.0779980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0780258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gather_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0780565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:06:37.0780882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:06:37.0781236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0781538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_grid_sampler_2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:06:37.0781974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0782250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0782758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0783039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0783310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0783557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_complex128 PASSED [ 66%] 2022-11-23T02:06:37.0783807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_complex128 PASSED [ 66%] 2022-11-23T02:06:37.0784047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_fill_cuda_float64 PASSED [ 66%] 2022-11-23T02:06:37.0784290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_reduce_cuda_float64 PASSED [ 66%] 2022-11-23T02:06:37.0784576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0784890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0785198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0785548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0785869Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0786278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0786590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0786900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0787214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0787521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0787928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0788289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0788572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_istft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:06:37.0789166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0789973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0790381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:06:37.0790717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0790990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0791229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_complex128 PASSED [ 67%] 2022-11-23T02:06:37.0791463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ldexp_cuda_float64 PASSED [ 67%] 2022-11-23T02:06:37.0791770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0792007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_complex128 PASSED [ 67%] 2022-11-23T02:06:37.0792290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0792593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0792886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_singular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0793168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0793464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0793735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvals_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0794028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0794592Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigvalsh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0794906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0795335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0795743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0796034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0796365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0796698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0797033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0797359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0797768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:06:37.0798073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:06:37.0798361Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0798657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0798948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0799295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:06:37.0799580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0799867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_multi_dot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0800155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0800437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0800836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0801167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_slogdet_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0801457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0802001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0802405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0802686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0802977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0803263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0803563Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0803854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorsolve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0804140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0804425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:06:37.0804657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_float64 PASSED [ 68%] 2022-11-23T02:06:37.0804895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_complex128 PASSED [ 68%] 2022-11-23T02:06:37.0805197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log2_cuda_float64 PASSED [ 68%] 2022-11-23T02:06:37.0805428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_float64 PASSED [ 68%] 2022-11-23T02:06:37.0805709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0806012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0806295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0806569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logdet_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0806894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:06:37.0807346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:06:37.0807686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:06:37.0808101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0808502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0808775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0809048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0809338Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0809614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_unpack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0809888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0810256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0810548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0810830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0811086Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_complex128 PASSED [ 69%] 2022-11-23T02:06:37.0811329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_fill_cuda_float64 PASSED [ 69%] 2022-11-23T02:06:37.0811621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0811910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0812191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0812484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0812775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_normalize_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:06:37.0813122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0813388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_complex128 PASSED [ 70%] 2022-11-23T02:06:37.0813830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0814123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0814661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0814948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0815228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_var_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0815493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0815767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matrix_exp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0816040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_binary_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0816337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_no_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0816612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_maximum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0816885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0817159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0817462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0817853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0818149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_with_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0818424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_minimum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0818690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0818965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mode_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0819236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0819512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_msort_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:06:37.0819751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_complex128 PASSED [ 70%] 2022-11-23T02:06:37.0820137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mul_cuda_float64 PASSED [ 70%] 2022-11-23T02:06:37.0820412Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0820875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 71%] 2022-11-23T02:06:37.0821332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 71%] 2022-11-23T02:06:37.0821593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nan_to_num_cuda_float64 PASSED [ 71%] 2022-11-23T02:06:37.0821867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0822153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanquantile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0822477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0822798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0823082Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0823371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_batch_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0823658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_layer_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0823972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0824281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0824610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0824927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0825226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0825626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0825939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0826257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0826724Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:06:37.0827057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0827624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0827949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0828248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:06:37.0828547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0828880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_celu_cuda_float64 PASSED [ 72%] 2022-11-23T02:06:37.0829191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0829504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0829820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0830129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0830438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0830745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0831039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0831308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout2d_cuda_float64 PASSED [ 72%] 2022-11-23T02:06:37.0831560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_elu_cuda_float64 PASSED [ 72%] 2022-11-23T02:06:37.0831866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0832164Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_embedding_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0832470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 72%] 2022-11-23T02:06:37.0832916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 72%] 2022-11-23T02:06:37.0833227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_grid_sample_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0833836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardswish_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0834268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardtanh_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0834569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_huber_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0834877Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_instance_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0835192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0835509Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0835823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0836122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_layer_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:06:37.0836381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_leaky_relu_cuda_float64 PASSED [ 73%] 2022-11-23T02:06:37.0836754Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0837085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0837386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0837693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0837994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0838286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mse_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0838611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0838914Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0839294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0839659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0839951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pdist_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0840469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0840787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0841079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_prelu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0841458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu6_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0841715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_rrelu_cuda_float64 PASSED [ 73%] 2022-11-23T02:06:37.0841970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_silu_cuda_float64 PASSED [ 73%] 2022-11-23T02:06:37.0842272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0842581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0842881Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0843181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softsign_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0843489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0843807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0844176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:06:37.0844526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0844825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0845140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0845446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0845894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:06:37.0846193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0846618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:06:37.0847046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:06:37.0847373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:06:37.0847646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0847928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0848201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_outer_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0848483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pca_lowrank_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0848856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0849131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0849415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pinverse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0849678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polar_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0849959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:06:37.0850228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 74%] 2022-11-23T02:06:37.0850511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0850788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_positive_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0851003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_float64 PASSED [ 74%] 2022-11-23T02:06:37.0851240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_complex128 PASSED [ 74%] 2022-11-23T02:06:37.0851504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:06:37.0851811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rad2deg_cuda_float64 PASSED [ 75%] 2022-11-23T02:06:37.0852155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0852617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0852942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0853388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0853782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0854066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ravel_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0854315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_float64 PASSED [ 75%] 2022-11-23T02:06:37.0854557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_complex128 PASSED [ 75%] 2022-11-23T02:06:37.0854798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_renorm_cuda_float64 PASSED [ 75%] 2022-11-23T02:06:37.0855076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0855369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0855648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0855926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0856250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0856669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0856983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:06:37.0857273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0857556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_conj_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0857848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0858128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0858402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_roll_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0858678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0858949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rot90_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:06:37.0859181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0859675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0859964Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsub_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0860440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0860850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0861097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0861351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amin_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0861648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_offsets_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0861886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_complex128 PASSED [ 76%] 2022-11-23T02:06:37.0862198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0862438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0862673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sign_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0863005Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0863336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0863652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:06:37.0863889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_complex128 PASSED [ 76%] 2022-11-23T02:06:37.0864124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_complex128 PASSED [ 76%] 2022-11-23T02:06:37.0864452Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinc_cuda_float64 PASSED [ 76%] 2022-11-23T02:06:37.0864733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0865003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0865287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_slice_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0865585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0865979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sort_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0866317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:06:37.0866618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sparse_sampled_addmm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0867176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0867499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0867905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0868267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0868618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0868970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:06:37.0869255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_entr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0869538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i0e_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0869814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1e_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0870159Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0870452Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_log_ndtr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0870788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0871129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0871456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0871807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:06:37.0872823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:06:37.0873328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:06:37.0873727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0874007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:06:37.0874237Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_float64 PASSED [ 77%] 2022-11-23T02:06:37.0874479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_float64 PASSED [ 77%] 2022-11-23T02:06:37.0874729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_complex128 PASSED [ 77%] 2022-11-23T02:06:37.0874968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_squeeze_cuda_float64 PASSED [ 77%] 2022-11-23T02:06:37.0875243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0875513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0875885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0876176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0876458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0876691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_complex128 PASSED [ 78%] 2022-11-23T02:06:37.0876974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0877254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0877481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_float64 PASSED [ 78%] 2022-11-23T02:06:37.0877716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_complex128 PASSED [ 78%] 2022-11-23T02:06:37.0877998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0878276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0878553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0878924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_topk_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0879234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0879486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_complex128 PASSED [ 78%] 2022-11-23T02:06:37.0879865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_transpose_cuda_float64 PASSED [ 78%] 2022-11-23T02:06:37.0880247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0880641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:06:37.0880870Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_float64 PASSED [ 78%] 2022-11-23T02:06:37.0881108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_complex128 PASSED [ 78%] 2022-11-23T02:06:37.0881322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triu_cuda_float64 PASSED [ 78%] 2022-11-23T02:06:37.0881569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_complex128 PASSED [ 78%] 2022-11-23T02:06:37.0881815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_true_divide_cuda_float64 PASSED [ 78%] 2022-11-23T02:06:37.0882049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trunc_cuda_float64 PASSED [ 79%] 2022-11-23T02:06:37.0882337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0882624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0882957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:06:37.0883269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:06:37.0883586Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_complex128 PASSED [ 79%] 2022-11-23T02:06:37.0883845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unsqueeze_cuda_float64 PASSED [ 79%] 2022-11-23T02:06:37.0884123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0884401Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0884673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0884951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0885224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0885704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_real_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0885983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0886493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0886789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0887062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vstack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0887343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0887614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_where_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:06:37.0887856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_complex128 PASSED [ 79%] 2022-11-23T02:06:37.0888172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:06:37.0888575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:06:37.0888895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:06:37.0889219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:06:37.0889540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_H_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0889864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0890191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0890527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0890851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0891179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0891554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmod___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0892010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:06:37.0892283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 80%] 2022-11-23T02:06:37.0892742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0893192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rsub___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:06:37.0893595Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 80%] 2022-11-23T02:06:37.0893838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_abs_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0894085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_complex128 PASSED [ 80%] 2022-11-23T02:06:37.0894322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acos_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0894567Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_complex128 PASSED [ 80%] 2022-11-23T02:06:37.0894802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0895044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0895286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_complex128 PASSED [ 80%] 2022-11-23T02:06:37.0895523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0895786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_complex128 PASSED [ 80%] 2022-11-23T02:06:37.0896033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_complex128 PASSED [ 80%] 2022-11-23T02:06:37.0896364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addr_cuda_float64 PASSED [ 80%] 2022-11-23T02:06:37.0896686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:06:37.0897000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:06:37.0897331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0897657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0897978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0898453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0898784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_angle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0899325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0899726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0900060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0900381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:06:37.0900665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 81%] 2022-11-23T02:06:37.0900941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 81%] 2022-11-23T02:06:37.0901291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0901536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_float64 PASSED [ 81%] 2022-11-23T02:06:37.0901865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0902094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_complex128 PASSED [ 81%] 2022-11-23T02:06:37.0902422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0902748Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0903083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0903410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0903743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0904157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0904505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_complex128 PASSED [ 81%] 2022-11-23T02:06:37.0904875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0905419Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:06:37.0905761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0906080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0906419Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0906753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0907078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:06:37.0907481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:06:37.0907808Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:06:37.0908149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0908389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ceil_cuda_float64 PASSED [ 82%] 2022-11-23T02:06:37.0908709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0909029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:06:37.0909369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0909700Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0910023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0910268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_cuda_float64 PASSED [ 82%] 2022-11-23T02:06:37.0910601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0911012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_complex128 PASSED [ 82%] 2022-11-23T02:06:37.0911362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0911827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0912289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_float64 PASSED [ 82%] 2022-11-23T02:06:37.0912611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0912932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:06:37.0913271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 82%] 2022-11-23T02:06:37.0913517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumprod_cuda_float64 PASSED [ 82%] 2022-11-23T02:06:37.0913760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_float64 PASSED [ 83%] 2022-11-23T02:06:37.0914117Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0914360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_deg2rad_cuda_float64 PASSED [ 83%] 2022-11-23T02:06:37.0914687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0915011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0915761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0916145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagflat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0916493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0916827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0917160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0917662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0917977Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0918357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_digamma_cuda_float64 PASSED [ 83%] 2022-11-23T02:06:37.0918786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0919113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0919431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0919757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0920102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0920543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:06:37.0920865Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:06:37.0921184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:06:37.0921519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:06:37.0921833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:06:37.0922149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:06:37.0922471Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:06:37.0922788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:06:37.0923028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfc_cuda_float64 PASSED [ 84%] 2022-11-23T02:06:37.0923329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp2_cuda_float64 PASSED [ 84%] 2022-11-23T02:06:37.0923676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0923921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expm1_cuda_float64 PASSED [ 84%] 2022-11-23T02:06:37.0924245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0924574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0924908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0925241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0925569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0925900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0926225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0926562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0926899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0927221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0927630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0927963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0928288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0928622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0929100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0929434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0929997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0930334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_rfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:06:37.0930585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_complex128 PASSED [ 85%] 2022-11-23T02:06:37.0930904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fill_cuda_float64 PASSED [ 85%] 2022-11-23T02:06:37.0931249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0931575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0931903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0932231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0932549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0932811Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_complex128 PASSED [ 85%] 2022-11-23T02:06:37.0933052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_cuda_float64 PASSED [ 85%] 2022-11-23T02:06:37.0933361Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0933685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0933926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frac_cuda_float64 PASSED [ 85%] 2022-11-23T02:06:37.0934246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0934580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0934903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0935321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0935638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0935963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0936297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0936618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0936940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:06:37.0937263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0937585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:06:37.0937827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hypot_cuda_float64 PASSED [ 85%] 2022-11-23T02:06:37.0938207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0938469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_float64 PASSED [ 86%] 2022-11-23T02:06:37.0938721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_float64 PASSED [ 86%] 2022-11-23T02:06:37.0938982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_complex128 PASSED [ 86%] 2022-11-23T02:06:37.0939233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_fill_cuda_float64 PASSED [ 86%] 2022-11-23T02:06:37.0939486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_complex128 PASSED [ 86%] 2022-11-23T02:06:37.0939734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_put_cuda_float64 PASSED [ 86%] 2022-11-23T02:06:37.0939985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_reduce_cuda_float64 PASSED [ 86%] 2022-11-23T02:06:37.0940328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:06:37.0940665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:06:37.0940989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0941319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0941639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0941960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0942276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0942679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0942991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0943314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0943640Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0943961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_istft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:06:37.0944305Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0944666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0945004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0945559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0945923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:06:37.0946384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0946757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_float64 PASSED [ 87%] 2022-11-23T02:06:37.0946990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lgamma_cuda_float64 PASSED [ 87%] 2022-11-23T02:06:37.0947317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0947655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0947981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0948329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0948673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0949006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0949333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0949674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0950002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0950421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0950756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0951083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0951422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0951752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0952088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:06:37.0952420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:06:37.0952746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:06:37.0953081Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:06:37.0953446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0953775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0954116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:06:37.0954462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0954809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0955149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0955486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0955829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0956167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:06:37.0956515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:06:37.0956852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0957179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0957619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0957979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0958333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0958676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0959020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 88%] 2022-11-23T02:06:37.0959356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0959691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0960101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0960460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0960789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0961123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0961462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0961797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0962137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0962469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:06:37.0962713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log1p_cuda_float64 PASSED [ 89%] 2022-11-23T02:06:37.0962957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_complex128 PASSED [ 89%] 2022-11-23T02:06:37.0963202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_complex128 PASSED [ 89%] 2022-11-23T02:06:37.0963531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0963876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0964200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0964612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0964936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0965265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0965594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0965920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0966245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0966561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0966935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0967346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0967685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0967986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mH_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0968312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0968642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0968962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0969288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:06:37.0969632Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0969967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumprod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0970302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:06:37.0970630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_cumsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0970884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_float64 PASSED [ 90%] 2022-11-23T02:06:37.0971225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0971571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0971984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0972314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0972646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0972992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0973331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0973598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_complex128 PASSED [ 90%] 2022-11-23T02:06:37.0973927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0974258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0974643Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0974986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0975321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0975650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0975972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matmul_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0976302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0976657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0976995Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0977462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0977788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0978240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0978731Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_minimum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:06:37.0979060Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0979462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0979779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mode_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0980104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0980433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_msort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0980673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_float64 PASSED [ 91%] 2022-11-23T02:06:37.0980996Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0981312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0981582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 91%] 2022-11-23T02:06:37.0981829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nan_to_num_cuda_float64 PASSED [ 91%] 2022-11-23T02:06:37.0982222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0982565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanmedian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0982890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nansum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0983241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_dropout_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0983580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:06:37.0983902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0984219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0984487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_complex128 PASSED [ 91%] 2022-11-23T02:06:37.0984823Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0985148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0985456Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0985815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0986142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0986464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:06:37.0986931Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0987293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0987655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0988016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0988370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0988653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 92%] 2022-11-23T02:06:37.0989008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0989418Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0989796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0990141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0990523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0990863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0991213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0991574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0991930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0992279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0992642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0992992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0993332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_ctc_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0994132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 92%] 2022-11-23T02:06:37.0994394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_elu_cuda_float64 PASSED [ 92%] 2022-11-23T02:06:37.0994743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_bag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0995049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 92%] 2022-11-23T02:06:37.0995414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:06:37.0995768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0996110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_glu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0996381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardsigmoid_cuda_float64 XFAIL [ 93%] 2022-11-23T02:06:37.0996726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardtanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0997157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_instance_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0997531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_area_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0997894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0998240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0998582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0998942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_local_response_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0999292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0999652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.0999998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1000339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mse_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1000692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1001057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1001503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1001855Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1002208Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1002559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1002825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_rrelu_cuda_float64 PASSED [ 93%] 2022-11-23T02:06:37.1003167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1003510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1003859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:06:37.1004196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_threshold_cuda_float64 PASSED [ 93%] 2022-11-23T02:06:37.1004553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1004919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1005245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1005575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1005908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1006232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_inf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1006518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T02:06:37.1006820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 94%] 2022-11-23T02:06:37.1007135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1007462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1007787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1008112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1008527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1008851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1009181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1009470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 94%] 2022-11-23T02:06:37.1009796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1010034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_float64 PASSED [ 94%] 2022-11-23T02:06:37.1010365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:06:37.1010670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1010990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1011382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1011714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1012048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:06:37.1012378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1012635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_complex128 PASSED [ 95%] 2022-11-23T02:06:37.1012888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_remainder_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1013239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1013576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1013906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1014256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:06:37.1014578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:06:37.1014902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:06:37.1015244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1015574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1015988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1016310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1016639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1016884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1017142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_0_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1017386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_complex128 PASSED [ 95%] 2022-11-23T02:06:37.1017629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsqrt_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1017951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:06:37.1018286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:06:37.1018535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1018859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_complex128 PASSED [ 95%] 2022-11-23T02:06:37.1019135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amin_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1019396Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_sum_cuda_float64 PASSED [ 95%] 2022-11-23T02:06:37.1019746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_lengths_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1020093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_segment_reduce_offsets_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1020422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1020661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_float64 PASSED [ 96%] 2022-11-23T02:06:37.1020981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1021230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_float64 PASSED [ 96%] 2022-11-23T02:06:37.1021469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sign_cuda_float64 PASSED [ 96%] 2022-11-23T02:06:37.1021805Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1022148Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1022494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1022817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1023128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_complex128 PASSED [ 96%] 2022-11-23T02:06:37.1023364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sin_cuda_float64 PASSED [ 96%] 2022-11-23T02:06:37.1023612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_complex128 PASSED [ 96%] 2022-11-23T02:06:37.1023852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinc_cuda_float64 PASSED [ 96%] 2022-11-23T02:06:37.1024093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_complex128 PASSED [ 96%] 2022-11-23T02:06:37.1024424Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1024760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1025087Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1025432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1025751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1026165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1026526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:06:37.1026862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:06:37.1027191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1027526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1027853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1028218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:06:37.1028554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_erfcx_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1028910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1029241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i0e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1029566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1029920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1030276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:06:37.1030704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1031059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1031430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:06:37.1031788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:06:37.1032140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:06:37.1032467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1032789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1033523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1033921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1034454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_with_sizes_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:06:37.1034712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_complex128 PASSED [ 97%] 2022-11-23T02:06:37.1034951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sqrt_cuda_float64 PASSED [ 97%] 2022-11-23T02:06:37.1035340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_float64 PASSED [ 97%] 2022-11-23T02:06:37.1035715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_complex128 PASSED [ 97%] 2022-11-23T02:06:37.1036046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1036293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_complex128 PASSED [ 98%] 2022-11-23T02:06:37.1036618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1036954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1037279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_to_size_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1037613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1037935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1038181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_complex128 PASSED [ 98%] 2022-11-23T02:06:37.1038526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_t_cuda_float64 PASSED [ 98%] 2022-11-23T02:06:37.1038868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1039183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_along_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1039428Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_complex128 PASSED [ 98%] 2022-11-23T02:06:37.1039672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tanh_cuda_float64 PASSED [ 98%] 2022-11-23T02:06:37.1040000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1040330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1040646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1040973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:06:37.1041364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1041705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1042028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trace_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1042381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1042711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1043030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapz_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1043375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:06:37.1043615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_float64 PASSED [ 99%] 2022-11-23T02:06:37.1043861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_complex128 PASSED [ 99%] 2022-11-23T02:06:37.1044118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_complex128 PASSED [ 99%] 2022-11-23T02:06:37.1044367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_true_divide_cuda_float64 PASSED [ 99%] 2022-11-23T02:06:37.1044690Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1045019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1045347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1045668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1046073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:06:37.1046387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:06:37.1046725Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:06:37.1046981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_float64 PASSED [ 99%] 2022-11-23T02:06:37.1047299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1047627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1047952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1048273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1048673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1049014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1049333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1049663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1049988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1050306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1050635Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:06:37.1050878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_float64 PASSED [ 99%] 2022-11-23T02:06:37.1051203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:06:37.1051217Z 2022-11-23T02:06:37.1051367Z ============================== warnings summary =============================== 2022-11-23T02:06:37.1051600Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:06:37.1051964Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:06:37.1052078Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:06:37.1052105Z 2022-11-23T02:06:37.1052317Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:06:37.1052686Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-881bdb4f1bbfe36a.xml - 2022-11-23T02:06:37.1052963Z = 895 passed, 1498 skipped, 8 deselected, 22 xfailed, 1 warning in 715.89s (0:11:55) = 2022-11-23T02:06:37.1053192Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:06:37.1053201Z 2022-11-23T02:06:37.1053594Z ##[endgroup] 2022-11-23T02:06:37.1053915Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_uq8uasjg) 2022-11-23T02:06:37.1053924Z 2022-11-23T02:09:54.3246835Z 2022-11-23T02:09:54.3247798Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:09:54.3249423Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_4pjvoo2o) 2022-11-23T02:09:54.3325630Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-e258e2fb45a15ae9.xml 2022-11-23T02:09:54.3326696Z ============================= test session starts ============================= 2022-11-23T02:09:54.3327660Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:09:54.3328563Z cachedir: .pytest_cache 2022-11-23T02:09:54.3329533Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:09:54.3330632Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:09:54.3331478Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:09:54.3332502Z collecting ... collected 4835 items / 12 deselected / 4823 selected 2022-11-23T02:09:54.3957403Z Running 2400 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isposinf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_minimum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_msort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_aminmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bucketize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expm1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ge_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_reduce_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_istft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_ctc_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_instance_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_offsets_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmod___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_divide_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nan_to_num_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pca_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_gaussian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signbit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i0e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_consecutive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argsort_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ceil_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_deg2rad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_digamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_heaviside_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hypot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kthvalue_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lgamma_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log1p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logcumsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logaddexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_no_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmedian_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nansum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_dropout_backward_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_glu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_logsigmoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_threshold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_number_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_remainder_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_lengths_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_kaiser_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_airy_ai_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_erfcx_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_h_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_legendre_polynomial_p_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_spherical_bessel_j0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_lowrank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad__softmax_backward_data_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_arange_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bernoulli_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_max_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_min_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_complex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_copysign_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_floor_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_trunc_rounding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfftn_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_grid_sampler_2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gt_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_histc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igammac_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_imag_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isneginf_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_le_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logsumexp_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmin_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_maximum_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_median_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_binary_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_with_dim_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_multinomial_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanquantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_batch_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_celu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_group_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardswish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_kl_div_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mish_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pdist_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_prelu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu6_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_selu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_silu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softplus_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polar_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_quantile_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rad2deg_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_neg_3_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amax_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_prod_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_searchsorted_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_scatter_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_exponential_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_entr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1e_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_log_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtr_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtri_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_xlog1py_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_zeta_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_topk_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trunc_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_real_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_xlogy_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_float64 2022-11-23T02:09:54.4344767Z 2022-11-23T02:09:54.4345240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4346351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_H_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4347666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_T_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4348959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___getitem___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4350051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___radd___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4350740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4351390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4352035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmod___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4352668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4353300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rmul___cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4353888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:09:54.4354656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_abs_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4355270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_acos_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4356187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4356815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4357438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addbmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4358074Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4358719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4359520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmm_decomposed_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4360170Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addmv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4360801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4361605Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_addr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 0%] 2022-11-23T02:09:54.4362387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 0%] 2022-11-23T02:09:54.4363176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4363816Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_angle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4364453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4365112Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4365864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4366555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4367178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:09:54.4367790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_asinh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4368588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4369467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4370130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atan_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4370767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4371417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4372067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4372705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4373347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_baddbmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4373989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4374602Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4375513Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4376437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4377102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:09:54.4377862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4378542Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4379205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 1%] 2022-11-23T02:09:54.4379906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 2%] 2022-11-23T02:09:54.4380590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4381221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ceil_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4382275Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cfloat_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4383575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chalf_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4384699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4385999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_chunk_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4387197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_clamp_min_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4387947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_column_stack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4388772Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_conj_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4389664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4390330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_contiguous_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4390976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4391617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4392236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4392861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cos_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4393480Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cosh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4394292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:09:54.4395134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:09:54.4395799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cov_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4396697Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cross_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4397329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cummin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4397967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4398590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumprod_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 2%] 2022-11-23T02:09:54.4399219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_cumsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4399844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_deg2rad_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4400556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4401220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4402037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4402819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4403608Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4404269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4404883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dist_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4405521Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_floor_rounding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4406180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_no_rounding_mode_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4406835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_div_trunc_rounding_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4407474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_dot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4408107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4408897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_double_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4409761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_einsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4410539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4411195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4411830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4412481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4413130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4413789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:09:54.4414422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4415214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_erfinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 3%] 2022-11-23T02:09:54.4416965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4418186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_exp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4419333Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4420469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4421617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4422934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4424243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4425390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4426536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4427727Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4428948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4430270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4431417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4432537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfft_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4433871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4435017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_irfftn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4436266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4437580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fill_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4438714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4439863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flatten_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4440995Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flip_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4442212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4443501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4444787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_flipud_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 4%] 2022-11-23T02:09:54.4445949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4447100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4448257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_float_power_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4449493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4450754Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_fmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4451907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4453076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gather_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4454183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4455342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4456681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4457926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gradient_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4458965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_grid_sampler_2d_cuda_float64 PASSED [ 5%] 2022-11-23T02:09:54.4460017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4461308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_half_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4462451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4463803Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_hstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4465000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_i0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4466136Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:09:54.4467297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_imag_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4468453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4469687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_copy_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4471012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4472302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_index_put_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4473460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_inner_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:09:54.4474614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4475804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4477156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4478453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4479642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4480898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4482210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4483573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4484997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4486296Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4487555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:09:54.4488909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_kron_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4490155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lerp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4491475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4492669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4493862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4495045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4496308Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4497662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvals_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4498857Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4500157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_eigvalsh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4501374Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4502546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4503817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 6%] 2022-11-23T02:09:54.4505138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_inv_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4506343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:09:54.4507571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:09:54.4508799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:09:54.4510014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 7%] 2022-11-23T02:09:54.4511304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4512486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4513673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4514821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4516143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4517483Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4518825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:09:54.4520073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:09:54.4521307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4522472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4523734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4525135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4526358Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4527676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4528936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 7%] 2022-11-23T02:09:54.4530244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4531584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4532759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_svdvals_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4533954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 7%] 2022-11-23T02:09:54.4535176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4536332Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4537679Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4539001Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4540180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4541339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log10_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4542469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log2_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4543906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4545240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4546411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4547621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_log_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4548790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4550009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logdet_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4551363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4552549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4553742Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4555040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4556236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4557571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:09:54.4558814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4559940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4561118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_lu_unpack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4562238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4563444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mH_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 8%] 2022-11-23T02:09:54.4564713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4565840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mT_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4567003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:09:54.4568205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4569375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_cumsum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4570852Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_fill_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4572162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4573344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4574528Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4575694Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_select_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4576957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4578231Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_std_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4579493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4580645Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4581916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4583088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4584315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matmul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4585655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4586872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4588129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4589327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_max_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4590492Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_maximum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4591802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_median_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4593076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 9%] 2022-11-23T02:09:54.4594309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4595505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_binary_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4596672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_min_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4597927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_minimum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4599394Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4600501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mode_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4601631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_movedim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4602743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_msort_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4603847Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4605045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mul_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4606368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4607562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4608746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_mvlgamma_mvlgamma_p_3_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4610036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nanmean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4611281Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4612622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_narrow_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4613796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_native_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4614970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4616115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_neg_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:09:54.4617274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4618566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4619962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4621132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4622330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:09:54.4623545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4624902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4626507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4627794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4629014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4630240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4631583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4632980Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4634187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4635416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4636793Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4638179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4639593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4640838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_dropout3d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4641993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_embedding_bag_cuda_float64 PASSED [ 11%] 2022-11-23T02:09:54.4643192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4644541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4645973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_gelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4647278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_group_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4648478Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hardswish_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4649717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4650925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_huber_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4652247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4653853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 11%] 2022-11-23T02:09:54.4655080Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_kl_div_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4656285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4657494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4658782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4660138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4661356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_linear_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4662568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4663883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_mse_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4665017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 12%] 2022-11-23T02:09:54.4666255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 12%] 2022-11-23T02:09:54.4667527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4668782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_circular_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4670032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4671273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_constant_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4672659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4674037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4675286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4676507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4677740Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4679090Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4680590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu6_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4681784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_relu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4682981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_rrelu_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4684207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 12%] 2022-11-23T02:09:54.4685522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4686904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4688139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4689373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4690562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4691903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_softsign_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4693334Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4694718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4695983Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_unfold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4697197Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4698397Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:09:54.4699638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_fro_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4700919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4702061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:09:54.4703205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:09:54.4704377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4705522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_outer_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4706771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_permute_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4709116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4710278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pinverse_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4711469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 13%] 2022-11-23T02:09:54.4712729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:09:54.4713961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:09:54.4714988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:09:54.4716031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 14%] 2022-11-23T02:09:54.4717123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_pow_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4718261Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_qr_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4719555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_quantile_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4720752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4721939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4723093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4724322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_ravel_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4725599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_renorm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4726791Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_repeat_interleave_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4728105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4729307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4730481Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4731644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4732790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rot90_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4733917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4735061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_round_decimals_0_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4736375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4737468Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsqrt_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4738582Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_rsub_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4739752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:09:54.4741075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4742343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_add_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4743569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 14%] 2022-11-23T02:09:54.4744698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4745863Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amax_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4747165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_amin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4748366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_mean_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4749531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_scatter_reduce_sum_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4750683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4751814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sgn_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4752971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4754132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sigmoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4755355Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4756564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4757693Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sin_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4758820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinc_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4759917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sinh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4761057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4762350Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4763487Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_slice_scatter_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4764661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4765861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4767069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:09:54.4768270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4769484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4770735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4772002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:09:54.4773540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:09:54.4774951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_erfcx_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4776201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:09:54.4777476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:09:54.4778779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:09:54.4780059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:09:54.4781263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_ndtri_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4782495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:09:54.4783814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:09:54.4785153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:09:54.4786485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 16%] 2022-11-23T02:09:54.4787753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:09:54.4789116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_special_xlog1py_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4790251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4791395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_list_args_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4792580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4793759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_split_with_sizes_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4794911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_square_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4796064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4797209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_squeeze_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4798467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_stack_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4799610Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4800735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4801872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 16%] 2022-11-23T02:09:54.4803020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4804140Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sub_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4805284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_sum_to_size_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4806422Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4807543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4808681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_svd_lowrank_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4809789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4810900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_t_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4812054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_along_dim_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4813216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4814346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_take_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4815620Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tan_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4816755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4817873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tanh_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4819013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tensordot_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4820120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tile_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4821263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trace_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4822427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4823604Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_transpose_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4824761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4826031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4827209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triangular_solve_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4828410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4829520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_tril_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 17%] 2022-11-23T02:09:54.4830730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_triu_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4832013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_trunc_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4833143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unbind_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4834283Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_copy_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4835443Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4836579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unfold_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4837765Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:09:54.4838968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_unsqueeze_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4840130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_var_mean_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4841278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vdot_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4842558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_as_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4843763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_view_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4844899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vsplit_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4846019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_vstack_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4847162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4848302Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_where_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4849413Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zero__cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 18%] 2022-11-23T02:09:54.4850571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:09:54.4851744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:09:54.4853684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_H_cuda_float64 PASSED [ 18%] 2022-11-23T02:09:54.4854626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_T_cuda_complex128 PASSED [ 18%] 2022-11-23T02:09:54.4855501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___getitem___cuda_complex128 PASSED [ 18%] 2022-11-23T02:09:54.4856389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___radd___cuda_complex128 PASSED [ 18%] 2022-11-23T02:09:54.4857244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_complex128 PASSED [ 18%] 2022-11-23T02:09:54.4858096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rdiv___cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4858949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmatmul___cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4859783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4860631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rmul___cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4861522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 19%] 2022-11-23T02:09:54.4862459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rpow___cuda_float64 SKIPPED (Skipped!) [ 19%] 2022-11-23T02:09:54.4863337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad___rsub___cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4864227Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad__softmax_backward_data_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4865107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_acosh_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4865928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4866770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_add_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4867672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4868523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addbmm_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4869385Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcdiv_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4870431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addcmul_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4871335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4872211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4873142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addmm_decomposed_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4874033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_addr_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4875052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_allclose_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 19%] 2022-11-23T02:09:54.4876036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amax_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4876872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_amin_cuda_float64 PASSED [ 19%] 2022-11-23T02:09:54.4877874Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_aminmax_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 19%] 2022-11-23T02:09:54.4878845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_angle_cuda_complex128 PASSED [ 19%] 2022-11-23T02:09:54.4879856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_arange_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4881118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argmin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4882293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argsort_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4883438Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4884599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_argwhere_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4885652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 20%] 2022-11-23T02:09:54.4886554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_asin_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4887371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan2_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4888223Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atan_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4889076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atanh_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4889956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_1d_cuda_complex128 PASSED [ 20%] 2022-11-23T02:09:54.4890858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_2d_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4891743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_atleast_3d_cuda_complex128 PASSED [ 20%] 2022-11-23T02:09:54.4892618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bernoulli_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4893453Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bfloat16_cuda_complex128 XFAIL [ 20%] 2022-11-23T02:09:54.4894300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_block_diag_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4895139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bmm_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4896005Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_broadcast_to_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4897019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_bucketize_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4898306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_byte_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 20%] 2022-11-23T02:09:54.4899319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cartesian_prod_cuda_complex128 PASSED [ 20%] 2022-11-23T02:09:54.4900175Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cdouble_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4901034Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ceil_cuda_float64 PASSED [ 20%] 2022-11-23T02:09:54.4901880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cfloat_cuda_complex128 XFAIL [ 20%] 2022-11-23T02:09:54.4902733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chalf_cuda_float64 XFAIL [ 21%] 2022-11-23T02:09:54.4903719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_char_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 21%] 2022-11-23T02:09:54.4904702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4905579Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4906437Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4907351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_inverse_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4908252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4909266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cholesky_solve_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4910166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_chunk_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4911035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clamp_min_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4911892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_clone_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4912732Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_complex_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4913617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_conj_physical_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4914533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_constant_pad_nd_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4915433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_copysign_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4916289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4917138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cos_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4917987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4918807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cosh_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4919660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cov_cuda_float64 XFAIL [ 21%] 2022-11-23T02:09:54.4920511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cross_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4921355Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummax_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4922194Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cummin_cuda_float64 PASSED [ 21%] 2022-11-23T02:09:54.4923046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_complex128 PASSED [ 21%] 2022-11-23T02:09:54.4923907Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumsum_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4924784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4925734Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_cumulative_trapezoid_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4926815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diag_embed_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4927768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagflat_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4928665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_copy_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4929547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4930417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diagonal_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4931246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4932217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_diff_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4933163Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_digamma_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4934110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dist_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4934960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4935807Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_double_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4936664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dsplit_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4937489Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_dstack_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4938477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_complex128 PASSED [ 22%] 2022-11-23T02:09:54.4939491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_einsum_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4940652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:09:54.4941785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_empty_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:09:54.4942923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:09:54.4944018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eq_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:09:54.4945115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_equal_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 22%] 2022-11-23T02:09:54.4946129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfc_cuda_float64 PASSED [ 22%] 2022-11-23T02:09:54.4947141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_erfinv_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4947986Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp2_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4948839Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_exp_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4949704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_as_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4950589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4951459Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expand_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4952375Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_expm1_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4953526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_eye_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 23%] 2022-11-23T02:09:54.4954529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4955565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fft2_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4956430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftn_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4957390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4958337Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_fftshift_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4959300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft2_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4960357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4961233Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfft_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4962107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4962978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_hfftn_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4963851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4964737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft2_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4965709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifft_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4966751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftn_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4967668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_complex128 PASSED [ 23%] 2022-11-23T02:09:54.4968695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ifftshift_cuda_float64 PASSED [ 23%] 2022-11-23T02:09:54.4969601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfft2_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4970457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_ihfftn_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4971322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft2_cuda_complex128 PASSED [ 24%] 2022-11-23T02:09:54.4972292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fft_irfft_cuda_complex128 PASSED [ 24%] 2022-11-23T02:09:54.4973325Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fill_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4974178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flatten_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4975026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_flipud_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4975876Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_complex128 XFAIL [ 24%] 2022-11-23T02:09:54.4976713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_cuda_float64 XFAIL [ 24%] 2022-11-23T02:09:54.4977550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_float_power_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4978514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4979696Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_floor_divide_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4980684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_fmax_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4981515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frac_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4982347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_frexp_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4983355Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_full_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4984323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_complex128 PASSED [ 24%] 2022-11-23T02:09:54.4985440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gather_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4986590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ge_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4987729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_geqrf_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4988739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gradient_cuda_complex128 PASSED [ 24%] 2022-11-23T02:09:54.4989633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_grid_sampler_2d_cuda_float64 PASSED [ 24%] 2022-11-23T02:09:54.4990648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_gt_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4991878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_heaviside_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 24%] 2022-11-23T02:09:54.4992491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_hypot_cuda_float64 PASSED [ 25%] 2022-11-23T02:09:54.4993349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igamma_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.4993990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_igammac_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.4994543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_imag_cuda_complex128 PASSED [ 25%] 2022-11-23T02:09:54.4995144Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_add_cuda_complex128 PASSED [ 25%] 2022-11-23T02:09:54.4995668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_copy_cuda_complex128 PASSED [ 25%] 2022-11-23T02:09:54.4996165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_fill_cuda_float64 PASSED [ 25%] 2022-11-23T02:09:54.4996659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_put_cuda_complex128 PASSED [ 25%] 2022-11-23T02:09:54.4997128Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_reduce_cuda_float64 PASSED [ 25%] 2022-11-23T02:09:54.4997618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_index_select_cuda_float64 PASSED [ 25%] 2022-11-23T02:09:54.4998108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_inner_cuda_complex128 PASSED [ 25%] 2022-11-23T02:09:54.4998831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.4999599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_int_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5000342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isclose_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5000993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isfinite_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5001630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isinf_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5002238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isnan_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5002875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isneginf_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5003508Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_isreal_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5004062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_istft_cuda_complex128 XFAIL [ 25%] 2022-11-23T02:09:54.5004763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5005619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5006425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5007209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 25%] 2022-11-23T02:09:54.5007893Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:09:54.5008568Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:09:54.5009149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kron_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5009642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_kthvalue_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5010131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ldexp_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5010685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_le_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:09:54.5011321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5011821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lerp_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5012415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_lgamma_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5012936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5013567Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cond_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5014168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cross_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5014668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5015165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5015710Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_det_singular_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5016222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eig_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5016746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigh_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5017255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5017760Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvals_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5018271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_eigvalsh_cuda_complex128 PASSED [ 26%] 2022-11-23T02:09:54.5018801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_householder_product_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5019477Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_inv_cuda_float64 PASSED [ 26%] 2022-11-23T02:09:54.5020171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:09:54.5020952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 26%] 2022-11-23T02:09:54.5021647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:09:54.5022180Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5022692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5023183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5023687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5024196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5024712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5025209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_lu_solve_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5025887Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_norm_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5026416Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5027240Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_power_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5028017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:09:54.5028726Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 27%] 2022-11-23T02:09:54.5029326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5029817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_multi_dot_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5030318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_norm_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5030817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5031317Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5031835Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5032507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5033010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_qr_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5033738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_slogdet_cuda_float64 PASSED [ 27%] 2022-11-23T02:09:54.5034256Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5034761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_complex128 PASSED [ 27%] 2022-11-23T02:09:54.5035264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_ex_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5035786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5036322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_solve_triangular_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5036832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5037299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svd_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5037910Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_svdvals_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5038425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorinv_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5039093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5039676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_tensorsolve_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5040429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vander_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5040958Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_vector_norm_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5041540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linspace_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:09:54.5042073Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log10_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5042560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_complex128 PASSED [ 28%] 2022-11-23T02:09:54.5043032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_log2_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5043517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp2_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5044007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logaddexp_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5044504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logcumsumexp_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5045089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logdet_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5045827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_not_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:09:54.5046497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:09:54.5047387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_or_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:09:54.5048026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logical_xor_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 28%] 2022-11-23T02:09:54.5048590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_logsumexp_cuda_float64 PASSED [ 28%] 2022-11-23T02:09:54.5049083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5049561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mT_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5050045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_amax_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5050603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 29%] 2022-11-23T02:09:54.5051167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_cumsum_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5051681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_logaddexp_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5052187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_mean_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5052848Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_median_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5053472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_norm_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5054094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_normalize_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5054571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_prod_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5055177Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_select_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5055675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_softmin_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5056171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_sum_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5056659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_masked_var_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5057145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_matmul_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5057637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_binary_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5058121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_no_dim_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5058639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_max_reduction_with_dim_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5059313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_maximum_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5059799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5060534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mean_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5061016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_median_cuda_float64 PASSED [ 29%] 2022-11-23T02:09:54.5061529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 29%] 2022-11-23T02:09:54.5062131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5062678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_no_dim_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5063202Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_min_reduction_with_dim_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5063699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mm_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5064168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mul_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5064633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mv_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5065135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5065636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5066316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nansum_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5067029Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5067817Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_copy_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5068378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_narrow_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5068880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_native_layer_norm_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5069454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ne_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5070093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5070729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5071386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5072134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5072926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_full_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5073696Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_new_ones_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 30%] 2022-11-23T02:09:54.5074445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5075000Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5075575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5076122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 30%] 2022-11-23T02:09:54.5076653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5077207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5077758Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_bilinear_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5078390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5078960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5079700Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv1d_cuda_complex128 PASSED [ 31%] 2022-11-23T02:09:54.5080380Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv2d_cuda_complex128 PASSED [ 31%] 2022-11-23T02:09:54.5081039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 31%] 2022-11-23T02:09:54.5081597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5082146Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5082708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5083273Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5083786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_ctc_loss_cuda_float64 XFAIL [ 31%] 2022-11-23T02:09:54.5084321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout2d_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5084858Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_dropout3d_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5085436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 31%] 2022-11-23T02:09:54.5086172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5086844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_glu_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5087512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5088033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_instance_norm_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5089371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_area_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5089934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5090495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5091057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 31%] 2022-11-23T02:09:54.5091631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5092185Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_complex128 PASSED [ 32%] 2022-11-23T02:09:54.5092897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_l1_loss_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5093559Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_layer_norm_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5094206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_leaky_relu_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5094735Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_linear_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5095276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_local_response_norm_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5095937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5096501Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool2d_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5097032Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_pool3d_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5097591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 32%] 2022-11-23T02:09:54.5098130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5098683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5099411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5100075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_mish_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5100745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5101314Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5101868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_nll_loss_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5102383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_constant_cuda_complex128 PASSED [ 32%] 2022-11-23T02:09:54.5102933Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pad_replicate_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5103488Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 32%] 2022-11-23T02:09:54.5104052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5104590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pdist_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5105121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 32%] 2022-11-23T02:09:54.5105912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu6_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5106441Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_relu_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5107189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5107733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5108293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5108851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5109399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_softsign_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5109941Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5110475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_tanhshrink_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5111003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5111572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5112369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5112979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5113782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_unfold_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5114335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5114894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5115500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T02:09:54.5116120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_nonzero_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 33%] 2022-11-23T02:09:54.5116733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5117228Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_fro_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5117721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_complex128 PASSED [ 33%] 2022-11-23T02:09:54.5118219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_norm_nuc_cuda_float64 PASSED [ 33%] 2022-11-23T02:09:54.5118746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-11-23T02:09:54.5119484Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 33%] 2022-11-23T02:09:54.5120370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ones_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5120925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ormqr_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5121421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5121903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_outer_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5122503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pca_lowrank_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5123006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5123498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_permute_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5123966Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5124464Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pinverse_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5124950Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polar_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5125611Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5126179Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:09:54.5126994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_positive_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5127493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_pow_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5127982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_put_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5128458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_qr_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5128938Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_quantile_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5129603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_complex128 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5130268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rand_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5130903Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5131549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randint_like_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5132391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_randn_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 34%] 2022-11-23T02:09:54.5133548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_ravel_cuda_float64 PASSED [ 34%] 2022-11-23T02:09:54.5134575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reciprocal_cuda_complex128 PASSED [ 34%] 2022-11-23T02:09:54.5135139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_renorm_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5135656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_repeat_interleave_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5136183Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_as_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5136687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_reshape_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5137255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize__cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:09:54.5137901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resize_as__cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:09:54.5138444Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_resolve_conj_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5138936Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rot90_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5139590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_round_decimals_0_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5140347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_rsub_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5141293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_add_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5141812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_amin_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5142330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_scatter_reduce_mean_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5142898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 35%] 2022-11-23T02:09:54.5143502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_segment_reduce_offsets_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5144052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_select_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5144529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sgn_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5145020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sigmoid_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5145506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sinh_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5146102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5146623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_slice_scatter_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5147254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5147998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_complex128 PASSED [ 35%] 2022-11-23T02:09:54.5148541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_softmax_with_dtype_cuda_float64 PASSED [ 35%] 2022-11-23T02:09:54.5149037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sort_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5149625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5150289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5150944Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5151572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5152248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5153104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T02:09:54.5153954Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T02:09:54.5154675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_erfcx_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5155289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5155885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i0e_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5156382Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_i1e_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5156886Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_log_ndtr_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5157574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5158257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5158937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5159759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5160475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtr_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5161120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_ndtri_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5161674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 36%] 2022-11-23T02:09:54.5162321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5163021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 36%] 2022-11-23T02:09:54.5163801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T02:09:54.5164551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 36%] 2022-11-23T02:09:54.5165269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 37%] 2022-11-23T02:09:54.5165883Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_xlog1py_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5166653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 37%] 2022-11-23T02:09:54.5167479Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5168019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5168533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_list_args_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5169039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_split_with_sizes_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5169507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sqrt_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5169994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5170480Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_square_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5170967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5171454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stack_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5171937Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5172393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5173006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5173613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_std_mean_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5174357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5174843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_stft_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5175320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5175802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5176272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_sum_to_size_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5176767Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_complex128 PASSED [ 37%] 2022-11-23T02:09:54.5177239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5177721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_svd_lowrank_cuda_float64 PASSED [ 37%] 2022-11-23T02:09:54.5178222Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_symeig_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5178707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_t_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5179204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_along_dim_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5179830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_take_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5180311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tan_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5181709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tanh_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5182284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5182792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensor_split_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5183293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tensordot_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5183787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5184236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_to_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5184713Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_trace_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5185187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_tril_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5185686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_true_divide_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5186329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unbind_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5186838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5187573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unflatten_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5188087Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5188590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_copy_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5189078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unfold_cuda_float64 PASSED [ 38%] 2022-11-23T02:09:54.5189662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:09:54.5190321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unique_cuda_float64 SKIPPED (Skipped! Dtype is not in supported backward dtypes!) [ 38%] 2022-11-23T02:09:54.5190884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_unsqueeze_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5191510Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_var_mean_cuda_complex128 PASSED [ 38%] 2022-11-23T02:09:54.5191976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5192457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vdot_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5193099Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_complex_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5193613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5194411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_as_real_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5194924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_copy_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5195408Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5195868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_view_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5196354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vsplit_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5196845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_vstack_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5197324Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_where_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5197798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_xlogy_cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5198277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_zero__cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5198832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_H_cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5199362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___getitem___cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5200014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5200629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___radd___cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5201251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5201754Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rdiv___cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5202260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmatmul___cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5202736Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmod___cuda_float64 PASSED [ 39%] 2022-11-23T02:09:54.5203238Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rmul___cuda_complex128 PASSED [ 39%] 2022-11-23T02:09:54.5203763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 39%] 2022-11-23T02:09:54.5204306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 39%] 2022-11-23T02:09:54.5204825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acos_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5205323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5205819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_acosh_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5206285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_add_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5206922Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addbmm_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5207599Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcdiv_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5208244Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5208859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addcmul_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5209383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5209924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addmm_decomposed_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5210409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5210906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_addr_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5211399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amax_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5211888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_amin_cuda_float64 PASSED [ 40%] 2022-11-23T02:09:54.5212460Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5213250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5213925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5214802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5215541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5216184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5216843Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:09:54.5217467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 40%] 2022-11-23T02:09:54.5218040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 40%] 2022-11-23T02:09:54.5218594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_as_strided_scatter_cuda_complex128 PASSED [ 40%] 2022-11-23T02:09:54.5219110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_asin_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5219606Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan2_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5220258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atan_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5220754Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atanh_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5221508Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5222030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_2d_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5222546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5223054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_atleast_3d_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5223569Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bernoulli_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5224051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bfloat16_cuda_float64 XFAIL [ 41%] 2022-11-23T02:09:54.5224558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_block_diag_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5225062Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_bmm_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5225687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_broadcast_tensors_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5226289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 41%] 2022-11-23T02:09:54.5227046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cartesian_prod_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5227784Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdist_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 41%] 2022-11-23T02:09:54.5228482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cdouble_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5228955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chalf_cuda_complex128 XFAIL [ 41%] 2022-11-23T02:09:54.5229465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5229976Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5230494Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5231017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cholesky_solve_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5231527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_complex128 PASSED [ 41%] 2022-11-23T02:09:54.5232023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_chunk_cuda_float64 PASSED [ 41%] 2022-11-23T02:09:54.5232580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_clone_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5233102Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_complex_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5233763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5234409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_conj_physical_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5235055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_contiguous_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5235571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_copysign_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5236078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5236558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_corrcoef_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5237064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5237550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cos_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5238132Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:09:54.5238711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_complex128 XFAIL [ 42%] 2022-11-23T02:09:54.5239198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cov_cuda_float64 XFAIL [ 42%] 2022-11-23T02:09:54.5239692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5240310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cross_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5240821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummax_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5241564Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cummin_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5241813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumprod_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5242153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_cumsum_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5242391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5242624Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5242872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diag_embed_cuda_float64 PASSED [ 42%] 2022-11-23T02:09:54.5243123Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagflat_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5243390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_copy_cuda_complex128 PASSED [ 42%] 2022-11-23T02:09:54.5243644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5243888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diagonal_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5244125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_diff_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5244369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dist_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5244630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_floor_rounding_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5244894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_no_rounding_mode_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5245156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_div_trunc_rounding_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5245440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dot_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5245706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5245943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_dsplit_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5246182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_einsum_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5246518Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:09:54.5246982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:09:54.5247236Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_erfc_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5247476Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp2_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5247712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_exp_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5248066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_expand_as_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5248497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:09:54.5248745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft2_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5248993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fft_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5249251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_fftshift_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5249499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_complex128 PASSED [ 43%] 2022-11-23T02:09:54.5249743Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft2_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5249984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_hfft_cuda_float64 PASSED [ 43%] 2022-11-23T02:09:54.5250225Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft2_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5250571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifft_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5250818Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5251067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftn_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5251322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ifftshift_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5251566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_ihfft_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5251799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5252048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fft_irfft2_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5252292Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5252530Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fill_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5252773Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5253011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flatten_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5253251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_flipud_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5253659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_float_power_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5254100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:09:54.5254353Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_fmod_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5254764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_frexp_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5255105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:09:54.5255560Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:09:54.5255824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gather_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5256147Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:09:54.5256403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_complex128 PASSED [ 44%] 2022-11-23T02:09:54.5256650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gradient_cuda_float64 PASSED [ 44%] 2022-11-23T02:09:54.5256997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_grid_sampler_2d_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 44%] 2022-11-23T02:09:54.5257320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5257561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_half_cuda_complex128 XFAIL [ 45%] 2022-11-23T02:09:54.5257879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5258134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_complex128 PASSED [ 45%] 2022-11-23T02:09:54.5258377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hsplit_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5258614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hstack_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5258948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_hypot_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5259153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_i0_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5259406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_add_cuda_complex128 PASSED [ 45%] 2022-11-23T02:09:54.5259659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_copy_cuda_complex128 PASSED [ 45%] 2022-11-23T02:09:54.5259906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_fill_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5260154Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_put_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5260407Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_index_select_cuda_float64 PASSED [ 45%] 2022-11-23T02:09:54.5260737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5261203Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5261529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5261965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5262503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5262845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5263173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5263517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5263879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5264216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5264550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:09:54.5264798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5265035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_kron_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5265282Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ldexp_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5265597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:09:54.5265853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5266106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cond_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5266367Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5266618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cross_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5266963Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5267210Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5267739Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped, see https://github.com//issues/84192) [ 46%] 2022-11-23T02:09:54.5268004Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eig_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5268239Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigh_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5268623Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5269003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_eigvalsh_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5269298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5269574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_householder_product_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5269828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5270079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5270341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_complex128 PASSED [ 46%] 2022-11-23T02:09:54.5270674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_inv_ex_cuda_float64 PASSED [ 46%] 2022-11-23T02:09:54.5271028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:09:54.5271377Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:09:54.5271715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:09:54.5272048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:09:54.5272318Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 47%] 2022-11-23T02:09:54.5272593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5272846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5273097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_cuda_float64 PASSED [ 47%] 2022-11-23T02:09:54.5273360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5273619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_cuda_float64 PASSED [ 47%] 2022-11-23T02:09:54.5273885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5274257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_factor_ex_cuda_float64 PASSED [ 47%] 2022-11-23T02:09:54.5274562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_lu_solve_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5274827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_norm_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5275094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_power_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5275796Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:09:54.5276156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:09:54.5276421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_multi_dot_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5276674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_cuda_float64 XFAIL [ 47%] 2022-11-23T02:09:54.5276927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 47%] 2022-11-23T02:09:54.5277182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5277434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_cuda_float64 PASSED [ 47%] 2022-11-23T02:09:54.5277706Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5278050Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 47%] 2022-11-23T02:09:54.5278304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_slogdet_cuda_float64 PASSED [ 47%] 2022-11-23T02:09:54.5278656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_solve_triangular_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5278928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_complex128 PASSED [ 47%] 2022-11-23T02:09:54.5279174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svd_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5279439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_complex128 PASSED [ 48%] 2022-11-23T02:09:54.5279691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_svdvals_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5279947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorinv_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5280207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_tensorsolve_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5280462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_complex128 PASSED [ 48%] 2022-11-23T02:09:54.5280716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vander_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5281121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vecdot_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5281386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_vector_norm_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5281722Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:09:54.5282083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_complex128 PASSED [ 48%] 2022-11-23T02:09:54.5282434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log10_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5282677Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log1p_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5282924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_complex128 PASSED [ 48%] 2022-11-23T02:09:54.5283158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log2_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5283383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5283747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_log_softmax_with_dtype_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5283992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp2_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5284241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logaddexp_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5284497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logcumsumexp_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5284745Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_complex128 PASSED [ 48%] 2022-11-23T02:09:54.5284988Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logdet_cuda_float64 PASSED [ 48%] 2022-11-23T02:09:54.5285322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:09:54.5285646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:09:54.5285974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5286294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5286628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5287035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5287379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5287785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5288110Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5288362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5288750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_lu_solve_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5289108Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mT_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5289362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_amax_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5289692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5290017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:09:54.5290276Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumprod_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5290535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_cumsum_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5290789Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5291040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_fill_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5291315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logaddexp_cuda_float64 SKIPPED (Skipped!) [ 49%] 2022-11-23T02:09:54.5291574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5291897Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_mean_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5292142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_norm_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5292402Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5292658Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_normalize_cuda_float64 PASSED [ 49%] 2022-11-23T02:09:54.5292913Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_prod_cuda_complex128 PASSED [ 49%] 2022-11-23T02:09:54.5293172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_scatter_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5293431Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_select_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5293684Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmax_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5293939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_softmin_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5294313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5294591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_sum_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5294842Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5295352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_masked_var_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5295636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matmul_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5296008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_matrix_exp_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5296278Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5296545Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_max_reduction_with_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5296783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mean_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5297023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_median_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5297272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_min_binary_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5297515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mm_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5297757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_movedim_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5297965Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mul_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5298299Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-11-23T02:09:54.5298532Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mv_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5298799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5299042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nan_to_num_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5299291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nanquantile_cuda_float64 PASSED [ 50%] 2022-11-23T02:09:54.5299540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_narrow_cuda_complex128 PASSED [ 50%] 2022-11-23T02:09:54.5299864Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5300927Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5301339Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_complex128 PASSED [ 51%] 2022-11-23T02:09:54.5301584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_neg_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5301912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5302446Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5302799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5303125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:09:54.5303426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5303711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5303993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5304374Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5304662Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5304932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5305195Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5305482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5305747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_bilinear_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5306026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5306289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_celu_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5306553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5306792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv2d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5307077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 51%] 2022-11-23T02:09:54.5307356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 51%] 2022-11-23T02:09:54.5307638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 51%] 2022-11-23T02:09:54.5308058Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5308359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5308630Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5309088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5309539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 52%] 2022-11-23T02:09:54.5309842Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5310130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5310389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_gelu_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5310652Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_glu_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5311013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_grid_sample_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:09:54.5311285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_group_norm_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5311550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardshrink_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5311900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hardsigmoid_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 52%] 2022-11-23T02:09:54.5312184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5312536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_area_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5312836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5313118Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5313403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5313687Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5313951Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_kl_div_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5314218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_complex128 PASSED [ 52%] 2022-11-23T02:09:54.5314637Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_l1_loss_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5314906Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5315166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_linear_cuda_float64 PASSED [ 52%] 2022-11-23T02:09:54.5315578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_local_response_norm_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5315956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_logsigmoid_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5316224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5316512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:09:54.5316792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5317078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:09:54.5317357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5317718Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_mse_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5318087Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 53%] 2022-11-23T02:09:54.5318381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5318660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5318934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_circular_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5319214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5319497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5319777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5320053Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5320331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5320670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5320945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_prelu_cuda_float64 XFAIL [ 53%] 2022-11-23T02:09:54.5321351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_relu6_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5321631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5321895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_cuda_float64 PASSED [ 53%] 2022-11-23T02:09:54.5322295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5322720Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 53%] 2022-11-23T02:09:54.5323037Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5323309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_unfold_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5323587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5323832Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5324043Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5324286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_inf_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5324534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5324780Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_norm_nuc_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5325063Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T02:09:54.5325361Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 54%] 2022-11-23T02:09:54.5325787Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:09:54.5326105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:09:54.5326430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 54%] 2022-11-23T02:09:54.5326674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5326917Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_outer_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5327168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pca_lowrank_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5327411Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_permute_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5327699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pinverse_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5328089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polar_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5328364Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5328649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 54%] 2022-11-23T02:09:54.5329092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5329467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_pow_cuda_float64 PASSED [ 54%] 2022-11-23T02:09:54.5329717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_prod_cuda_complex128 PASSED [ 54%] 2022-11-23T02:09:54.5329957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_put_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5330206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_quantile_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5330535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5330859Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5331193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5331526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5331849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5332070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_ravel_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5332313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5332549Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_real_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5332801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reciprocal_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5333055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_remainder_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5333319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_repeat_interleave_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5333562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_reshape_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5333984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5334312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 55%] 2022-11-23T02:09:54.5334695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5334957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_conj_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5335209Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_resolve_neg_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5335455Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_roll_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5335809Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_complex128 PASSED [ 55%] 2022-11-23T02:09:54.5336157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rot90_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5336391Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_cuda_float64 PASSED [ 55%] 2022-11-23T02:09:54.5336665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:09:54.5336945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 56%] 2022-11-23T02:09:54.5337187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5337506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsqrt_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5337764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5337998Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_rsub_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5338258Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5338493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_mean_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5338755Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_prod_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5339016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_scatter_reduce_sum_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5339357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5339715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_segment_reduce_lengths_cuda_float64 SKIPPED (Op claims it doesn't support gradgrad. This is not verified.) [ 56%] 2022-11-23T02:09:54.5339956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_select_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5340196Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sgn_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5340520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5340842Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5341091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5341475Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sigmoid_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5341838Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5342403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5342841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 56%] 2022-11-23T02:09:54.5343083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sin_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5343320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinc_cuda_float64 PASSED [ 56%] 2022-11-23T02:09:54.5343570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sinh_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5343813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_cuda_complex128 PASSED [ 56%] 2022-11-23T02:09:54.5344067Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_slice_scatter_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5344312Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5344576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_complex128 PASSED [ 57%] 2022-11-23T02:09:54.5344837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_softmax_with_dtype_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5345172Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:09:54.5346100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:09:54.5346526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:09:54.5346785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_entr_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5347035Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_erfcx_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5347284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_i0e_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5347507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_ndtr_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5348026Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:09:54.5348430Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:09:54.5348926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:09:54.5349420Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 57%] 2022-11-23T02:09:54.5349759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:09:54.5350008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_complex128 PASSED [ 57%] 2022-11-23T02:09:54.5350249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5350507Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_list_args_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5350770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_complex128 PASSED [ 57%] 2022-11-23T02:09:54.5351139Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_split_with_sizes_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5351373Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sqrt_cuda_complex128 PASSED [ 57%] 2022-11-23T02:09:54.5351617Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_complex128 PASSED [ 57%] 2022-11-23T02:09:54.5351854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_square_cuda_float64 PASSED [ 57%] 2022-11-23T02:09:54.5352092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_squeeze_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5352328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stack_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5352554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_std_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5352783Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_stft_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5353012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_sub_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5353246Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_svd_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5353474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_symeig_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5353709Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5353933Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_t_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5354267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_along_dim_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5354639Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5354891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_take_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5355126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tan_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5355363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tanh_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5355752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensor_split_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5356119Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_tensordot_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5356358Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5356696Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:09:54.5356943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_to_sparse_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5357189Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5357426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trace_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5357669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_transpose_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5357920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapezoid_cuda_complex128 PASSED [ 58%] 2022-11-23T02:09:54.5358156Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trapz_cuda_float64 PASSED [ 58%] 2022-11-23T02:09:54.5358400Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_triu_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5358653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_true_divide_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5358882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_trunc_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5359217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unbind_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5359473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_copy_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5359717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5359959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unfold_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5360287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:09:54.5360634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:09:54.5360956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:09:54.5361213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5361567Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_unsqueeze_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5361810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5362046Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_var_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5362405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5362836Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vdot_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5363116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_complex_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5363366Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5363609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5363860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_view_as_real_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5364104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5364343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vsplit_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5364577Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_vstack_cuda_float64 PASSED [ 59%] 2022-11-23T02:09:54.5364824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_complex128 PASSED [ 59%] 2022-11-23T02:09:54.5365066Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_where_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5365392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:09:54.5365711Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:09:54.5365995Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_T_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5366288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___getitem___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5366581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5366867Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___radd___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5367155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5367535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rmul___cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5367819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad___rsub___cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5368263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad__softmax_backward_data_cuda_float64 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5368511Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_abs_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5368730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_acos_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5369092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_add_cuda_complex128 PASSED [ 60%] 2022-11-23T02:09:54.5369458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcdiv_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5369702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addcmul_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5369942Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5370206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_complex128 PASSED [ 60%] 2022-11-23T02:09:54.5370468Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmm_decomposed_cuda_float64 PASSED [ 60%] 2022-11-23T02:09:54.5370715Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addmv_cuda_complex128 PASSED [ 60%] 2022-11-23T02:09:54.5371048Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_addr_cuda_complex128 PASSED [ 60%] 2022-11-23T02:09:54.5371389Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:09:54.5371717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:09:54.5372010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_angle_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 60%] 2022-11-23T02:09:54.5372328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5372651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5372970Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5373284Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5373609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5373930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5374213Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 61%] 2022-11-23T02:09:54.5374491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 61%] 2022-11-23T02:09:54.5374799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5375100Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_as_strided_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5375434Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan2_cuda_float64 PASSED [ 61%] 2022-11-23T02:09:54.5375681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_complex128 PASSED [ 61%] 2022-11-23T02:09:54.5375918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atan_cuda_float64 PASSED [ 61%] 2022-11-23T02:09:54.5376216Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5376504Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_atleast_2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5376761Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_baddbmm_cuda_complex128 PASSED [ 61%] 2022-11-23T02:09:54.5377027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bfloat16_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5377320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_block_diag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5377601Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_bmm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5377901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5378204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5378565Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_broadcast_to_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5378909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:09:54.5379206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cartesian_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 61%] 2022-11-23T02:09:54.5379570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 62%] 2022-11-23T02:09:54.5380020Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5380313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cdouble_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5380557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ceil_cuda_float64 PASSED [ 62%] 2022-11-23T02:09:54.5380959Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cfloat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5381289Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:09:54.5381738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:09:54.5382036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5382322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5382626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5382926Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_inverse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5383217Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cholesky_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5383597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_chunk_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5383846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clamp_min_cuda_float64 PASSED [ 62%] 2022-11-23T02:09:54.5384135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5384410Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_clone_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5384714Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5385003Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_column_stack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5385303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_combinations_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5385588Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_complex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5385890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5386182Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_constant_pad_nd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5386547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5386856Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_contiguous_cuda_float64 SKIPPED (Op has no inplace variant!) [ 62%] 2022-11-23T02:09:54.5387071Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cos_cuda_float64 PASSED [ 63%] 2022-11-23T02:09:54.5387356Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5387631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cov_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5387915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cummax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5388167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumprod_cuda_complex128 PASSED [ 63%] 2022-11-23T02:09:54.5388421Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_complex128 PASSED [ 63%] 2022-11-23T02:09:54.5388665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumsum_cuda_float64 PASSED [ 63%] 2022-11-23T02:09:54.5388975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_cumulative_trapezoid_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5389219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_deg2rad_cuda_float64 PASSED [ 63%] 2022-11-23T02:09:54.5389497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5389790Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diag_embed_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5390076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagflat_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5390369Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5390670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_diagonal_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5391009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_digamma_cuda_float64 PASSED [ 63%] 2022-11-23T02:09:54.5391290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dist_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5391556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_div_no_rounding_mode_cuda_float64 PASSED [ 63%] 2022-11-23T02:09:54.5391830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5392106Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5392390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_dstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5392663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_einsum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 63%] 2022-11-23T02:09:54.5392984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:09:54.5393298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:09:54.5393622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:09:54.5394007Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:09:54.5394336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:09:54.5394650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:09:54.5394982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:09:54.5395226Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_erfinv_cuda_float64 PASSED [ 64%] 2022-11-23T02:09:54.5395465Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp2_cuda_float64 PASSED [ 64%] 2022-11-23T02:09:54.5395686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_exp_cuda_complex128 PASSED [ 64%] 2022-11-23T02:09:54.5395984Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5396274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5396553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_expand_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5396871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:09:54.5397315Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5397603Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5398010Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5398404Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5398707Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5399094Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_fftshift_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5399384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ifftshift_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5399670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5399956Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_ihfft_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5400253Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfft_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5400546Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_irfftn_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5400825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fft_rfft2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 64%] 2022-11-23T02:09:54.5401069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_complex128 PASSED [ 64%] 2022-11-23T02:09:54.5401306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fill_cuda_float64 PASSED [ 65%] 2022-11-23T02:09:54.5401597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flatten_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5401948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_flip_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5402243Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fliplr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5402522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_float_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5402768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_floor_cuda_float64 PASSED [ 65%] 2022-11-23T02:09:54.5403047Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_fmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5403327Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_frexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5403642Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5403955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5404277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5404598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5404885Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_gradient_cuda_float64 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5405143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_half_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5405462Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5405771Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5406055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hstack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5406381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_hypot_cuda_float64 PASSED [ 65%] 2022-11-23T02:09:54.5406609Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_i0_cuda_float64 PASSED [ 65%] 2022-11-23T02:09:54.5406921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5407234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:09:54.5407512Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_imag_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:09:54.5407752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_add_cuda_float64 PASSED [ 65%] 2022-11-23T02:09:54.5408002Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_complex128 PASSED [ 65%] 2022-11-23T02:09:54.5408249Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_copy_cuda_float64 PASSED [ 66%] 2022-11-23T02:09:54.5408492Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_complex128 PASSED [ 66%] 2022-11-23T02:09:54.5408729Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_put_cuda_float64 PASSED [ 66%] 2022-11-23T02:09:54.5409013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_index_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5409360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5409669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_inner_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5409991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5410307Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5410622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5410932Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5411279Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5411632Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5411982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5412311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5412660Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5412989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:09:54.5413269Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kron_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5413543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_kthvalue_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5413868Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lerp_cuda_float64 PASSED [ 66%] 2022-11-23T02:09:54.5414103Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lgamma_cuda_float64 PASSED [ 66%] 2022-11-23T02:09:54.5414390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cond_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5414681Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5414949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cross_cuda_float64 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5415229Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 66%] 2022-11-23T02:09:54.5415515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_det_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5415801Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5416083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eig_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5416370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_eigh_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5416757Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_householder_product_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5417056Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_inv_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5417378Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:09:54.5417648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:09:54.5417908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 67%] 2022-11-23T02:09:54.5418215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5418520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5418804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5419078Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5419376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5419665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5419962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5420255Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5420627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5420972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_power_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5421433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:09:54.5421800Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:09:54.5422176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:09:54.5422500Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5422853Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 67%] 2022-11-23T02:09:54.5423201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5423503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5450309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5450741Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5451232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_hermitian_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5451626Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:09:54.5451994Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 68%] 2022-11-23T02:09:54.5452291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_qr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5452600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5452900Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5453215Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_solve_triangular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5453514Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5453810Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_svdvals_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5454116Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_tensorinv_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5454417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vander_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5454719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5455009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vecdot_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5455310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_vector_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5456427Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:09:54.5456756Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:09:54.5457006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log10_cuda_complex128 PASSED [ 68%] 2022-11-23T02:09:54.5457251Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log1p_cuda_float64 PASSED [ 68%] 2022-11-23T02:09:54.5457502Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_cuda_complex128 PASSED [ 68%] 2022-11-23T02:09:54.5457812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_log_softmax_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 68%] 2022-11-23T02:09:54.5458107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp2_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5458395Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logaddexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5458686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logcumsumexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5459012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5459429Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5459782Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5460107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5460415Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5460650Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logit_cuda_float64 PASSED [ 69%] 2022-11-23T02:09:54.5460973Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5461297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5461615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5461928Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5462235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5462515Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_lu_solve_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5462785Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mH_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5463059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mT_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5463344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5463712Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_amin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5464038Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5464362Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:09:54.5464651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumprod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5464948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_cumsum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5465241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_log_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 69%] 2022-11-23T02:09:54.5465536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_logaddexp_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5465819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_median_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5466098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5466370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5466686Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_scatter_cuda_float64 PASSED [ 70%] 2022-11-23T02:09:54.5466992Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5467280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_softmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5467573Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5467854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_std_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5468143Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_masked_sum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5468426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5468705Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_matmul_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5469016Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5469309Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_max_reduction_with_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5469572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_median_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5469873Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5470166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5470435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_binary_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5470716Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_min_reduction_no_dim_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5471061Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5471330Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_movedim_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5471644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:09:54.5471909Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mv_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:09:54.5472173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 70%] 2022-11-23T02:09:54.5472457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nanmedian_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5472737Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nansum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5473011Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_narrow_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5473311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_native_dropout_backward_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5473548Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_complex128 PASSED [ 71%] 2022-11-23T02:09:54.5473844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_neg_cuda_float64 PASSED [ 71%] 2022-11-23T02:09:54.5474187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:09:54.5474506Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:09:54.5474841Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:09:54.5475155Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:09:54.5475469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5475786Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5476091Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5476405Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5476673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 71%] 2022-11-23T02:09:54.5476972Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5477270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5477589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5477888Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_bilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5478286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5478613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5478915Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5479212Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5479505Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 71%] 2022-11-23T02:09:54.5479821Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5480130Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5480440Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5480747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5481079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout3d_cuda_float64 PASSED [ 72%] 2022-11-23T02:09:54.5481360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_dropout_cuda_float64 PASSED [ 72%] 2022-11-23T02:09:54.5481655Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 72%] 2022-11-23T02:09:54.5481974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5482274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5482581Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5482875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_gelu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5483166Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_glu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5483469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_group_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5483770Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5484039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 72%] 2022-11-23T02:09:54.5484349Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5484664Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5485201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5485531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5486107Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_kl_div_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5486533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5486830Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_l1_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5487134Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_linear_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5487436Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_logsigmoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 72%] 2022-11-23T02:09:54.5487752Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5488044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5488343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5488644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5489021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5489351Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5489653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5489911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_mish_cuda_float64 PASSED [ 73%] 2022-11-23T02:09:54.5490218Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5490534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5490834Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5491137Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_normalize_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5491448Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5491746Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_circular_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5492049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_constant_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5492357Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5492653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_reflect_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5492967Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5493365Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5493676Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5493975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5494286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5494593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5494884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_relu_cuda_float64 SKIPPED (Op has no inplace variant!) [ 73%] 2022-11-23T02:09:54.5495145Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_selu_cuda_float64 PASSED [ 74%] 2022-11-23T02:09:54.5495425Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5495719Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5496531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5496891Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softplus_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5497193Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_softshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5497497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5497762Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_threshold_cuda_float64 PASSED [ 74%] 2022-11-23T02:09:54.5498101Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5498399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nn_functional_unfold_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5498721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:09:54.5498999Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5499271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5499551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5499827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_fro_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5500105Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_inf_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5500388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5500663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_norm_nuc_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5501039Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T02:09:54.5501321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 74%] 2022-11-23T02:09:54.5501638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:09:54.5501923Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_ormqr_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5502200Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_permute_cuda_float64 SKIPPED (Op has no inplace variant!) [ 74%] 2022-11-23T02:09:54.5502463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 74%] 2022-11-23T02:09:54.5502744Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:09:54.5503018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 75%] 2022-11-23T02:09:54.5503259Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_pow_cuda_complex128 PASSED [ 75%] 2022-11-23T02:09:54.5503531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5503871Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_prod_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5504121Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_put_cuda_float64 PASSED [ 75%] 2022-11-23T02:09:54.5504390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_qr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5504673Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_quantile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5504989Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:09:54.5505294Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:09:54.5505615Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:09:54.5505940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:09:54.5506219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5506496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_real_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5506747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reciprocal_cuda_complex128 PASSED [ 75%] 2022-11-23T02:09:54.5506991Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_remainder_cuda_float64 PASSED [ 75%] 2022-11-23T02:09:54.5507270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5507572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_repeat_interleave_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5507860Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_as_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5508135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_reshape_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5508540Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:09:54.5508820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_resolve_neg_cuda_float64 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:09:54.5509055Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_cuda_float64 PASSED [ 75%] 2022-11-23T02:09:54.5509306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_0_cuda_float64 PASSED [ 75%] 2022-11-23T02:09:54.5509578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:09:54.5509851Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 76%] 2022-11-23T02:09:54.5510093Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_rsqrt_cuda_complex128 PASSED [ 76%] 2022-11-23T02:09:54.5510343Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_add_cuda_complex128 PASSED [ 76%] 2022-11-23T02:09:54.5510591Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_complex128 PASSED [ 76%] 2022-11-23T02:09:54.5510828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5511083Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_amax_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5511403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_mean_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5511672Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_prod_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5511929Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_scatter_reduce_sum_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5512262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:09:54.5512561Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_segment_reduce_lengths_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:09:54.5512845Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:09:54.5513126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:09:54.5513399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_select_scatter_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:09:54.5513632Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sgn_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5513952Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:09:54.5514199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sigmoid_cuda_complex128 PASSED [ 76%] 2022-11-23T02:09:54.5514543Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:09:54.5514878Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:09:54.5515113Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sin_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5515352Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_complex128 PASSED [ 76%] 2022-11-23T02:09:54.5515585Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sinh_cuda_float64 PASSED [ 76%] 2022-11-23T02:09:54.5515955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_cuda_float64 SKIPPED (Op has no inplace variant!) [ 76%] 2022-11-23T02:09:54.5516248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_softmax_with_dtype_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5516575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5516905Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5517265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:09:54.5517555Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_erfcx_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5517899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5518245Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5518525Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_i1_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5518947Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:09:54.5519304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5519646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5519930Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtr_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5520219Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_ndtri_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5520572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5520939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:09:54.5521304Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 77%] 2022-11-23T02:09:54.5521647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5521935Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_xlog1py_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5522257Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:09:54.5522541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5522813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_cuda_float64 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5523198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_list_args_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5523493Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_split_with_sizes_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 77%] 2022-11-23T02:09:54.5523733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sqrt_cuda_complex128 PASSED [ 77%] 2022-11-23T02:09:54.5523978Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_square_cuda_complex128 PASSED [ 78%] 2022-11-23T02:09:54.5524264Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5524537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_stack_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5524822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5525097Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_std_mean_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5525319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_complex128 PASSED [ 78%] 2022-11-23T02:09:54.5525550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sub_cuda_float64 PASSED [ 78%] 2022-11-23T02:09:54.5525826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5526165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5526473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5526753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_sum_to_size_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5527024Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5527295Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5527570Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_svd_lowrank_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5527893Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_symeig_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5528126Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_t_cuda_float64 PASSED [ 78%] 2022-11-23T02:09:54.5528414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_along_dim_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5528683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_take_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5528908Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tan_cuda_complex128 PASSED [ 78%] 2022-11-23T02:09:54.5529131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tanh_cuda_float64 PASSED [ 78%] 2022-11-23T02:09:54.5529409Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensor_split_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5529692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tensordot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5529960Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5530220Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tile_cuda_float64 SKIPPED (Op has no inplace variant!) [ 78%] 2022-11-23T02:09:54.5530575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5530890Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:09:54.5531160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_to_sparse_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5531432Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trace_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5531708Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5531979Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapezoid_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5532247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_trapz_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5532527Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_triangular_solve_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5532759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_tril_cuda_complex128 PASSED [ 79%] 2022-11-23T02:09:54.5533017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5533347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unbind_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5533646Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5533920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unflatten_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5534191Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5534457Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_unfold_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5534768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:09:54.5535076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:09:54.5535340Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5535612Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_var_mean_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5535882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vdot_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5536160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_as_complex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5536433Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_copy_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5536699Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_view_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5536964Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_vsplit_cuda_float64 SKIPPED (Op has no inplace variant!) [ 79%] 2022-11-23T02:09:54.5537188Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_xlogy_cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5537503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zero__cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5537812Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:09:54.5538124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_T_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5538451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___getitem___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5538768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___radd___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5539088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5539417Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5539733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5540044Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad___rmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5540445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5540777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5541096Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_acosh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5541328Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_add_cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5541571Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addbmm_cuda_complex128 PASSED [ 80%] 2022-11-23T02:09:54.5541813Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_complex128 PASSED [ 80%] 2022-11-23T02:09:54.5542049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcdiv_cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5542293Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addcmul_cuda_complex128 PASSED [ 80%] 2022-11-23T02:09:54.5542544Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmm_decomposed_cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5542777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_complex128 PASSED [ 80%] 2022-11-23T02:09:54.5543006Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_addmv_cuda_float64 PASSED [ 80%] 2022-11-23T02:09:54.5543320Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:09:54.5543636Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:09:54.5543950Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:09:54.5544263Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:09:54.5544587Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:09:54.5544985Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:09:54.5545321Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5545583Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asin_cuda_complex128 PASSED [ 81%] 2022-11-23T02:09:54.5545904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_asinh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5546141Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan2_cuda_float64 PASSED [ 81%] 2022-11-23T02:09:54.5546376Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atan_cuda_float64 PASSED [ 81%] 2022-11-23T02:09:54.5546691Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5547015Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5547254Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_baddbmm_cuda_float64 PASSED [ 81%] 2022-11-23T02:09:54.5547649Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5547993Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5548322Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5548634Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:09:54.5548940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:09:54.5549280Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5549616Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5549949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5550313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 81%] 2022-11-23T02:09:54.5550666Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 81%] 2022-11-23T02:09:54.5550987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5551311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5551627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cdouble_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:09:54.5552045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5552360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cfloat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5552677Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chalf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5552987Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:09:54.5553310Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5553627Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5553962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5554300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5554685Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_chunk_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5554945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_max_cuda_float64 PASSED [ 82%] 2022-11-23T02:09:54.5555186Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clamp_min_cuda_float64 PASSED [ 82%] 2022-11-23T02:09:54.5555520Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5555839Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_clone_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5556171Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5556499Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_column_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5556828Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_combinations_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5557151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5557474Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5557777Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5558027Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_conj_physical_cuda_float64 PASSED [ 82%] 2022-11-23T02:09:54.5558363Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5558692Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5559017Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_copysign_cuda_float64 PASSED [ 82%] 2022-11-23T02:09:54.5559341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:09:54.5559657Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5559892Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cos_cuda_complex128 PASSED [ 83%] 2022-11-23T02:09:54.5560135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_complex128 PASSED [ 83%] 2022-11-23T02:09:54.5560371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cosh_cuda_float64 PASSED [ 83%] 2022-11-23T02:09:54.5560698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:09:54.5561023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:09:54.5561342Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cov_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5561656Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5562036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5562370Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cummin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5562621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumsum_cuda_complex128 PASSED [ 83%] 2022-11-23T02:09:54.5562961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_cumulative_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5563290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5563613Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5563933Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diagonal_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5564252Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_diff_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5564566Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5564822Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_floor_rounding_cuda_float64 PASSED [ 83%] 2022-11-23T02:09:54.5565085Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 83%] 2022-11-23T02:09:54.5565346Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_no_rounding_mode_cuda_float64 PASSED [ 83%] 2022-11-23T02:09:54.5565598Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_div_trunc_rounding_cuda_float64 PASSED [ 83%] 2022-11-23T02:09:54.5565920Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_double_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5566331Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5566659Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:09:54.5566981Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_dstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5567303Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_einsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5567628Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:09:54.5567872Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erf_cuda_float64 PASSED [ 84%] 2022-11-23T02:09:54.5568115Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_erfinv_cuda_float64 PASSED [ 84%] 2022-11-23T02:09:54.5568355Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_complex128 PASSED [ 84%] 2022-11-23T02:09:54.5568590Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_exp_cuda_float64 PASSED [ 84%] 2022-11-23T02:09:54.5568899Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5569300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5569644Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_expand_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5569971Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:09:54.5570286Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:09:54.5570614Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5570939Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5571270Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5571600Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5571940Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5572272Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5572597Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5572918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5573250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5574167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5574492Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5574824Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:09:54.5575153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5575482Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5575815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5576149Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5576467Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flip_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5576880Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5577224Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fliplr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5577556Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5577875Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_flipud_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5578129Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_float_power_cuda_float64 PASSED [ 85%] 2022-11-23T02:09:54.5578454Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5578702Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_fmod_cuda_float64 PASSED [ 85%] 2022-11-23T02:09:54.5579025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_frexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5579341Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:09:54.5579665Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gather_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5579982Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:09:54.5580311Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gradient_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5580648Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_grid_sampler_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5580962Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:09:54.5581374Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_half_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5581688Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:09:54.5582069Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5582398Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_hstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:09:54.5582641Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_i0_cuda_float64 PASSED [ 85%] 2022-11-23T02:09:54.5582961Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5583290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_imag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5583541Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_add_cuda_complex128 PASSED [ 86%] 2022-11-23T02:09:54.5583797Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_index_copy_cuda_complex128 PASSED [ 86%] 2022-11-23T02:09:54.5584192Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5584537Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_inner_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5584849Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5585176Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5585491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5585815Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5586135Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5586458Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5587018Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5587387Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5587750Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5588248Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5588584Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5589173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5589497Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_kron_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5589825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5590154Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ldexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5590469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:09:54.5590721Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lerp_cuda_complex128 PASSED [ 86%] 2022-11-23T02:09:54.5591059Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:09:54.5591388Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5591723Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5592138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5592498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5592837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_eigvalsh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5593201Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5593554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5593898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:09:54.5594399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:09:54.5594759Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:09:54.5595033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 87%] 2022-11-23T02:09:54.5595675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5596014Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5596354Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5596792Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_factor_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5597131Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5597463Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5597802Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:09:54.5598157Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 87%] 2022-11-23T02:09:54.5598495Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5598827Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5599151Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5599547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:09:54.5599916Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 87%] 2022-11-23T02:09:54.5600247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5600580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5601045Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5601390Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5601733Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5602184Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5602647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5602990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_svdvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5603336Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_tensorsolve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5603680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vander_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5604013Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5604450Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5604794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5605138Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5605473Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:09:54.5605799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 88%] 2022-11-23T02:09:54.5606052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_complex128 PASSED [ 88%] 2022-11-23T02:09:54.5606298Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log10_cuda_float64 PASSED [ 88%] 2022-11-23T02:09:54.5606539Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log2_cuda_float64 PASSED [ 88%] 2022-11-23T02:09:54.5606775Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_cuda_float64 PASSED [ 88%] 2022-11-23T02:09:54.5607158Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5607531Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5608025Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_log_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5608371Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:09:54.5608825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5609300Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5609638Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5609974Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5610221Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logit_cuda_float64 PASSED [ 89%] 2022-11-23T02:09:54.5610551Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5610879Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5611205Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5611523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5611846Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5612266Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5612594Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5612918Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_lu_unpack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5613241Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mT_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5613574Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 89%] 2022-11-23T02:09:54.5613837Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_fill_cuda_complex128 PASSED [ 89%] 2022-11-23T02:09:54.5614174Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5614680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5615701Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5616232Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5616491Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_scatter_cuda_float64 PASSED [ 89%] 2022-11-23T02:09:54.5616840Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5617178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5617517Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:09:54.5617850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5618187Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5618519Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5618850Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5619194Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_max_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5619522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_maximum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5619844Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5620198Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5620661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5621019Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5621522Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5621861Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5622323Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_min_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5622794Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_movedim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5623049Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mul_cuda_complex128 PASSED [ 90%] 2022-11-23T02:09:54.5623379Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:09:54.5623730Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 90%] 2022-11-23T02:09:54.5624012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 90%] 2022-11-23T02:09:54.5624348Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nanquantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5624683Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:09:54.5625012Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:09:54.5625344Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5625675Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_narrow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5626021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_native_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:09:54.5626267Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_neg_cuda_float64 PASSED [ 91%] 2022-11-23T02:09:54.5626607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:09:54.5626924Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:09:54.5627250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:09:54.5627576Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:09:54.5628079Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:09:54.5628554Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5629071Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5629547Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5629898Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5630268Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5630534Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_celu_cuda_float64 PASSED [ 91%] 2022-11-23T02:09:54.5630882Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5631306Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5631682Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5632051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5632419Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5632779Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5633051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 91%] 2022-11-23T02:09:54.5633319Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_dropout_cuda_float64 PASSED [ 91%] 2022-11-23T02:09:54.5633669Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_embedding_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5633975Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 91%] 2022-11-23T02:09:54.5634287Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 91%] 2022-11-23T02:09:54.5634804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:09:54.5635160Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_gelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5635633Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_grid_sample_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5636247Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_group_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5636607Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5636957Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hardswish_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5637326Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5637674Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_huber_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5638040Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5638403Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5638768Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5639214Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5639578Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_kl_div_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5639925Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5640199Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 92%] 2022-11-23T02:09:54.5640550Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5640894Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5641393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5641753Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5642104Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5642678Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5643052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5643399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5643854Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5644206Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:09:54.5644472Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_mish_cuda_float64 PASSED [ 93%] 2022-11-23T02:09:54.5644820Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5645173Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5645523Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5645884Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_circular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5646235Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5646651Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_constant_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5647031Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5647386Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pad_replicate_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5647747Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5648265Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5648622Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5649089Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5649589Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5649955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5650313Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5650668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5651008Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_prelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5651445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu6_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5651788Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_relu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5652052Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_selu_cuda_float64 PASSED [ 93%] 2022-11-23T02:09:54.5652316Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_silu_cuda_float64 PASSED [ 93%] 2022-11-23T02:09:54.5652670Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5653028Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:09:54.5653392Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5653751Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5654168Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softplus_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5654536Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5655077Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5655445Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_tanhshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5655946Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5656435Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5656826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5657211Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5657557Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5657919Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5658253Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:09:54.5658575Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:09:54.5658997Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5659329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_fro_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5659653Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5659968Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5660291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:09:54.5660621Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5660949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ormqr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5661271Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_outer_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5661764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_permute_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5662178Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pinverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:09:54.5662661Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polar_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5663088Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 95%] 2022-11-23T02:09:54.5663381Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:09:54.5663668Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:09:54.5663955Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 95%] 2022-11-23T02:09:54.5664290Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5664619Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_positive_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5664949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5665335Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_pow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5665663Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5665911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_put_cuda_complex128 PASSED [ 95%] 2022-11-23T02:09:54.5666230Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5666558Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_quantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5666904Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rad2deg_cuda_float64 PASSED [ 95%] 2022-11-23T02:09:54.5667234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:09:54.5667562Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:09:54.5667889Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:09:54.5668359Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_ravel_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5668698Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5669023Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_real_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5669414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reciprocal_cuda_float64 PASSED [ 95%] 2022-11-23T02:09:54.5669804Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_complex128 PASSED [ 95%] 2022-11-23T02:09:54.5670057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_renorm_cuda_float64 PASSED [ 95%] 2022-11-23T02:09:54.5670470Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:09:54.5670814Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5671162Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_repeat_interleave_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5671496Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5671829Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_reshape_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5672165Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:09:54.5672503Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_resolve_neg_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5672831Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_roll_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5673152Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rot90_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5673426Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 96%] 2022-11-23T02:09:54.5673704Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 96%] 2022-11-23T02:09:54.5674030Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_rsub_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5674360Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:09:54.5674695Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_add_cuda_complex128 PASSED [ 96%] 2022-11-23T02:09:54.5675092Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_cuda_float64 PASSED [ 96%] 2022-11-23T02:09:54.5675368Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_amax_cuda_float64 PASSED [ 96%] 2022-11-23T02:09:54.5675631Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_mean_cuda_float64 PASSED [ 96%] 2022-11-23T02:09:54.5675901Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_scatter_reduce_prod_cuda_float64 PASSED [ 96%] 2022-11-23T02:09:54.5676486Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:09:54.5676826Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5677167Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_select_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:09:54.5677414Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sgn_cuda_complex128 PASSED [ 96%] 2022-11-23T02:09:54.5677738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:09:54.5678070Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sigmoid_cuda_complex128 PASSED [ 96%] 2022-11-23T02:09:54.5678439Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:09:54.5678680Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sinh_cuda_float64 PASSED [ 97%] 2022-11-23T02:09:54.5679009Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_slice_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5679347Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5679682Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5680042Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5680399Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5680763Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:09:54.5681098Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_entr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5681451Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5681949Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_i1e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5682297Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_log_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5682912Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5683383Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5683738Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5684075Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5684406Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_ndtri_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5684825Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5685181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5685553Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:09:54.5685990Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 97%] 2022-11-23T02:09:54.5686345Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_xlog1py_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5686736Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:09:54.5687076Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_split_list_args_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:09:54.5687329Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_square_cuda_complex128 PASSED [ 97%] 2022-11-23T02:09:54.5687580Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_squeeze_cuda_float64 PASSED [ 98%] 2022-11-23T02:09:54.5687911Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5688234Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5688717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5689051Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5689384Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5689945Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_std_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5690285Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_stft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5690625Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sub_cuda_float64 PASSED [ 98%] 2022-11-23T02:09:54.5690948Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5691274Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5691593Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5691934Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_symeig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5692262Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5692572Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_take_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5692819Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_complex128 PASSED [ 98%] 2022-11-23T02:09:54.5693054Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tan_cuda_float64 PASSED [ 98%] 2022-11-23T02:09:54.5693393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5693795Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensor_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5694142Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tensordot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5694469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tile_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5694798Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5695122Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_topk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:09:54.5695538Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_complex128 PASSED [ 98%] 2022-11-23T02:09:54.5695799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_transpose_cuda_float64 PASSED [ 99%] 2022-11-23T02:09:54.5696133Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5696764Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triangular_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5697021Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_tril_cuda_complex128 PASSED [ 99%] 2022-11-23T02:09:54.5697260Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_triu_cuda_float64 PASSED [ 99%] 2022-11-23T02:09:54.5697498Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_trunc_cuda_float64 PASSED [ 99%] 2022-11-23T02:09:54.5697833Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unbind_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5698169Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unflatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5699288Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5699618Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unfold_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5699943Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:09:54.5700204Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_unsqueeze_cuda_complex128 PASSED [ 99%] 2022-11-23T02:09:54.5700526Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5700866Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_var_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5701207Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_view_as_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5701533Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5701862Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5702442Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_vstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5702799Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5703277Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_where_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:09:54.5703647Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_xlogy_cuda_float64 PASSED [ 99%] 2022-11-23T02:09:54.5703902Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zero__cuda_complex128 PASSED [ 99%] 2022-11-23T02:09:54.5704291Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:09:54.5704629Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:09:54.5704958Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:09:54.5704976Z 2022-11-23T02:09:54.5705128Z ============================== warnings summary =============================== 2022-11-23T02:09:54.5705355Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:09:54.5705721Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:09:54.5705854Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:09:54.5705863Z 2022-11-23T02:09:54.5706081Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:09:54.5706456Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-e258e2fb45a15ae9.xml - 2022-11-23T02:09:54.5706648Z = 943 passed, 1441 skipped, 12 deselected, 16 xfailed, 1 warning in 913.79s (0:15:13) = 2022-11-23T02:09:54.5706879Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:09:54.5706973Z 2022-11-23T02:09:54.5707448Z ##[endgroup] 2022-11-23T02:09:54.5707771Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_4pjvoo2o) 2022-11-23T02:09:54.5707779Z 2022-11-23T02:09:55.1467576Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:09:55.146466] 2022-11-23T02:09:55.1470861Z Ignoring disabled issues: [] 2022-11-23T02:09:55.1471402Z Found test time stats from artifacts 2022-11-23T02:09:55.1471696Z Prioritized test from test file changes. 2022-11-23T02:09:55.1471986Z reordering tests for PR: 2022-11-23T02:09:55.1472235Z prioritized: [] 2022-11-23T02:09:55.1473787Z the rest: ['test_ops_gradients', 'test_ops_fwd_gradients', 'test_cpp_extensions_jit', 'test_sparse_csr', 'test_reductions', 'test_dispatch', 'distributions/test_distributions', 'test_prims', 'test_namedtuple_return_api', 'dynamo/test_aot_cudagraphs', 'dynamo/test_global', 'dynamo/test_modules', 'dynamo/test_python_autograd', 'dynamo/test_subgraphs', 'inductor/test_perf', 'lazy/test_extract_compiled_graph', 'test_pruning_op', 'test_jit_autocast', 'nn/test_convolution', 'test_mkldnn', 'test_masked', 'test_utils', 'profiler/test_profiler', 'nn/test_embedding', 'test_stateless', 'test_type_promotion', 'test_vmap', 'test_scatter_gather_ops', 'test_expanded_weights', 'test_fx_experimental', 'test_openmp', 'benchmark_utils/test_benchmark_utils', 'nn/test_packed_sequence', 'nn/test_lazy_modules', 'test_cuda_sanitizer'] 2022-11-23T02:09:55.1474965Z 2022-11-23T02:09:55.1475394Z 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:09:55.1476233Z 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-23T02:10:11.9763147Z 2022-11-23T02:10:11.9764065Z Expand the folded group to see the log file of test_ops_gradients 2022-11-23T02:10:11.9765611Z ##[group]PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_k1h7vn7g) 2022-11-23T02:10:11.9766840Z Test results will be stored in test-reports\python-pytest\test_ops_gradients\test_ops_gradients-8598d36a631b0ddd.xml 2022-11-23T02:10:11.9767734Z ============================= test session starts ============================= 2022-11-23T02:10:11.9768473Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:10:11.9769136Z cachedir: .pytest_cache 2022-11-23T02:10:11.9769858Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:10:11.9770822Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:10:11.9771783Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:10:11.9772661Z collecting ... collected 4835 items / 4815 deselected / 20 selected 2022-11-23T02:10:11.9778961Z Running 20 items in this shard: test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_float64, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 2022-11-23T02:10:11.9785072Z 2022-11-23T02:10:11.9785717Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 5%] 2022-11-23T02:10:11.9787181Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 10%] 2022-11-23T02:10:11.9788535Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Skipped! Operation does support gradgrad) [ 15%] 2022-11-23T02:10:11.9789895Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_fail_gradgrad_linalg_cholesky_ex_cuda_float64 SKIPPED (Skipped! Operation does support gradgrad) [ 20%] 2022-11-23T02:10:11.9791064Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_complex128 PASSED [ 25%] 2022-11-23T02:10:11.9792125Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_cuda_float64 PASSED [ 30%] 2022-11-23T02:10:11.9793120Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_complex128 PASSED [ 35%] 2022-11-23T02:10:11.9794095Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_grad_linalg_cholesky_ex_cuda_float64 PASSED [ 40%] 2022-11-23T02:10:11.9795057Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_complex128 PASSED [ 45%] 2022-11-23T02:10:11.9796053Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_cuda_float64 PASSED [ 50%] 2022-11-23T02:10:11.9797036Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_complex128 PASSED [ 55%] 2022-11-23T02:10:11.9798033Z test_ops_gradients.py::TestBwdGradientsCUDA::test_fn_gradgrad_linalg_cholesky_ex_cuda_float64 PASSED [ 60%] 2022-11-23T02:10:11.9799124Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 65%] 2022-11-23T02:10:11.9800250Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_cuda_float64 SKIPPED (Op has no inplace variant!) [ 70%] 2022-11-23T02:10:11.9800921Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Op has no inplace variant!) [ 75%] 2022-11-23T02:10:11.9801529Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_grad_linalg_cholesky_ex_cuda_float64 SKIPPED (Op has no inplace variant!) [ 80%] 2022-11-23T02:10:11.9802393Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:10:11.9803485Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:10:11.9804469Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:10:11.9805153Z test_ops_gradients.py::TestBwdGradientsCUDA::test_inplace_gradgrad_linalg_cholesky_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T02:10:11.9805515Z 2022-11-23T02:10:11.9805667Z ============================== warnings summary =============================== 2022-11-23T02:10:11.9806072Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:10:11.9806685Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:10:11.9807191Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:10:11.9807364Z 2022-11-23T02:10:11.9807599Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:10:11.9808209Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_gradients\test_ops_gradients-8598d36a631b0ddd.xml - 2022-11-23T02:10:11.9808758Z ========= 8 passed, 12 skipped, 4815 deselected, 1 warning in 10.10s ========== 2022-11-23T02:10:11.9809280Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:10:11.9809559Z 2022-11-23T02:10:11.9809880Z ##[endgroup] 2022-11-23T02:10:11.9810333Z FINISHED PRINTING LOG FILE of test_ops_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_gradients_k1h7vn7g) 2022-11-23T02:10:11.9810674Z 2022-11-23T02:10:11.9810830Z Running test_ops_fwd_gradients ... [2022-11-23 02:10:11.970159] 2022-11-23T02:10:16.3772077Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=0', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:16.376855] 2022-11-23T02:10:16.3773529Z Ignoring disabled issues: [] 2022-11-23T02:10:16.3967952Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '--shard-id=1', '--num-shards=2', '-k=not _linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:10:16.394493] 2022-11-23T02:10:16.3970008Z Ignoring disabled issues: [] 2022-11-23T02:21:13.9388691Z 2022-11-23T02:21:13.9389456Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:21:13.9390589Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_5jewu3h5) 2022-11-23T02:21:13.9443415Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-2f8d63880aa7001a.xml 2022-11-23T02:21:13.9443914Z ============================= test session starts ============================= 2022-11-23T02:21:13.9444337Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:21:13.9444700Z cachedir: .pytest_cache 2022-11-23T02:21:13.9445152Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:21:13.9445672Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:21:13.9446179Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:21:13.9446884Z collecting ... collected 2901 items / 4 deselected / 2897 selected 2022-11-23T02:21:13.9791237Z Running 1429 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad__softmax_backward_data_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_all_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_allclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_any_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_arange_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argwhere_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bernoulli_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bucketize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_byte_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ceil_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_char_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_char_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_count_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_count_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_deg2rad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_digamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_floor_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_trunc_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_equal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ge_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_geqrf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_geqrf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_grid_sampler_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_heaviside_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_imag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_reduce_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isfinite_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isnan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isreal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isreal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_unary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_le_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_and_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_not_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_or_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_or_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_xor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_long_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_maximum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nan_to_num_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmedian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ne_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_glu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_silu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softplus_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_threshold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_number_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polar_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_quantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_remainder_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scalar_tensor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_searchsorted_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_short_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_short_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_cosine_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_erfcx_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_log_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_topk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trunc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unique_consecutive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unique_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_xlogy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmod___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD__softmax_backward_data_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_all_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_all_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_allclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_aminmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_any_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bernoulli_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bool_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_byte_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ceil_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_max_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_min_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_count_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_count_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_deg2rad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_floor_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_trunc_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_equal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expm1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eye_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eye_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_floor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ge_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_geqrf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_geqrf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_heaviside_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_igamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_imag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_int_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isfinite_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isinf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isposinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isreal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isreal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_istft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_unary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_le_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logcumsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_and_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_not_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_xor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_long_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_long_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nan_to_num_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanquantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nansum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ne_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nextafter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_ctc_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_elu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_bag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_glu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_grid_sample_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_group_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardswish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_huber_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_area_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_kl_div_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_leaky_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_logsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mse_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu6_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_threshold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_number_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pca_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rand_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randint_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randint_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize_as__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_neg_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scalar_tensor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scalar_tensor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_searchsorted_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_cosine_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signbit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_erfcx_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_hermite_polynomial_he_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_legendre_polynomial_p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_xlog1py_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_zeta_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_uniform_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unique_consecutive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmod___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD__softmax_backward_data_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_arange_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ceil_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_max_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_min_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clone_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_column_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_column_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_combinations_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_count_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cov_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cummax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cummin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_floor_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_floor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_floor_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_frexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gather_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gather_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_geqrf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gradient_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_grid_sampler_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_imag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_reduce_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isneginf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_istft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_unary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_unary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kthvalue_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ldexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_multi_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svdvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svdvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vander_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log1p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_and_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_not_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_not_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_or_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_or_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_xor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_xor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_unpack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mH_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mT_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_movedim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_multinomial_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nansum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_dropout_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ne_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nextafter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_celu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardswish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardtanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_mish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_mse_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_normalize_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_selu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_silu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softplus_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softsign_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_fro_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_inf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ormqr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ormqr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_outer_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_permute_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pinverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rad2deg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rand_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_real_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize_as__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_neg_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scalar_tensor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scalar_tensor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_searchsorted_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_cosine_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_exponential_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_kaiser_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signbit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_airy_ai_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_j1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_y0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i0e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i1e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_log_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_xlog1py_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_zeta_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_with_sizes_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_with_sizes_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_to_size_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_to_size_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_along_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensor_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensor_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tile_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_sparse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapz_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triangular_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unbind_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unbind_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unflatten_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unique_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_where_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_like_cuda_float64 2022-11-23T02:21:14.0047909Z 2022-11-23T02:21:14.0048277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0048812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_complex128 PASSED [ 0%] 2022-11-23T02:21:14.0049345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_complex128 PASSED [ 0%] 2022-11-23T02:21:14.0049857Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_complex128 PASSED [ 0%] 2022-11-23T02:21:14.0050370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rdiv___cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0050880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0051389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0052097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_complex128 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:21:14.0052656Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_complex128 PASSED [ 0%] 2022-11-23T02:21:14.0053161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rsub___cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0053677Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad__softmax_backward_data_cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0054204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0054706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_complex128 PASSED [ 0%] 2022-11-23T02:21:14.0055212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_float64 PASSED [ 0%] 2022-11-23T02:21:14.0055863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_complex128 PASSED [ 1%] 2022-11-23T02:21:14.0057025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_complex128 PASSED [ 1%] 2022-11-23T02:21:14.0057974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0058488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_complex128 PASSED [ 1%] 2022-11-23T02:21:14.0058999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcmul_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0059503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_complex128 PASSED [ 1%] 2022-11-23T02:21:14.0060008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0060536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_complex128 PASSED [ 1%] 2022-11-23T02:21:14.0061103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0061603Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0062316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:21:14.0062956Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:21:14.0063525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amax_cuda_float64 PASSED [ 1%] 2022-11-23T02:21:14.0064111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:21:14.0064764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:21:14.0065404Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:21:14.0066065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 2%] 2022-11-23T02:21:14.0066720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_float64 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T02:21:14.0067281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_float64 PASSED [ 2%] 2022-11-23T02:21:14.0067785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_complex128 PASSED [ 2%] 2022-11-23T02:21:14.0068355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_float64 PASSED [ 2%] 2022-11-23T02:21:14.0068894Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_complex128 PASSED [ 2%] 2022-11-23T02:21:14.0069411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_complex128 PASSED [ 2%] 2022-11-23T02:21:14.0069927Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_3d_cuda_float64 PASSED [ 2%] 2022-11-23T02:21:14.0070438Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_complex128 PASSED [ 2%] 2022-11-23T02:21:14.0070941Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_baddbmm_cuda_float64 PASSED [ 2%] 2022-11-23T02:21:14.0071446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bernoulli_cuda_float64 PASSED [ 2%] 2022-11-23T02:21:14.0071934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_float64 XFAIL [ 2%] 2022-11-23T02:21:14.0072441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0072943Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_complex128 PASSED [ 3%] 2022-11-23T02:21:14.0073472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_complex128 PASSED [ 3%] 2022-11-23T02:21:14.0074011Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_tensors_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0074613Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:21:14.0075267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:21:14.0075856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0076353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdist_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0076853Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0077448Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ceil_cuda_float64 PASSED [ 3%] 2022-11-23T02:21:14.0077946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_complex128 XFAIL [ 3%] 2022-11-23T02:21:14.0078442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_float64 XFAIL [ 3%] 2022-11-23T02:21:14.0079023Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:21:14.0079677Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:21:14.0080253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_complex128 PASSED [ 3%] 2022-11-23T02:21:14.0080772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0081309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0081829Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0082332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chunk_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0082846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0083442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_complex_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0083960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0084456Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0084987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_physical_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0085521Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0086054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0086571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_contiguous_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0087083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_float64 PASSED [ 4%] 2022-11-23T02:21:14.0087588Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_complex128 PASSED [ 4%] 2022-11-23T02:21:14.0088081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cos_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0088566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_complex128 PASSED [ 5%] 2022-11-23T02:21:14.0089063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cosh_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0089653Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:21:14.0090328Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 5%] 2022-11-23T02:21:14.0090904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummin_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0091409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0091942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_complex128 PASSED [ 5%] 2022-11-23T02:21:14.0092592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumulative_trapezoid_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0093101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_deg2rad_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0093607Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_complex128 PASSED [ 5%] 2022-11-23T02:21:14.0094102Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0094610Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_complex128 PASSED [ 5%] 2022-11-23T02:21:14.0095124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagflat_cuda_float64 PASSED [ 5%] 2022-11-23T02:21:14.0095640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0096160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0096665Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_scatter_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0097183Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0097689Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_digamma_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0098257Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0098799Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_floor_rounding_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0099337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0099884Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_trunc_rounding_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0100381Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0100873Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dot_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0101376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0101879Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dstack_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0102401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_complex128 PASSED [ 6%] 2022-11-23T02:21:14.0102895Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_einsum_cuda_float64 PASSED [ 6%] 2022-11-23T02:21:14.0103480Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:21:14.0104130Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 7%] 2022-11-23T02:21:14.0104699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erf_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0105196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfinv_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0105699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp2_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0106199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_complex128 PASSED [ 7%] 2022-11-23T02:21:14.0106708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0107286Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0107787Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0108299Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_complex128 PASSED [ 7%] 2022-11-23T02:21:14.0108813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0109323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_complex128 PASSED [ 7%] 2022-11-23T02:21:14.0109831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft_cuda_float64 PASSED [ 7%] 2022-11-23T02:21:14.0110341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_complex128 PASSED [ 7%] 2022-11-23T02:21:14.0110833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft2_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0111347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_complex128 PASSED [ 8%] 2022-11-23T02:21:14.0111850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifft_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0112363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0113376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft2_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0114612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfft_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0115407Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0115900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_complex128 PASSED [ 8%] 2022-11-23T02:21:14.0116422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfftn_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0116925Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfftn_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0117425Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_complex128 PASSED [ 8%] 2022-11-23T02:21:14.0117929Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_complex128 PASSED [ 8%] 2022-11-23T02:21:14.0118441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flatten_cuda_float64 PASSED [ 8%] 2022-11-23T02:21:14.0118946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_complex128 PASSED [ 8%] 2022-11-23T02:21:14.0119461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_complex128 PASSED [ 9%] 2022-11-23T02:21:14.0119957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_complex128 PASSED [ 9%] 2022-11-23T02:21:14.0120460Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_complex128 XFAIL [ 9%] 2022-11-23T02:21:14.0120954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_cuda_float64 XFAIL [ 9%] 2022-11-23T02:21:14.0121461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_complex128 PASSED [ 9%] 2022-11-23T02:21:14.0121981Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_float_power_cuda_float64 PASSED [ 9%] 2022-11-23T02:21:14.0122488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_cuda_float64 PASSED [ 9%] 2022-11-23T02:21:14.0123082Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:21:14.0123750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmin_cuda_float64 PASSED [ 9%] 2022-11-23T02:21:14.0124242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmod_cuda_float64 PASSED [ 9%] 2022-11-23T02:21:14.0124734Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frac_cuda_float64 PASSED [ 9%] 2022-11-23T02:21:14.0125305Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:21:14.0125947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:21:14.0126592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:21:14.0127241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:21:14.0127820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_complex128 PASSED [ 10%] 2022-11-23T02:21:14.0128331Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gradient_cuda_float64 PASSED [ 10%] 2022-11-23T02:21:14.0128834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_grid_sampler_2d_cuda_float64 PASSED [ 10%] 2022-11-23T02:21:14.0129349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_complex128 XFAIL [ 10%] 2022-11-23T02:21:14.0130006Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:21:14.0130614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_complex128 PASSED [ 10%] 2022-11-23T02:21:14.0131116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_i0_cuda_float64 PASSED [ 10%] 2022-11-23T02:21:14.0131618Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_imag_cuda_complex128 PASSED [ 10%] 2022-11-23T02:21:14.0132130Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_complex128 PASSED [ 10%] 2022-11-23T02:21:14.0132628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_add_cuda_float64 PASSED [ 10%] 2022-11-23T02:21:14.0133145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_reduce_cuda_float64 PASSED [ 10%] 2022-11-23T02:21:14.0133666Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_complex128 PASSED [ 10%] 2022-11-23T02:21:14.0134262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:21:14.0134914Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:21:14.0135564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0136212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0136898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0137612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0138314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0139066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0139752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0140338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_complex128 PASSED [ 11%] 2022-11-23T02:21:14.0140843Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kron_cuda_float64 PASSED [ 11%] 2022-11-23T02:21:14.0141348Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_complex128 PASSED [ 11%] 2022-11-23T02:21:14.0141931Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:21:14.0142503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_complex128 PASSED [ 11%] 2022-11-23T02:21:14.0143012Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_float64 PASSED [ 11%] 2022-11-23T02:21:14.0143518Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_complex128 PASSED [ 11%] 2022-11-23T02:21:14.0144039Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cross_cuda_float64 PASSED [ 12%] 2022-11-23T02:21:14.0144629Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_complex128 PASSED [ 12%] 2022-11-23T02:21:14.0145263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_float64 SKIPPED (Skipped, see https://github.com//issues/84192) [ 12%] 2022-11-23T02:21:14.0145861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_float64 PASSED [ 12%] 2022-11-23T02:21:14.0146391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_complex128 PASSED [ 12%] 2022-11-23T02:21:14.0146934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_complex128 PASSED [ 12%] 2022-11-23T02:21:14.0147466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvalsh_cuda_float64 PASSED [ 12%] 2022-11-23T02:21:14.0147999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_float64 PASSED [ 12%] 2022-11-23T02:21:14.0148552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_complex128 PASSED [ 12%] 2022-11-23T02:21:14.0149160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:21:14.0149844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:21:14.0150458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 12%] 2022-11-23T02:21:14.0150993Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_float64 PASSED [ 12%] 2022-11-23T02:21:14.0151522Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_complex128 PASSED [ 12%] 2022-11-23T02:21:14.0152072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_complex128 PASSED [ 13%] 2022-11-23T02:21:14.0152597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0153850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:21:14.0154551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:21:14.0155166Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_complex128 PASSED [ 13%] 2022-11-23T02:21:14.0155713Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 13%] 2022-11-23T02:21:14.0156264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_complex128 PASSED [ 13%] 2022-11-23T02:21:14.0156783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0157332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_complex128 SKIPPED (Skipped!) [ 13%] 2022-11-23T02:21:14.0157886Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0158389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0158915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_complex128 PASSED [ 13%] 2022-11-23T02:21:14.0159445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_ex_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0160073Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_complex128 PASSED [ 13%] 2022-11-23T02:21:14.0160634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_float64 PASSED [ 13%] 2022-11-23T02:21:14.0161221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_complex128 PASSED [ 14%] 2022-11-23T02:21:14.0161767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorsolve_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0162281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_complex128 PASSED [ 14%] 2022-11-23T02:21:14.0162808Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vander_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0163337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0163945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:21:14.0164611Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:21:14.0165193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0165719Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_complex128 PASSED [ 14%] 2022-11-23T02:21:14.0166272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_with_dtype_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0166800Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp_cuda_float64 PASSED [ 14%] 2022-11-23T02:21:14.0167301Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_complex128 PASSED [ 14%] 2022-11-23T02:21:14.0167900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:21:14.0168572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 14%] 2022-11-23T02:21:14.0169342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:21:14.0170003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:21:14.0170674Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:21:14.0171256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logit_cuda_float64 PASSED [ 15%] 2022-11-23T02:21:14.0171843Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:21:14.0172502Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:21:14.0173055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_complex128 PASSED [ 15%] 2022-11-23T02:21:14.0173553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_cuda_float64 PASSED [ 15%] 2022-11-23T02:21:14.0174056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_complex128 PASSED [ 15%] 2022-11-23T02:21:14.0174636Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_solve_cuda_float64 PASSED [ 15%] 2022-11-23T02:21:14.0175162Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_complex128 PASSED [ 15%] 2022-11-23T02:21:14.0175677Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_complex128 PASSED [ 15%] 2022-11-23T02:21:14.0176176Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_float64 PASSED [ 15%] 2022-11-23T02:21:14.0176660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amin_cuda_float64 PASSED [ 15%] 2022-11-23T02:21:14.0177264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:21:14.0177859Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0178381Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0178905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0179439Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0179977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_normalize_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0180504Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0181004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmin_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0181521Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0182035Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0182549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_binary_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0183055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_maximum_cuda_float64 PASSED [ 16%] 2022-11-23T02:21:14.0183729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0184712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 16%] 2022-11-23T02:21:14.0185741Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_list_of_tensors_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0186810Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_with_dim_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0187891Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_complex128 PASSED [ 17%] 2022-11-23T02:21:14.0188852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mode_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0189830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_complex128 PASSED [ 17%] 2022-11-23T02:21:14.0190816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_complex128 PASSED [ 17%] 2022-11-23T02:21:14.0191772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_complex128 PASSED [ 17%] 2022-11-23T02:21:14.0192738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mv_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0193749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0201302Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nan_to_num_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0202537Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmean_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0203512Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanmedian_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0204598Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 17%] 2022-11-23T02:21:14.0205676Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_complex128 PASSED [ 17%] 2022-11-23T02:21:14.0206617Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_batch_norm_cuda_float64 PASSED [ 17%] 2022-11-23T02:21:14.0207562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_layer_norm_cuda_float64 PASSED [ 18%] 2022-11-23T02:21:14.0208665Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0209688Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_float64 PASSED [ 18%] 2022-11-23T02:21:14.0210762Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0211968Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0213156Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0214324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0215668Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0217002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0218406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0219568Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 18%] 2022-11-23T02:21:14.0220708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional__scaled_dot_product_attention_cuda_float64 PASSED [ 18%] 2022-11-23T02:21:14.0221764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 18%] 2022-11-23T02:21:14.0222791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 18%] 2022-11-23T02:21:14.0223820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0224837Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_alpha_dropout_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0225832Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0226869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0227877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_bilinear_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0229024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0230098Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_complex128 PASSED [ 19%] 2022-11-23T02:21:14.0231084Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv2d_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0232095Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 19%] 2022-11-23T02:21:14.0233135Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 19%] 2022-11-23T02:21:14.0234191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0235254Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cosine_similarity_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0236263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout3d_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0237250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_bag_cuda_float64 PASSED [ 19%] 2022-11-23T02:21:14.0238292Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0239288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_glu_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0240264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_grid_sample_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0241252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_group_norm_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0242251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardshrink_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0243259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardsigmoid_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0244255Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardswish_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0245379Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_huber_loss_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0246373Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_instance_norm_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0247384Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_area_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0248417Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0249457Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0250459Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_kl_div_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0251447Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_complex128 PASSED [ 20%] 2022-11-23T02:21:14.0252427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_layer_norm_cuda_float64 PASSED [ 20%] 2022-11-23T02:21:14.0253374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0254356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_logsigmoid_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0255460Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool1d_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0256453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool2d_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0257411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_pool3d_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0258407Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0259421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0260432Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0261455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mish_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0262487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0263528Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_complex128 PASSED [ 21%] 2022-11-23T02:21:14.0264532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_normalize_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0265532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_float64 PASSED [ 21%] 2022-11-23T02:21:14.0266550Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_complex128 PASSED [ 21%] 2022-11-23T02:21:14.0267588Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0268626Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0269640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_replicate_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0270658Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0271834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0272814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0273766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_silu_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0274740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0275767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0276806Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0277793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softplus_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0278783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0279775Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_complex128 PASSED [ 22%] 2022-11-23T02:21:14.0280766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_threshold_cuda_float64 PASSED [ 22%] 2022-11-23T02:21:14.0282879Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0284078Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0285147Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 23%] 2022-11-23T02:21:14.0286274Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T02:21:14.0287434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T02:21:14.0288433Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0289341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_float64 PASSED [ 23%] 2022-11-23T02:21:14.0290246Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0291169Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0292207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 23%] 2022-11-23T02:21:14.0293323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 23%] 2022-11-23T02:21:14.0294329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_float64 PASSED [ 23%] 2022-11-23T02:21:14.0295237Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_float64 PASSED [ 23%] 2022-11-23T02:21:14.0296141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_complex128 PASSED [ 23%] 2022-11-23T02:21:14.0297075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pinverse_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0297976Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polar_cuda_float64 XFAIL [ 24%] 2022-11-23T02:21:14.0299101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_0_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0300148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:21:14.0301210Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:21:14.0302244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:21:14.0303292Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 24%] 2022-11-23T02:21:14.0304236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0305149Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_complex128 PASSED [ 24%] 2022-11-23T02:21:14.0306057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pow_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0306942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0307850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0308760Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_complex128 PASSED [ 24%] 2022-11-23T02:21:14.0309790Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_quantile_cuda_float64 PASSED [ 24%] 2022-11-23T02:21:14.0310857Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:21:14.0312028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:21:14.0313061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_complex128 PASSED [ 25%] 2022-11-23T02:21:14.0313954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_float64 PASSED [ 25%] 2022-11-23T02:21:14.0314861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_float64 PASSED [ 25%] 2022-11-23T02:21:14.0315791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_remainder_cuda_float64 PASSED [ 25%] 2022-11-23T02:21:14.0316736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_complex128 PASSED [ 25%] 2022-11-23T02:21:14.0317828Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_complex128 PASSED [ 25%] 2022-11-23T02:21:14.0319046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:21:14.0320246Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:21:14.0321418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:21:14.0322447Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_complex128 PASSED [ 25%] 2022-11-23T02:21:14.0323377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_conj_cuda_float64 PASSED [ 25%] 2022-11-23T02:21:14.0324275Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_float64 PASSED [ 25%] 2022-11-23T02:21:14.0325192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_complex128 PASSED [ 25%] 2022-11-23T02:21:14.0326288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_0_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0327254Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 26%] 2022-11-23T02:21:14.0328221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_complex128 PASSED [ 26%] 2022-11-23T02:21:14.0329118Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsqrt_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0330017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0331070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:21:14.0332136Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_complex128 PASSED [ 26%] 2022-11-23T02:21:14.0333101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_complex128 PASSED [ 26%] 2022-11-23T02:21:14.0334045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0334966Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amax_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0335939Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_prod_cuda_float64 XFAIL [ 26%] 2022-11-23T02:21:14.0337193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:21:14.0338304Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_lengths_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0339289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_segment_reduce_offsets_cuda_float64 PASSED [ 26%] 2022-11-23T02:21:14.0340237Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0341168Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_complex128 PASSED [ 27%] 2022-11-23T02:21:14.0342231Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:21:14.0343400Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:21:14.0344466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_complex128 PASSED [ 27%] 2022-11-23T02:21:14.0345363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sign_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0346431Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:21:14.0347655Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:21:14.0348900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:21:14.0349980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_complex128 PASSED [ 27%] 2022-11-23T02:21:14.0350931Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sin_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0351789Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0352825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_complex128 PASSED [ 27%] 2022-11-23T02:21:14.0353740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_scatter_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0354657Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_cuda_float64 PASSED [ 27%] 2022-11-23T02:21:14.0355642Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 28%] 2022-11-23T02:21:14.0356791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0358043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0359342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:21:14.0360467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_erfcx_cuda_float64 PASSED [ 28%] 2022-11-23T02:21:14.0361624Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0363126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0364249Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1_cuda_float64 PASSED [ 28%] 2022-11-23T02:21:14.0365387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0366508Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_log_ndtr_cuda_float64 PASSED [ 28%] 2022-11-23T02:21:14.0367620Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0368870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:21:14.0370058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 28%] 2022-11-23T02:21:14.0371280Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 28%] 2022-11-23T02:21:14.0372613Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:21:14.0373706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0374627Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0375569Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_list_args_cuda_float64 PASSED [ 29%] 2022-11-23T02:21:14.0376515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0377503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0378410Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_float64 PASSED [ 29%] 2022-11-23T02:21:14.0379461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0380361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_float64 PASSED [ 29%] 2022-11-23T02:21:14.0381250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0382139Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_float64 PASSED [ 29%] 2022-11-23T02:21:14.0383023Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0383895Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_cuda_float64 PASSED [ 29%] 2022-11-23T02:21:14.0384801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_complex128 PASSED [ 29%] 2022-11-23T02:21:14.0385726Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sum_to_size_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0386617Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0387489Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_lowrank_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0388413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_complex128 PASSED [ 30%] 2022-11-23T02:21:14.0389375Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_symeig_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0390403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0391345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0392251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_complex128 PASSED [ 30%] 2022-11-23T02:21:14.0393208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_complex128 PASSED [ 30%] 2022-11-23T02:21:14.0394121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensor_split_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0395061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_complex128 PASSED [ 30%] 2022-11-23T02:21:14.0395992Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tensordot_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0396897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_float64 PASSED [ 30%] 2022-11-23T02:21:14.0397999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 30%] 2022-11-23T02:21:14.0399026Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_topk_cuda_float64 PASSED [ 31%] 2022-11-23T02:21:14.0399927Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_float64 PASSED [ 31%] 2022-11-23T02:21:14.0400842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0401755Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_transpose_cuda_float64 PASSED [ 31%] 2022-11-23T02:21:14.0402680Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0403638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_complex128 XFAIL [ 31%] 2022-11-23T02:21:14.0404587Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triangular_solve_cuda_float64 XFAIL [ 31%] 2022-11-23T02:21:14.0405505Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0406552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trunc_cuda_float64 PASSED [ 31%] 2022-11-23T02:21:14.0407459Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0408370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0409342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_complex128 PASSED [ 31%] 2022-11-23T02:21:14.0410344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_float64 PASSED [ 31%] 2022-11-23T02:21:14.0411406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T02:21:14.0412595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 31%] 2022-11-23T02:21:14.0413788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:21:14.0414977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:21:14.0416021Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0417069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_complex128 PASSED [ 32%] 2022-11-23T02:21:14.0417997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0418908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_complex128 PASSED [ 32%] 2022-11-23T02:21:14.0419960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_complex_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0421049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_copy_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0421951Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0422845Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0423755Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_complex128 PASSED [ 32%] 2022-11-23T02:21:14.0424651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_xlogy_cuda_float64 PASSED [ 32%] 2022-11-23T02:21:14.0425730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 32%] 2022-11-23T02:21:14.0426785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_complex128 PASSED [ 32%] 2022-11-23T02:21:14.0427676Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0428594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0429513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___getitem___cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0430424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0431322Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rdiv___cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0432201Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmod___cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0433097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0434161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0435113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD__softmax_backward_data_cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0436060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0436934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0437819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_complex128 PASSED [ 33%] 2022-11-23T02:21:14.0438685Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acosh_cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0439577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_float64 PASSED [ 33%] 2022-11-23T02:21:14.0440483Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0441403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_complex128 PASSED [ 34%] 2022-11-23T02:21:14.0442304Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_complex128 PASSED [ 34%] 2022-11-23T02:21:14.0443208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmv_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0444092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0445201Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:21:14.0446380Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:21:14.0447562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:21:14.0448608Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amin_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0449634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:21:14.0450771Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 34%] 2022-11-23T02:21:14.0451817Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0452745Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0453633Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0454516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan2_cuda_float64 PASSED [ 34%] 2022-11-23T02:21:14.0455433Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_complex128 PASSED [ 35%] 2022-11-23T02:21:14.0456332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atan_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0457239Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_complex128 PASSED [ 35%] 2022-11-23T02:21:14.0458160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atanh_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0459079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_complex128 PASSED [ 35%] 2022-11-23T02:21:14.0460005Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_1d_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0461067Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_complex128 PASSED [ 35%] 2022-11-23T02:21:14.0462055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_3d_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0462964Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0463876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bernoulli_cuda_float64 XFAIL [ 35%] 2022-11-23T02:21:14.0464797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_complex128 XFAIL [ 35%] 2022-11-23T02:21:14.0465701Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_float64 PASSED [ 35%] 2022-11-23T02:21:14.0466584Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_complex128 PASSED [ 35%] 2022-11-23T02:21:14.0467602Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:21:14.0468682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_complex128 PASSED [ 36%] 2022-11-23T02:21:14.0469649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_tensors_cuda_float64 PASSED [ 36%] 2022-11-23T02:21:14.0470604Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_complex128 PASSED [ 36%] 2022-11-23T02:21:14.0471538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_broadcast_to_cuda_float64 PASSED [ 36%] 2022-11-23T02:21:14.0472697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:21:14.0473770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_complex128 PASSED [ 36%] 2022-11-23T02:21:14.0474730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cartesian_prod_cuda_float64 PASSED [ 36%] 2022-11-23T02:21:14.0475854Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 36%] 2022-11-23T02:21:14.0476943Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ceil_cuda_float64 PASSED [ 36%] 2022-11-23T02:21:14.0477833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_float64 XFAIL [ 36%] 2022-11-23T02:21:14.0478864Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:21:14.0480040Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:21:14.0481102Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_complex128 PASSED [ 36%] 2022-11-23T02:21:14.0482029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_cuda_float64 PASSED [ 36%] 2022-11-23T02:21:14.0482963Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0483907Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0484791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_max_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0485704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_min_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0486610Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0487543Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0488640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0489581Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0490516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0491436Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_constant_pad_nd_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0492375Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0493311Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_contiguous_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0494272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_complex128 PASSED [ 37%] 2022-11-23T02:21:14.0495167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0496050Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_float64 PASSED [ 37%] 2022-11-23T02:21:14.0497105Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T02:21:14.0498291Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 38%] 2022-11-23T02:21:14.0499426Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0500371Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_complex128 PASSED [ 38%] 2022-11-23T02:21:14.0501277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumprod_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0502184Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_complex128 PASSED [ 38%] 2022-11-23T02:21:14.0503089Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumsum_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0503982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_deg2rad_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0504876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0505777Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0506713Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0507650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_scatter_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0508589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_float64 PASSED [ 38%] 2022-11-23T02:21:14.0509477Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_complex128 PASSED [ 38%] 2022-11-23T02:21:14.0510394Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_floor_rounding_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0511356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_complex128 PASSED [ 39%] 2022-11-23T02:21:14.0512309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_no_rounding_mode_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0513260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_div_trunc_rounding_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0514182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_complex128 PASSED [ 39%] 2022-11-23T02:21:14.0515235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0516117Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0517031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_complex128 PASSED [ 39%] 2022-11-23T02:21:14.0517946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_einsum_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0518975Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:21:14.0520142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:21:14.0521435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:21:14.0522746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 39%] 2022-11-23T02:21:14.0523768Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erf_cuda_float64 PASSED [ 39%] 2022-11-23T02:21:14.0524683Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfinv_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0525563Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp2_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0526597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0527541Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0528504Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expm1_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0529720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:21:14.0530894Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:21:14.0531944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_complex128 PASSED [ 40%] 2022-11-23T02:21:14.0532879Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_complex128 PASSED [ 40%] 2022-11-23T02:21:14.0533829Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_complex128 PASSED [ 40%] 2022-11-23T02:21:14.0534762Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft2_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0535769Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_complex128 PASSED [ 40%] 2022-11-23T02:21:14.0536856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_float64 PASSED [ 40%] 2022-11-23T02:21:14.0537785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_complex128 PASSED [ 40%] 2022-11-23T02:21:14.0538717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0539646Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_complex128 PASSED [ 41%] 2022-11-23T02:21:14.0540592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft2_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0541508Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfft_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0542510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_complex128 PASSED [ 41%] 2022-11-23T02:21:14.0543747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0544678Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0545585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft2_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0546472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0547389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_complex128 PASSED [ 41%] 2022-11-23T02:21:14.0548303Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_complex128 PASSED [ 41%] 2022-11-23T02:21:14.0549309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flatten_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0550356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_complex128 PASSED [ 41%] 2022-11-23T02:21:14.0551257Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flip_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0552140Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_float64 PASSED [ 41%] 2022-11-23T02:21:14.0553059Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_complex128 PASSED [ 42%] 2022-11-23T02:21:14.0553959Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_complex128 XFAIL [ 42%] 2022-11-23T02:21:14.0554995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0556031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_floor_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0557002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmax_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0557953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmod_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0558866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frexp_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0559901Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:21:14.0561085Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:21:14.0562204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_complex128 PASSED [ 42%] 2022-11-23T02:21:14.0563235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gather_cuda_float64 PASSED [ 42%] 2022-11-23T02:21:14.0564469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:21:14.0565640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:21:14.0566787Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:21:14.0567830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_float64 PASSED [ 43%] 2022-11-23T02:21:14.0568933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:21:14.0570095Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_complex128 XFAIL [ 43%] 2022-11-23T02:21:14.0570984Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_half_cuda_float64 XFAIL [ 43%] 2022-11-23T02:21:14.0573058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:21:14.0574091Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_float64 PASSED [ 43%] 2022-11-23T02:21:14.0575106Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_i0_cuda_float64 PASSED [ 43%] 2022-11-23T02:21:14.0576346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:21:14.0577401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_imag_cuda_complex128 PASSED [ 43%] 2022-11-23T02:21:14.0578353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_complex128 PASSED [ 43%] 2022-11-23T02:21:14.0579299Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_complex128 PASSED [ 43%] 2022-11-23T02:21:14.0580243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_fill_cuda_float64 PASSED [ 43%] 2022-11-23T02:21:14.0581284Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_complex128 PASSED [ 43%] 2022-11-23T02:21:14.0582420Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_put_cuda_float64 PASSED [ 43%] 2022-11-23T02:21:14.0583368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_float64 PASSED [ 44%] 2022-11-23T02:21:14.0584434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_complex128 PASSED [ 44%] 2022-11-23T02:21:14.0585513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0586709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0588146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0589336Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0590498Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0591675Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0592856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0593994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_istft_cuda_complex128 PASSED [ 44%] 2022-11-23T02:21:14.0595245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0596514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0597797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0599062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0600783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:21:14.0601834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0602750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_complex128 PASSED [ 45%] 2022-11-23T02:21:14.0603806Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:21:14.0604818Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0605821Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_complex128 PASSED [ 45%] 2022-11-23T02:21:14.0606961Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cond_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0607915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0608869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_complex128 PASSED [ 45%] 2022-11-23T02:21:14.0609814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0610765Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_complex128 PASSED [ 45%] 2022-11-23T02:21:14.0612004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0613323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:21:14.0614573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:21:14.0615693Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 45%] 2022-11-23T02:21:14.0642748Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0643980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_cuda_float64 PASSED [ 46%] 2022-11-23T02:21:14.0645068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0646044Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0647163Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:21:14.0648267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0649229Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0650305Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0651351Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0652317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0653280Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0654244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_ex_cuda_float64 PASSED [ 46%] 2022-11-23T02:21:14.0655474Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_complex128 PASSED [ 46%] 2022-11-23T02:21:14.0656757Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_triangular_cuda_float64 PASSED [ 46%] 2022-11-23T02:21:14.0657758Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_complex128 PASSED [ 47%] 2022-11-23T02:21:14.0658688Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svdvals_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0659666Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_complex128 PASSED [ 47%] 2022-11-23T02:21:14.0660650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0661651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0662807Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0663726Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_complex128 PASSED [ 47%] 2022-11-23T02:21:14.0664644Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0665593Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_complex128 PASSED [ 47%] 2022-11-23T02:21:14.0666710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_softmax_with_dtype_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0667693Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp2_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0668819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logaddexp_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0669886Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logcumsumexp_cuda_float64 PASSED [ 47%] 2022-11-23T02:21:14.0670825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_complex128 PASSED [ 47%] 2022-11-23T02:21:14.0671749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logdet_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0672829Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0674003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0675524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0676569Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logit_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0677469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logsumexp_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0678540Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0679700Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0680935Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0682141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_complex128 PASSED [ 48%] 2022-11-23T02:21:14.0683059Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_complex128 PASSED [ 48%] 2022-11-23T02:21:14.0684113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0685013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0686063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:21:14.0687230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_float64 PASSED [ 48%] 2022-11-23T02:21:14.0688387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0689357Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0690312Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_log_softmax_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0691245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logaddexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0692210Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_logsumexp_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0693258Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0694415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_norm_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0695489Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0696485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_normalize_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0697420Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0698364Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_prod_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0699362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0700535Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_complex128 PASSED [ 49%] 2022-11-23T02:21:14.0701461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_std_cuda_float64 PASSED [ 49%] 2022-11-23T02:21:14.0702392Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0703303Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0704225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_complex128 PASSED [ 50%] 2022-11-23T02:21:14.0705146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matmul_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0706373Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0707387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0708326Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_complex128 PASSED [ 50%] 2022-11-23T02:21:14.0709223Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mean_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0710167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_median_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0711130Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T02:21:14.0712561Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 50%] 2022-11-23T02:21:14.0713564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0714529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_no_dim_cuda_float64 PASSED [ 50%] 2022-11-23T02:21:14.0715455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_complex128 PASSED [ 50%] 2022-11-23T02:21:14.0716336Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mm_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0717243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0718224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0719300Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_complex128 PASSED [ 51%] 2022-11-23T02:21:14.0720263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0721192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nan_to_num_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0722103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanquantile_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0723012Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nansum_cuda_float64 PASSED [ 51%] 2022-11-23T02:21:14.0724263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:21:14.0725626Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:21:14.0726740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_batch_norm_cuda_float64 SKIPPED (Skipped!) [ 51%] 2022-11-23T02:21:14.0727823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:21:14.0728846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_complex128 PASSED [ 51%] 2022-11-23T02:21:14.0729882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:21:14.0731226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:21:14.0732536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:21:14.0733714Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:21:14.0734896Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:21:14.0736070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:21:14.0737376Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0738503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0739524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0740704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0741715Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_bilinear_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0742797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0744002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0745064Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_complex128 PASSED [ 52%] 2022-11-23T02:21:14.0746037Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv2d_cuda_float64 PASSED [ 52%] 2022-11-23T02:21:14.0747051Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 52%] 2022-11-23T02:21:14.0748084Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0749129Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_complex128 PASSED [ 53%] 2022-11-23T02:21:14.0750386Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0752297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0753387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0754358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_elu_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0755361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0756614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_embedding_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0757674Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 XFAIL [ 53%] 2022-11-23T02:21:14.0758791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 53%] 2022-11-23T02:21:14.0759861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0760872Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gelu_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0761957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_glu_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0763079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_grid_sample_cuda_float64 PASSED [ 53%] 2022-11-23T02:21:14.0764064Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_group_norm_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0765042Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardshrink_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0766051Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardswish_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0767068Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0768139Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_huber_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0769494Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0770530Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0771572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0772612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0773652Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0774908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_kl_div_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0775888Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0776831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_layer_norm_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0777794Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 PASSED [ 54%] 2022-11-23T02:21:14.0778770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0779898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0781153Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0782124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0783146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped!) [ 55%] 2022-11-23T02:21:14.0784152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 XFAIL [ 55%] 2022-11-23T02:21:14.0785130Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0786144Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0787351Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mse_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0788361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0789381Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_complex128 PASSED [ 55%] 2022-11-23T02:21:14.0790091Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0790648Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 PASSED [ 55%] 2022-11-23T02:21:14.0791214Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 PASSED [ 55%] 2022-11-23T02:21:14.0791761Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 PASSED [ 55%] 2022-11-23T02:21:14.0792446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0793109Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pdist_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0793998Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 56%] 2022-11-23T02:21:14.0794548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu6_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0795080Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0795621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softshrink_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0796176Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_complex128 PASSED [ 56%] 2022-11-23T02:21:14.0796710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softsign_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0797256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_threshold_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0797849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 PASSED [ 56%] 2022-11-23T02:21:14.0798469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0799187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 PASSED [ 56%] 2022-11-23T02:21:14.0799944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_complex128 PASSED [ 56%] 2022-11-23T02:21:14.0800548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_complex128 PASSED [ 56%] 2022-11-23T02:21:14.0801083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_complex128 PASSED [ 57%] 2022-11-23T02:21:14.0801572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_complex128 PASSED [ 57%] 2022-11-23T02:21:14.0802123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T02:21:14.0802754Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:21:14.0803324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_complex128 PASSED [ 57%] 2022-11-23T02:21:14.0803830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_outer_cuda_float64 PASSED [ 57%] 2022-11-23T02:21:14.0804339Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pca_lowrank_cuda_float64 PASSED [ 57%] 2022-11-23T02:21:14.0804989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_complex128 PASSED [ 57%] 2022-11-23T02:21:14.0805733Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_permute_cuda_float64 PASSED [ 57%] 2022-11-23T02:21:14.0806238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_complex128 PASSED [ 57%] 2022-11-23T02:21:14.0806753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pinverse_cuda_float64 PASSED [ 57%] 2022-11-23T02:21:14.0807282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 PASSED [ 57%] 2022-11-23T02:21:14.0807851Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:21:14.0808430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 57%] 2022-11-23T02:21:14.0809001Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:21:14.0809651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_complex128 PASSED [ 58%] 2022-11-23T02:21:14.0810156Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_float64 PASSED [ 58%] 2022-11-23T02:21:14.0810639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_complex128 PASSED [ 58%] 2022-11-23T02:21:14.0811316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_prod_cuda_float64 PASSED [ 58%] 2022-11-23T02:21:14.0812015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_float64 PASSED [ 58%] 2022-11-23T02:21:14.0812512Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_float64 PASSED [ 58%] 2022-11-23T02:21:14.0813088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:21:14.0813743Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:21:14.0814393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:21:14.0815050Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:21:14.0815615Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_complex128 PASSED [ 58%] 2022-11-23T02:21:14.0816210Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ravel_cuda_float64 PASSED [ 58%] 2022-11-23T02:21:14.0816747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_complex128 PASSED [ 58%] 2022-11-23T02:21:14.0817435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_complex128 PASSED [ 58%] 2022-11-23T02:21:14.0818160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0818682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_complex128 PASSED [ 59%] 2022-11-23T02:21:14.0819191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0819758Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:21:14.0820415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:21:14.0821075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:21:14.0821666Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0822175Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_complex128 PASSED [ 59%] 2022-11-23T02:21:14.0822671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_roll_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0823299Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_complex128 PASSED [ 59%] 2022-11-23T02:21:14.0823846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_0_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0824585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 59%] 2022-11-23T02:21:14.0825116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_float64 PASSED [ 59%] 2022-11-23T02:21:14.0825720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_complex128 PASSED [ 59%] 2022-11-23T02:21:14.0826216Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsub_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0826805Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:21:14.0827469Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:21:14.0828062Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_complex128 PASSED [ 60%] 2022-11-23T02:21:14.0828581Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_add_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0829069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0829803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:21:14.0830645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_complex128 PASSED [ 60%] 2022-11-23T02:21:14.0831159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_scatter_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0831663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0832245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0832863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:21:14.0833532Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 60%] 2022-11-23T02:21:14.0834099Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_float64 PASSED [ 60%] 2022-11-23T02:21:14.0834589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_scatter_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0835097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0835793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_complex128 PASSED [ 61%] 2022-11-23T02:21:14.0836538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sort_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0837092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped!) [ 61%] 2022-11-23T02:21:14.0837676Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 61%] 2022-11-23T02:21:14.0838301Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:21:14.0839006Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-11-23T02:21:14.0839613Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_erfcx_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0840234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:21:14.0840838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0841456Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i1e_cuda_float64 PASSED [ 61%] 2022-11-23T02:21:14.0842243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 61%] 2022-11-23T02:21:14.0843179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:21:14.0843867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:21:14.0844472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtr_cuda_float64 PASSED [ 62%] 2022-11-23T02:21:14.0845030Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 PASSED [ 62%] 2022-11-23T02:21:14.0845675Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:21:14.0846409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:21:14.0847239Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:21:14.0848045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_xlog1py_cuda_float64 PASSED [ 62%] 2022-11-23T02:21:14.0848869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:21:14.0849461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_float64 PASSED [ 62%] 2022-11-23T02:21:14.0849977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0850510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0851025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0851513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0852029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0852534Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_complex128 PASSED [ 62%] 2022-11-23T02:21:14.0853035Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stack_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0853529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0854151Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0854675Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0855365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0855877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0856389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0857014Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_to_size_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0857522Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0858015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0858516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_svd_lowrank_cuda_float64 PASSED [ 63%] 2022-11-23T02:21:14.0859008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0859514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0860014Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_complex128 PASSED [ 63%] 2022-11-23T02:21:14.0860640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0861179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0861929Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensordot_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0862429Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0862915Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0863400Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0864004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0864540Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0865061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0865579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0866090Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0866606Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_true_divide_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0867272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_float64 PASSED [ 64%] 2022-11-23T02:21:14.0868329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_complex128 PASSED [ 64%] 2022-11-23T02:21:14.0869272Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_complex128 PASSED [ 65%] 2022-11-23T02:21:14.0870340Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:21:14.0871556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:21:14.0872533Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0873197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0873707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0874313Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_complex128 PASSED [ 65%] 2022-11-23T02:21:14.0874946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vdot_cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0875455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_complex128 PASSED [ 65%] 2022-11-23T02:21:14.0876082Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0876571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_float64 PASSED [ 65%] 2022-11-23T02:21:14.0877155Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 65%] 2022-11-23T02:21:14.0877841Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-11-23T02:21:14.0878527Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-11-23T02:21:14.0879191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 65%] 2022-11-23T02:21:14.0880024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmod___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:21:14.0880715Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:21:14.0881709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:21:14.0882341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_float64 SKIPPED (Skipped!) [ 66%] 2022-11-23T02:21:14.0882982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD__softmax_backward_data_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 66%] 2022-11-23T02:21:14.0883594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_float64 PASSED [ 66%] 2022-11-23T02:21:14.0884116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_complex128 PASSED [ 66%] 2022-11-23T02:21:14.0884638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_add_cuda_float64 PASSED [ 66%] 2022-11-23T02:21:14.0885146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_complex128 PASSED [ 66%] 2022-11-23T02:21:14.0885682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcdiv_cuda_float64 PASSED [ 66%] 2022-11-23T02:21:14.0886220Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_complex128 PASSED [ 66%] 2022-11-23T02:21:14.0886917Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_complex128 PASSED [ 66%] 2022-11-23T02:21:14.0887463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_complex128 PASSED [ 66%] 2022-11-23T02:21:14.0888224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmv_cuda_float64 PASSED [ 66%] 2022-11-23T02:21:14.0888750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_float64 PASSED [ 67%] 2022-11-23T02:21:14.0889352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0890009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_all_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0890682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0891463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:21:14.0892136Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:21:14.0892811Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0893479Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0894316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0895240Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:21:14.0895945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:21:14.0896564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_complex128 PASSED [ 67%] 2022-11-23T02:21:14.0897174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asin_cuda_float64 PASSED [ 67%] 2022-11-23T02:21:14.0897781Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:21:14.0898374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan2_cuda_float64 PASSED [ 68%] 2022-11-23T02:21:14.0898900Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_complex128 PASSED [ 68%] 2022-11-23T02:21:14.0899422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atan_cuda_float64 PASSED [ 68%] 2022-11-23T02:21:14.0900021Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0900708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0901396Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0902073Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0902670Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_float64 PASSED [ 68%] 2022-11-23T02:21:14.0903266Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0903951Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bfloat16_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0904637Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0905317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 68%] 2022-11-23T02:21:14.0906342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0907290Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0907992Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:21:14.0908703Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0909409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cartesian_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0910098Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0910776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0911359Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ceil_cuda_float64 PASSED [ 69%] 2022-11-23T02:21:14.0912051Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0912752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0913436Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0914116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0914797Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0915492Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0916186Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:21:14.0916786Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_cuda_float64 PASSED [ 69%] 2022-11-23T02:21:14.0917312Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_max_cuda_float64 PASSED [ 69%] 2022-11-23T02:21:14.0917821Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clamp_min_cuda_float64 PASSED [ 70%] 2022-11-23T02:21:14.0918431Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clone_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0919126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_column_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0919816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_column_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0920603Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_combinations_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0921300Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0921998Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_constant_pad_nd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0922886Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0923788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0924488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_corrcoef_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:21:14.0925069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_complex128 PASSED [ 70%] 2022-11-23T02:21:14.0925592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cos_cuda_float64 PASSED [ 70%] 2022-11-23T02:21:14.0926111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_complex128 PASSED [ 70%] 2022-11-23T02:21:14.0926802Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_count_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:21:14.0927162Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cov_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0927500Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0927835Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cummax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0928158Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cummin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0928428Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_complex128 PASSED [ 71%] 2022-11-23T02:21:14.0928691Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_complex128 PASSED [ 71%] 2022-11-23T02:21:14.0929022Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0929368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0929704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0930043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0930385Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0930717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diff_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0931728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:21:14.0932007Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_floor_rounding_cuda_float64 PASSED [ 71%] 2022-11-23T02:21:14.0932337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0932680Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0933013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0933356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:21:14.0933675Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:21:14.0934003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:21:14.0934413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:21:14.0934690Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erf_cuda_float64 PASSED [ 72%] 2022-11-23T02:21:14.0934939Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfc_cuda_float64 PASSED [ 72%] 2022-11-23T02:21:14.0935197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp2_cuda_float64 PASSED [ 72%] 2022-11-23T02:21:14.0935453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_complex128 PASSED [ 72%] 2022-11-23T02:21:14.0935795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0936132Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0936467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0936808Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:21:14.0937151Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0937487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0937834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0938161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0938494Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0938921Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0939257Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0939591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0939930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0940281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0940629Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftshift_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0940967Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0941298Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0941709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:21:14.0942070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0942412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0942750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0943083Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0943340Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_float64 PASSED [ 74%] 2022-11-23T02:21:14.0943682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0944022Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0944362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0944699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0945036Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:21:14.0945306Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_complex128 PASSED [ 74%] 2022-11-23T02:21:14.0945572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_power_cuda_float64 PASSED [ 74%] 2022-11-23T02:21:14.0945909Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_floor_cuda_float64 PASSED [ 74%] 2022-11-23T02:21:14.0946249Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:21:14.0946503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmod_cuda_float64 PASSED [ 75%] 2022-11-23T02:21:14.0946842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_frexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0947180Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:21:14.0947514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:21:14.0947856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gather_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0948192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gather_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0948589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_geqrf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:21:14.0948953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gradient_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0949299Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_grid_sampler_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0949637Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0949965Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 75%] 2022-11-23T02:21:14.0950309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_imag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:21:14.0950576Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_complex128 PASSED [ 75%] 2022-11-23T02:21:14.0950839Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_add_cuda_float64 PASSED [ 75%] 2022-11-23T02:21:14.0951104Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_reduce_cuda_float64 PASSED [ 75%] 2022-11-23T02:21:14.0951446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:21:14.0951784Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:21:14.0952118Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_inner_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:21:14.0952449Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0952774Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0953191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0953528Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0953862Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isfinite_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0954387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0954727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0955064Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0955613Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0955952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isreal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:21:14.0956370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_istft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:21:14.0956750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0957112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0957478Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0957832Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0958173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0958535Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0958888Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0959234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:21:14.0959575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0959904Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kron_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0960334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_kthvalue_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0960666Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ldexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0961012Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0961401Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:21:14.0961764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_singular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0962116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_singular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0962458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0962796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0963200Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0963558Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0963910Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0964259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0964602Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvalsh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0964942Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0965283Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:21:14.0965638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:21:14.0965985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:21:14.0966273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 78%] 2022-11-23T02:21:14.0966632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0966976Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0967416Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0967760Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:21:14.0968103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_multi_dot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0968445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0968791Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0969153Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0969506Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0969861Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 79%] 2022-11-23T02:21:14.0970691Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0971096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0971449Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0971801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0972145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:21:14.0972499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svdvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0972843Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svdvals_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0973197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0973539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vander_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0973887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0974237Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0974573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:21:14.0974933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_float64 PASSED [ 80%] 2022-11-23T02:21:14.0975190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log1p_cuda_float64 PASSED [ 80%] 2022-11-23T02:21:14.0975445Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_float64 PASSED [ 80%] 2022-11-23T02:21:14.0975702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_complex128 PASSED [ 80%] 2022-11-23T02:21:14.0976045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0976388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0976735Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:21:14.0977074Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:21:14.0977409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:21:14.0977814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0978175Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0978508Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0978850Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0979182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0979522Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0979856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0980114Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logit_cuda_float64 PASSED [ 81%] 2022-11-23T02:21:14.0980443Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0980766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_long_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0981089Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 81%] 2022-11-23T02:21:14.0981422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:21:14.0981747Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0982174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0982510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0982845Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_unpack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0983182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mH_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0983507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mT_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0983849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_amin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0984189Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:21:14.0984536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumprod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0984950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumprod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0985241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_complex128 PASSED [ 82%] 2022-11-23T02:21:14.0985507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_fill_cuda_float64 PASSED [ 82%] 2022-11-23T02:21:14.0985859Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_log_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0986207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_logaddexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0986559Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:21:14.0986917Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0987262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0987537Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_complex128 PASSED [ 83%] 2022-11-23T02:21:14.0987805Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_scatter_cuda_float64 PASSED [ 83%] 2022-11-23T02:21:14.0988154Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0988497Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0988824Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0989252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0989589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0989926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0990269Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matmul_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0990602Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0990978Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_pool2d_with_indices_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0991327Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:21:14.0991749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_max_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0992100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0992435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0992803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0993161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0993525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0993856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mode_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0994194Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_movedim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0994449Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_float64 PASSED [ 84%] 2022-11-23T02:21:14.0994779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:21:14.0995112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0995441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0995771Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nansum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:21:14.0996252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_copy_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 84%] 2022-11-23T02:21:14.0996585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.0996926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:21:14.0997261Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_narrow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:21:14.0997620Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_dropout_backward_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:21:14.0997954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.0998211Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_complex128 PASSED [ 85%] 2022-11-23T02:21:14.0998463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_neg_cuda_float64 PASSED [ 85%] 2022-11-23T02:21:14.0998881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.0999244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_strided_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.0999574Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.0999913Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.1000248Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:21:14.1000623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:21:14.1000987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:21:14.1001341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1001701Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1002058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1002434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1002820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_binary_cross_entropy_with_logits_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1003179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_celu_cuda_float64 PASSED [ 86%] 2022-11-23T02:21:14.1003534Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1003882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1004235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1004607Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1004981Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1005356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1005792Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1006173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_cross_entropy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:21:14.1006458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout3d_cuda_float64 PASSED [ 86%] 2022-11-23T02:21:14.1006823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_embedding_bag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1007130Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_with_train_cuda_float64 XFAIL [ 87%] 2022-11-23T02:21:14.1007447Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 87%] 2022-11-23T02:21:14.1007825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1008192Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1008556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1008842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 PASSED [ 87%] 2022-11-23T02:21:14.1009199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardswish_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1009561Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hardtanh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1009992Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_hinge_embedding_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1010463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_area_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1010836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_bicubic_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1011395Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1011766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:21:14.1012251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1012735Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1013112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_margin_ranking_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1013609Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1013983Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1014358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1014725Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1014999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_mish_cuda_float64 PASSED [ 88%] 2022-11-23T02:21:14.1015357Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_mse_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1015725Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1016092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_normalize_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1016463Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1016822Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_circular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1017196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:21:14.1017560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1018016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1018388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1018755Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_replicate_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1019132Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1019496Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1019867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1020231Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1020573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_selu_cuda_float64 PASSED [ 89%] 2022-11-23T02:21:14.1020866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_silu_cuda_float64 PASSED [ 89%] 2022-11-23T02:21:14.1021233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1021592Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1021960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1022318Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softplus_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1022683Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softsign_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:21:14.1023050Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1023423Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1023795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1024189Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1024575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_triplet_margin_with_distance_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1025016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1025388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1025763Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_upsample_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1026101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:21:14.1026436Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:21:14.1026777Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1027109Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1027516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_fro_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1027874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_inf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:21:14.1028207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1028544Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_nuc_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1028844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 91%] 2022-11-23T02:21:14.1029182Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:21:14.1029507Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:21:14.1029842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ormqr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1030177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ormqr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1030503Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_outer_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1030847Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_permute_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1031195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pinverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1031477Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:21:14.1031863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_2_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:21:14.1032152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_4_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:21:14.1032490Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pow_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:21:14.1032828Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:21:14.1033160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_prod_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:21:14.1033422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_complex128 PASSED [ 92%] 2022-11-23T02:21:14.1033754Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_qr_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:21:14.1034013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rad2deg_cuda_float64 PASSED [ 92%] 2022-11-23T02:21:14.1034346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:21:14.1034814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:21:14.1035162Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:21:14.1035499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:21:14.1035836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:21:14.1036164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_real_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:21:14.1036437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_complex128 PASSED [ 92%] 2022-11-23T02:21:14.1036704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reciprocal_cuda_float64 PASSED [ 92%] 2022-11-23T02:21:14.1036960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_float64 PASSED [ 92%] 2022-11-23T02:21:14.1037302Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:21:14.1037635Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:21:14.1037889Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_cuda_float64 PASSED [ 93%] 2022-11-23T02:21:14.1038179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_neg_3_cuda_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:21:14.1038441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_complex128 PASSED [ 93%] 2022-11-23T02:21:14.1038769Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsub_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:21:14.1039206Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:21:14.1039547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scalar_tensor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:21:14.1039812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_float64 PASSED [ 93%] 2022-11-23T02:21:14.1040079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_complex128 PASSED [ 93%] 2022-11-23T02:21:14.1040354Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amax_cuda_float64 PASSED [ 93%] 2022-11-23T02:21:14.1040628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_amin_cuda_float64 PASSED [ 93%] 2022-11-23T02:21:14.1040973Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_searchsorted_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 93%] 2022-11-23T02:21:14.1041315Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:21:14.1041650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:21:14.1042064Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_select_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:21:14.1042334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_float64 PASSED [ 94%] 2022-11-23T02:21:14.1042598Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_float64 PASSED [ 94%] 2022-11-23T02:21:14.1042948Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_cosine_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:21:14.1043307Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:21:14.1043661Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:21:14.1043994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:21:14.1044253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_float64 PASSED [ 94%] 2022-11-23T02:21:14.1044513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_complex128 PASSED [ 94%] 2022-11-23T02:21:14.1044759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinh_cuda_float64 PASSED [ 94%] 2022-11-23T02:21:14.1045092Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:21:14.1045424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:21:14.1045783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:21:14.1046795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:21:14.1047142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1047487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1047827Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1048194Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1048573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:21:14.1048934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_hermite_polynomial_he_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1049276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i0e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:21:14.1049706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i1e_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:21:14.1050100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1050455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_log_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:21:14.1050814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_i0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1051177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1051518Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_ndtr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:21:14.1051883Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:21:14.1052267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:21:14.1052647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:21:14.1053031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:21:14.1053413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 96%] 2022-11-23T02:21:14.1053862Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:21:14.1054213Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_xlog1py_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1054548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:21:14.1054901Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_with_sizes_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1055245Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_with_sizes_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1055504Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_float64 PASSED [ 96%] 2022-11-23T02:21:14.1055767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_complex128 PASSED [ 96%] 2022-11-23T02:21:14.1056025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_square_cuda_float64 PASSED [ 96%] 2022-11-23T02:21:14.1056362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1056768Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1057118Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:21:14.1057461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1057715Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_float64 PASSED [ 97%] 2022-11-23T02:21:14.1058044Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1058391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_to_size_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1058729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_to_size_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1058985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_complex128 PASSED [ 97%] 2022-11-23T02:21:14.1059327Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_along_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1059662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1059996Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1060259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_complex128 PASSED [ 97%] 2022-11-23T02:21:14.1060510Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tanh_cuda_float64 PASSED [ 97%] 2022-11-23T02:21:14.1061016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensor_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1061411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensor_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1061751Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tile_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:21:14.1062088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1062424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_sparse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1062766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trace_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1063107Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1063444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1063847Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapz_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1064218Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triangular_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1064474Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_float64 PASSED [ 98%] 2022-11-23T02:21:14.1064732Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_complex128 PASSED [ 98%] 2022-11-23T02:21:14.1064985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triu_cuda_float64 PASSED [ 98%] 2022-11-23T02:21:14.1065253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_complex128 PASSED [ 98%] 2022-11-23T02:21:14.1065595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unbind_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1065933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unbind_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1066277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unflatten_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:21:14.1066619Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:21:14.1066950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_uniform_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:21:14.1067282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:21:14.1067551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_complex128 PASSED [ 99%] 2022-11-23T02:21:14.1067880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1068309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1068641Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1068987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1069337Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_real_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1069673Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1070011Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1070341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1070673Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1071063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_where_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:21:14.1071418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:21:14.1071456Z 2022-11-23T02:21:14.1071588Z ============================== warnings summary =============================== 2022-11-23T02:21:14.1071818Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:21:14.1072184Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:21:14.1072316Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:21:14.1072325Z 2022-11-23T02:21:14.1072561Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:21:14.1072940Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-2f8d63880aa7001a.xml - 2022-11-23T02:21:14.1073128Z = 816 passed, 593 skipped, 4 deselected, 20 xfailed, 1 warning in 649.63s (0:10:49) = 2022-11-23T02:21:14.1073364Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:21:14.1073373Z 2022-11-23T02:21:14.1073801Z ##[endgroup] 2022-11-23T02:21:14.1074134Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_5jewu3h5) 2022-11-23T02:21:14.1074142Z 2022-11-23T02:22:40.4729098Z 2022-11-23T02:22:40.4730003Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:22:40.4733734Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sitaxnjv) 2022-11-23T02:22:40.4782456Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-2d164064fa814c5e.xml 2022-11-23T02:22:40.4782953Z ============================= test session starts ============================= 2022-11-23T02:22:40.4783380Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:22:40.4784021Z cachedir: .pytest_cache 2022-11-23T02:22:40.4784463Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:22:40.4785013Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:22:40.4785526Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:22:40.4785975Z collecting ... collected 2901 items / 8 deselected / 2893 selected 2022-11-23T02:22:40.5202406Z Running 1460 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmod___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_all_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_allclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_aminmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_any_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argsort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argwhere_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bool_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bool_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_byte_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_max_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_min_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_copysign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_equal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expm1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_histc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hypot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_igamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_igammac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_int_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_int_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isfinite_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isinf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isnan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isneginf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isposinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_istft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_unary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kthvalue_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lgamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log1p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logcumsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_and_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_not_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_xor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_long_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_log_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logaddexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_minimum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_msort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_multinomial_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanquantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nansum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_dropout_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ne_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nextafter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_celu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_elu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_prelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu6_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_selu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pca_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rad2deg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rand_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rand_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randint_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randint_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scalar_tensor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_exponential_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signbit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_airy_ai_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_j1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_y0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_y1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_entr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i0e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtri_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_xlog1py_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_zeta_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_allclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_any_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_arange_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argsort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argwhere_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argwhere_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bool_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bucketize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_byte_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_copysign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_digamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_equal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_floor_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_grid_sampler_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_histc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hypot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_igammac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_reduce_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_int_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isclose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isfinite_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isnan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isnan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isneginf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_unary_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kthvalue_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lgamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_singular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log1p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_and_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_not_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_xor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_maximum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_minimum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_msort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_multinomial_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmedian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_dropout_backward_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ne_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_celu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardtanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_instance_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_local_response_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mish_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_prelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_rrelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_selu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_silu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softplus_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nonzero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polar_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_quantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rad2deg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rand_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_remainder_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize_as__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_lengths_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_offsets_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_exponential_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_gaussian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_kaiser_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_airy_ai_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_j1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_y0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_y1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_entr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_hermite_polynomial_h_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i0e_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_log_ndtr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtri_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_spherical_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_sparse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_sparse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_topk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trunc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_uniform_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unique_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_real_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_xlogy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_aminmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argsort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bernoulli_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bucketize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clone_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_combinations_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_complex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_copysign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_count_nonzero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cov_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cross_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_deg2rad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_digamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_trunc_rounding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dsplit_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expm1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfft2_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfftn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_frac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ge_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_geqrf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gradient_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_half_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_half_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_heaviside_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_histc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hypot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_i0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igammac_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isposinf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ldexp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_le_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lgamma_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cond_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cond_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvals_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_solve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_multi_dot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vander_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_with_dtype_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logcumsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_and_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logspace_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logspace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_unpack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mH_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mT_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_amax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_argmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumsum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumsum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_logsumexp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_median_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_prod_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_softmin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_std_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_sum_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matmul_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matrix_exp_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matrix_exp_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_maximum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_binary_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_reduction_no_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_reduction_with_dim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_minimum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_movedim_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_msort_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nan_to_num_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanmean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanmedian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanquantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_layer_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ne_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_full_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_ones_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_ones_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_batch_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_elu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_embedding_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_gelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_glu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_grid_sample_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_group_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_huber_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_instance_norm_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_kl_div_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_linear_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_nll_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_normalize_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pdist_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_prelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_relu6_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_relu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_rrelu_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softsign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_threshold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_fro_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_inf_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_number_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_outer_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pca_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_permute_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pinverse_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polar_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_positive_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_positive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pow_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_qr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_quantile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rand_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randint_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randint_like_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_like_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_remainder_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_interleave_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_interleave_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize_as__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_conj_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_conj_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_neg_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_neg_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_roll_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_roll_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rot90_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rot90_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_3_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_prod_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_lengths_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_offsets_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_short_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_short_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sign_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_gaussian_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_scatter_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_with_dtype_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_j0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_y1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_entr_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_erfcx_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_i1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_k0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_ndtri_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_list_args_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_list_args_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_mean_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stft_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stft_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_lowrank_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_symeig_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_symeig_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_along_dim_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensordot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensordot_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tile_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_sparse_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_topk_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trace_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapz_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triangular_solve_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trunc_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unflatten_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_copy_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_copy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unique_consecutive_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_mean_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vdot_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vsplit_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vstack_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vstack_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_where_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_xlogy_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_like_cuda_complex128 2022-11-23T02:22:40.5592300Z 2022-11-23T02:22:40.5592671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_H_cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5593217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_T_cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5594076Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___getitem___cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5595028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5595577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___radd___cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5596116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmatmul___cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5596615Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmod___cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5597365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rmul___cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5597923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad___rpow___cuda_float64 SKIPPED (Skipped!) [ 0%] 2022-11-23T02:22:40.5598454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_abs_cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5598967Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acos_cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5599476Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_acosh_cuda_complex128 PASSED [ 0%] 2022-11-23T02:22:40.5600209Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_add_cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5600752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addbmm_cuda_float64 PASSED [ 0%] 2022-11-23T02:22:40.5601250Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addcdiv_cuda_complex128 PASSED [ 1%] 2022-11-23T02:22:40.5601793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmm_decomposed_cuda_float64 PASSED [ 1%] 2022-11-23T02:22:40.5602318Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addmv_cuda_complex128 PASSED [ 1%] 2022-11-23T02:22:40.5602833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_addr_cuda_complex128 PASSED [ 1%] 2022-11-23T02:22:40.5603421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_all_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5604093Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5604679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_amin_cuda_float64 PASSED [ 1%] 2022-11-23T02:22:40.5605265Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5605836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_complex128 PASSED [ 1%] 2022-11-23T02:22:40.5606344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_angle_cuda_float64 PASSED [ 1%] 2022-11-23T02:22:40.5606926Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5607672Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5608433Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5609547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 1%] 2022-11-23T02:22:40.5610867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 1%] 2022-11-23T02:22:40.5611471Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 2%] 2022-11-23T02:22:40.5612089Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_as_strided_scatter_cuda_complex128 SKIPPED (Passes on complex128 and float64 only) [ 2%] 2022-11-23T02:22:40.5613133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asin_cuda_complex128 PASSED [ 2%] 2022-11-23T02:22:40.5614049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_complex128 PASSED [ 2%] 2022-11-23T02:22:40.5614952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_asinh_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5615856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan2_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5616764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_complex128 PASSED [ 2%] 2022-11-23T02:22:40.5617660Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atan_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5618553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atanh_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5619441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_1d_cuda_complex128 PASSED [ 2%] 2022-11-23T02:22:40.5620530Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_atleast_2d_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5621488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bfloat16_cuda_complex128 XFAIL [ 2%] 2022-11-23T02:22:40.5622408Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_block_diag_cuda_complex128 PASSED [ 2%] 2022-11-23T02:22:40.5623316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bmm_cuda_float64 PASSED [ 2%] 2022-11-23T02:22:40.5624347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:22:40.5625508Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:22:40.5626554Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_complex128 PASSED [ 3%] 2022-11-23T02:22:40.5627472Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_broadcast_to_cuda_float64 PASSED [ 3%] 2022-11-23T02:22:40.5628524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 3%] 2022-11-23T02:22:40.5629578Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cartesian_prod_cuda_complex128 PASSED [ 3%] 2022-11-23T02:22:40.5630730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T02:22:40.5632038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 3%] 2022-11-23T02:22:40.5633146Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cdouble_cuda_complex128 PASSED [ 3%] 2022-11-23T02:22:40.5634060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cfloat_cuda_float64 XFAIL [ 3%] 2022-11-23T02:22:40.5634977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_chalf_cuda_complex128 XFAIL [ 3%] 2022-11-23T02:22:40.5636164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_cuda_float64 PASSED [ 3%] 2022-11-23T02:22:40.5637181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_inverse_cuda_float64 PASSED [ 3%] 2022-11-23T02:22:40.5637773Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cholesky_solve_cuda_float64 PASSED [ 3%] 2022-11-23T02:22:40.5638295Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_cuda_float64 PASSED [ 3%] 2022-11-23T02:22:40.5638812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_max_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5639330Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clamp_min_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5639837Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_complex128 PASSED [ 4%] 2022-11-23T02:22:40.5640346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_clone_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5640846Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_complex128 PASSED [ 4%] 2022-11-23T02:22:40.5641366Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_column_stack_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5642077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_combinations_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5642766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_conj_cuda_complex128 PASSED [ 4%] 2022-11-23T02:22:40.5643913Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_constant_pad_nd_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5644483Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_copysign_cuda_float64 PASSED [ 4%] 2022-11-23T02:22:40.5645006Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_corrcoef_cuda_complex128 PASSED [ 4%] 2022-11-23T02:22:40.5645534Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_complex128 SKIPPED (Barely fails) [ 4%] 2022-11-23T02:22:40.5646081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cov_cuda_float64 SKIPPED (Barely fails) [ 4%] 2022-11-23T02:22:40.5646606Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_complex128 PASSED [ 4%] 2022-11-23T02:22:40.5647111Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cross_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5647621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cummax_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5648217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumprod_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 5%] 2022-11-23T02:22:40.5648811Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumprod_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5649329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_cumsum_cuda_complex128 PASSED [ 5%] 2022-11-23T02:22:40.5649833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_complex128 PASSED [ 5%] 2022-11-23T02:22:40.5650353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diag_embed_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5650876Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_copy_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5651396Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diagonal_cuda_complex128 PASSED [ 5%] 2022-11-23T02:22:40.5651905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_diff_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5652407Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dist_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5653043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_div_no_rounding_mode_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5653551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_complex128 PASSED [ 5%] 2022-11-23T02:22:40.5654069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_double_cuda_float64 PASSED [ 5%] 2022-11-23T02:22:40.5654584Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_complex128 PASSED [ 5%] 2022-11-23T02:22:40.5655104Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_dsplit_cuda_float64 PASSED [ 6%] 2022-11-23T02:22:40.5655697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5656361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5657026Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5657697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5658355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5659059Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_equal_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5659654Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_erfc_cuda_float64 PASSED [ 6%] 2022-11-23T02:22:40.5660158Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_exp_cuda_float64 PASSED [ 6%] 2022-11-23T02:22:40.5660671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_as_cuda_complex128 PASSED [ 6%] 2022-11-23T02:22:40.5661241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expand_cuda_complex128 PASSED [ 6%] 2022-11-23T02:22:40.5661759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_expm1_cuda_float64 PASSED [ 6%] 2022-11-23T02:22:40.5662347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5663002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 6%] 2022-11-23T02:22:40.5663568Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_complex128 PASSED [ 6%] 2022-11-23T02:22:40.5664086Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft2_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5664865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fft_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5665738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftn_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5666634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5667539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_fftshift_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5668382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfft2_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5668891Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5669539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_hfftn_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5670054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5670570Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftn_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5671101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ifftshift_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5671626Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_ihfftn_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5672153Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_complex128 PASSED [ 7%] 2022-11-23T02:22:40.5672671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft2_cuda_float64 PASSED [ 7%] 2022-11-23T02:22:40.5673172Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_irfft_cuda_complex128 PASSED [ 8%] 2022-11-23T02:22:40.5673703Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft2_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5674196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fft_rfft_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5674694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fill_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5675267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flip_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5676340Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fliplr_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5677263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_flipud_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5678155Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_fmax_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5679041Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_frexp_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5680081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:22:40.5681231Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:22:40.5682407Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:22:40.5683446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_complex128 PASSED [ 8%] 2022-11-23T02:22:40.5684365Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gather_cuda_float64 PASSED [ 8%] 2022-11-23T02:22:40.5685395Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 8%] 2022-11-23T02:22:40.5686402Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_half_cuda_float64 XFAIL [ 9%] 2022-11-23T02:22:40.5687421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:22:40.5688437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hsplit_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5689329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_complex128 PASSED [ 9%] 2022-11-23T02:22:40.5690233Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hstack_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5691119Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_hypot_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5692297Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_igamma_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:22:40.5693455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 9%] 2022-11-23T02:22:40.5694494Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_complex128 PASSED [ 9%] 2022-11-23T02:22:40.5695418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_copy_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5696335Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_complex128 PASSED [ 9%] 2022-11-23T02:22:40.5697241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_fill_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5698167Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_complex128 PASSED [ 9%] 2022-11-23T02:22:40.5699103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_put_cuda_float64 PASSED [ 9%] 2022-11-23T02:22:40.5700009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_index_select_cuda_float64 PASSED [ 10%] 2022-11-23T02:22:40.5701004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_complex128 PASSED [ 10%] 2022-11-23T02:22:40.5701897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_inner_cuda_float64 PASSED [ 10%] 2022-11-23T02:22:40.5703058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_int_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5704236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5705398Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5706601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5707286Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5707936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5708583Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isinf_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5709241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5709890Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5710544Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5711195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 10%] 2022-11-23T02:22:40.5711777Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_istft_cuda_complex128 PASSED [ 10%] 2022-11-23T02:22:40.5712374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_2inputs_2outputs_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:22:40.5713941Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_4inputs_with_extra_args_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:22:40.5714662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:22:40.5715380Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:22:40.5716225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_jiterator_unary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 11%] 2022-11-23T02:22:40.5716829Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_kthvalue_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5717344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ldexp_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5717852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lerp_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5718355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lgamma_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5718872Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cond_cuda_complex128 PASSED [ 11%] 2022-11-23T02:22:40.5719377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5720119Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_det_singular_cuda_complex128 SKIPPED (Skipped, see https://github.com//issues/84192) [ 11%] 2022-11-23T02:22:40.5720746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eig_cuda_complex128 PASSED [ 11%] 2022-11-23T02:22:40.5721277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_complex128 PASSED [ 11%] 2022-11-23T02:22:40.5721803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigh_cuda_float64 PASSED [ 11%] 2022-11-23T02:22:40.5722323Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_eigvals_cuda_float64 PASSED [ 12%] 2022-11-23T02:22:40.5722874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_householder_product_cuda_complex128 PASSED [ 12%] 2022-11-23T02:22:40.5723403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_complex128 PASSED [ 12%] 2022-11-23T02:22:40.5723928Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_cuda_float64 PASSED [ 12%] 2022-11-23T02:22:40.5724444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_inv_ex_cuda_float64 PASSED [ 12%] 2022-11-23T02:22:40.5725048Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:22:40.5725746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:22:40.5726439Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:22:40.5727116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 12%] 2022-11-23T02:22:40.5727721Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 12%] 2022-11-23T02:22:40.5728277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 12%] 2022-11-23T02:22:40.5728920Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lstsq_grad_oriented_cuda_float64 PASSED [ 12%] 2022-11-23T02:22:40.5729461Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_cuda_complex128 PASSED [ 12%] 2022-11-23T02:22:40.5729994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_complex128 PASSED [ 12%] 2022-11-23T02:22:40.5730525Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5731058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_factor_ex_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5731597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_complex128 PASSED [ 13%] 2022-11-23T02:22:40.5732124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_lu_solve_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5732650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_norm_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5733174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_power_cuda_complex128 PASSED [ 13%] 2022-11-23T02:22:40.5733800Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:22:40.5734574Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 13%] 2022-11-23T02:22:40.5735212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_complex128 PASSED [ 13%] 2022-11-23T02:22:40.5735745Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_multi_dot_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5736274Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5736823Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 13%] 2022-11-23T02:22:40.5737392Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_complex128 PASSED [ 13%] 2022-11-23T02:22:40.5737931Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_hermitian_cuda_float64 PASSED [ 13%] 2022-11-23T02:22:40.5738557Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 13%] 2022-11-23T02:22:40.5739171Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5739687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_qr_cuda_float64 PASSED [ 14%] 2022-11-23T02:22:40.5740214Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_slogdet_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5740743Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5741280Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_solve_triangular_cuda_float64 PASSED [ 14%] 2022-11-23T02:22:40.5741814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5742316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svd_cuda_float64 PASSED [ 14%] 2022-11-23T02:22:40.5742848Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5743377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_svdvals_cuda_float64 PASSED [ 14%] 2022-11-23T02:22:40.5743997Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_tensorinv_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5744750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5745277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vecdot_cuda_float64 PASSED [ 14%] 2022-11-23T02:22:40.5746249Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_vector_norm_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5746780Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_complex128 PASSED [ 14%] 2022-11-23T02:22:40.5747269Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log10_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5747771Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log1p_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5748278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log2_cuda_complex128 PASSED [ 15%] 2022-11-23T02:22:40.5748785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_complex128 PASSED [ 15%] 2022-11-23T02:22:40.5749285Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5749793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_log_softmax_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5750404Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logaddexp2_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5750929Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logcumsumexp_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5751448Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logdet_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5752047Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:22:40.5752712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_not_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:22:40.5753368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logical_xor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:22:40.5754016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:22:40.5754604Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_logsumexp_cuda_float64 PASSED [ 15%] 2022-11-23T02:22:40.5755190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_long_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 15%] 2022-11-23T02:22:40.5755834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:22:40.5756391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_lu_unpack_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5756898Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mH_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5757400Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mT_cuda_complex128 PASSED [ 16%] 2022-11-23T02:22:40.5757913Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_amax_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5758515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 16%] 2022-11-23T02:22:40.5759211Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumprod_cuda_complex128 PASSED [ 16%] 2022-11-23T02:22:40.5759752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_cumsum_cuda_complex128 PASSED [ 16%] 2022-11-23T02:22:40.5760276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_fill_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5760782Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_log_softmax_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5761368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logaddexp_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5761910Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_logsumexp_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5762441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_complex128 PASSED [ 16%] 2022-11-23T02:22:40.5762963Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_mean_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5763480Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_median_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:40.5763999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_norm_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5764496Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_prod_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5765023Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5765632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_scatter_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5766174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5766702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_select_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5767230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_softmax_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5767746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5768260Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_std_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5768759Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_sum_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5769282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5769798Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_masked_var_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5770309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_complex128 PASSED [ 17%] 2022-11-23T02:22:40.5770815Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matmul_cuda_float64 PASSED [ 17%] 2022-11-23T02:22:40.5771325Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_matrix_exp_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5771869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_pool2d_with_indices_backward_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5772405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_no_dim_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5772950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_max_reduction_with_dim_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5773476Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mean_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5773977Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_median_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5774607Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_complex128 PASSED [ 18%] 2022-11-23T02:22:40.5775169Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_meshgrid_variadic_tensors_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5775703Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_binary_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5776228Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_min_reduction_no_dim_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5776737Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_minimum_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5777236Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mm_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5777731Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_movedim_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5778235Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_msort_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5778730Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mul_cuda_float64 PASSED [ 18%] 2022-11-23T02:22:40.5779312Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5779913Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5780526Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5781056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nanquantile_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5781572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nansum_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5782166Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_copy_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5782749Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_narrow_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5783276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_native_dropout_backward_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5783873Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5784446Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_neg_cuda_complex128 PASSED [ 19%] 2022-11-23T02:22:40.5785038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5785702Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5786825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nextafter_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 19%] 2022-11-23T02:22:40.5787908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool1d_cuda_float64 PASSED [ 19%] 2022-11-23T02:22:40.5789040Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_avg_pool3d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5790157Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5791214Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool1d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5792231Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool2d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5792784Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_avg_pool3d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5793325Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_binary_cross_entropy_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5793885Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_celu_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5794438Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_complex128 PASSED [ 20%] 2022-11-23T02:22:40.5794989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv1d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5795559Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_complex128 PASSED [ 20%] 2022-11-23T02:22:40.5796142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose1d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5796709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose2d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5797529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5798603Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_cross_entropy_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5800571Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_ctc_loss_cuda_float64 PASSED [ 20%] 2022-11-23T02:22:40.5801728Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout2d_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5802792Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_dropout_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5803485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_elu_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5804038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_embedding_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5804628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_with_train_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5805258Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 21%] 2022-11-23T02:22:40.5805885Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5806473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5807057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5807614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_gelu_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5808159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hardtanh_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5808722Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_hinge_embedding_loss_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5809310Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bicubic_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5809894Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_bilinear_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5810612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_interpolate_linear_cuda_float64 PASSED [ 21%] 2022-11-23T02:22:40.5811154Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_l1_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5811698Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_leaky_relu_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5812249Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_linear_cuda_complex128 PASSED [ 22%] 2022-11-23T02:22:40.5812814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_local_response_norm_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5813392Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_margin_ranking_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5813958Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool1d_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5814526Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool2d_grad_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5815088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_max_unpool3d_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5815620Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_mse_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5816181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5816843Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_multilabel_margin_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5817424Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_nll_loss_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5817982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_circular_cuda_complex128 PASSED [ 22%] 2022-11-23T02:22:40.5818548Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_constant_cuda_float64 PASSED [ 22%] 2022-11-23T02:22:40.5819102Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pad_reflect_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5819670Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 23%] 2022-11-23T02:22:40.5820234Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pairwise_distance_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5820793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pdist_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5821345Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5821916Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_pixel_unshuffle_cuda_complex128 PASSED [ 23%] 2022-11-23T02:22:40.5822485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5823031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_prelu_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5823570Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_relu6_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5824100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_rrelu_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5824610Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_selu_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5825161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5825801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softmin_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5826352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softshrink_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5827046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_softsign_cuda_float64 PASSED [ 23%] 2022-11-23T02:22:40.5827684Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_tanhshrink_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5828628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5829655Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_triplet_margin_with_distance_loss_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5830839Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_complex128 PASSED [ 24%] 2022-11-23T02:22:40.5831863Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_unfold_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5832513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_nn_functional_upsample_nearest_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5833052Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5833687Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_fro_cuda_complex128 PASSED [ 24%] 2022-11-23T02:22:40.5834230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_inf_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5834734Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_norm_nuc_cuda_float64 PASSED [ 24%] 2022-11-23T02:22:40.5835282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 24%] 2022-11-23T02:22:40.5835906Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:22:40.5836564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:22:40.5837231Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 24%] 2022-11-23T02:22:40.5837800Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ormqr_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5838313Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5838818Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_outer_cuda_float64 PASSED [ 25%] 2022-11-23T02:22:40.5839333Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_pca_lowrank_cuda_float64 PASSED [ 25%] 2022-11-23T02:22:40.5839855Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_permute_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5840375Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_positive_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5840893Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_prod_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5841382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_put_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:40.5841885Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_qr_cuda_float64 PASSED [ 25%] 2022-11-23T02:22:40.5842386Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rad2deg_cuda_float64 PASSED [ 25%] 2022-11-23T02:22:40.5843077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:22:40.5843743Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rand_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:22:40.5844400Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:22:40.5845063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:22:40.5845720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 25%] 2022-11-23T02:22:40.5846585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:22:40.5847160Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_ravel_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5848054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_real_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5848589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reciprocal_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5849205Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5849736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_renorm_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5850242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5850773Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_repeat_interleave_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5851289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5851813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_as_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5852332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5852848Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_reshape_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5853585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 26%] 2022-11-23T02:22:40.5854555Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_complex128 PASSED [ 26%] 2022-11-23T02:22:40.5855278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_resolve_neg_cuda_float64 PASSED [ 26%] 2022-11-23T02:22:40.5855793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_roll_cuda_complex128 PASSED [ 27%] 2022-11-23T02:22:40.5856276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rot90_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5856776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5857317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 27%] 2022-11-23T02:22:40.5857851Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_rsub_cuda_complex128 PASSED [ 27%] 2022-11-23T02:22:40.5858454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scalar_tensor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 27%] 2022-11-23T02:22:40.5859165Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_add_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5859699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_amin_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5860377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_mean_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5861248Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_scatter_reduce_sum_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5861803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_cuda_complex128 PASSED [ 27%] 2022-11-23T02:22:40.5862322Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_select_scatter_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5862831Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sgn_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5863335Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sigmoid_cuda_float64 PASSED [ 27%] 2022-11-23T02:22:40.5863952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5864634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_signbit_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5865212Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinc_cuda_complex128 PASSED [ 28%] 2022-11-23T02:22:40.5865795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_complex128 PASSED [ 28%] 2022-11-23T02:22:40.5866416Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sinh_cuda_float64 PASSED [ 28%] 2022-11-23T02:22:40.5866953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_slice_cuda_float64 PASSED [ 28%] 2022-11-23T02:22:40.5867803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_complex128 PASSED [ 28%] 2022-11-23T02:22:40.5868346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_softmax_with_dtype_cuda_float64 PASSED [ 28%] 2022-11-23T02:22:40.5868865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sort_cuda_float64 PASSED [ 28%] 2022-11-23T02:22:40.5869411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sparse_sampled_addmm_cuda_float64 SKIPPED (Skipped!) [ 28%] 2022-11-23T02:22:40.5870028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5870707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5871391Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5872060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5872880Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 28%] 2022-11-23T02:22:40.5873921Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:22:40.5874553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_entr_cuda_float64 PASSED [ 29%] 2022-11-23T02:22:40.5875177Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i0e_cuda_float64 PASSED [ 29%] 2022-11-23T02:22:40.5875697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_i1e_cuda_float64 PASSED [ 29%] 2022-11-23T02:22:40.5876322Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:22:40.5877020Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:22:40.5877724Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:22:40.5878336Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtr_cuda_float64 PASSED [ 29%] 2022-11-23T02:22:40.5878866Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_ndtri_cuda_float64 PASSED [ 29%] 2022-11-23T02:22:40.5879654Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:22:40.5880682Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 29%] 2022-11-23T02:22:40.5881501Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:22:40.5882265Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:22:40.5883004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_shifted_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 29%] 2022-11-23T02:22:40.5883634Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_xlog1py_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5884238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_special_zeta_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 30%] 2022-11-23T02:22:40.5884807Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5885474Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_split_with_sizes_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5886009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sqrt_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5886834Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_square_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5887358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5887869Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_squeeze_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5888369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stack_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5888854Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5889369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_std_mean_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5889874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5890374Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_stft_cuda_float64 PASSED [ 30%] 2022-11-23T02:22:40.5890986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_sub_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5891494Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_svd_cuda_complex128 PASSED [ 30%] 2022-11-23T02:22:40.5892148Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5892930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_t_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5893442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_along_dim_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5893962Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_take_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5894466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5894968Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tan_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5895458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tanh_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5895957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tile_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5896462Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5896938Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5897524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_to_sparse_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5898198Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trace_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5898889Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapezoid_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5899547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_complex128 PASSED [ 31%] 2022-11-23T02:22:40.5900057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_trapz_cuda_float64 PASSED [ 31%] 2022-11-23T02:22:40.5900560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5901046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_tril_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5901545Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_triu_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5902057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5902575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_true_divide_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5903086Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unbind_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5903599Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unflatten_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5904110Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_copy_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5904765Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unfold_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5905594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_unsqueeze_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5906120Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5906624Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_var_mean_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5907128Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vdot_cuda_float64 PASSED [ 32%] 2022-11-23T02:22:40.5907738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_complex128 PASSED [ 32%] 2022-11-23T02:22:40.5908247Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5908756Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_as_real_cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5909255Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_view_cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5909771Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5910281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vsplit_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5910930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_vstack_cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5911674Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_where_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5912276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5912779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zero__cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5913350Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T02:22:40.5914101Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T02:22:40.5914773Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 33%] 2022-11-23T02:22:40.5915349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_H_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5915840Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_T_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:40.5916342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_complex128 PASSED [ 33%] 2022-11-23T02:22:40.5916849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___radd___cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5917516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_complex128 PASSED [ 34%] 2022-11-23T02:22:40.5918318Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmatmul___cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5918827Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rmul___cuda_complex128 PASSED [ 34%] 2022-11-23T02:22:40.5919363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_complex128 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:22:40.5919906Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rpow___cuda_float64 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:22:40.5920420Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD___rsub___cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5920920Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_abs_cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5921437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_acos_cuda_complex128 SKIPPED (Skipped!) [ 34%] 2022-11-23T02:22:40.5921940Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_add_cuda_complex128 PASSED [ 34%] 2022-11-23T02:22:40.5922450Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addbmm_cuda_complex128 PASSED [ 34%] 2022-11-23T02:22:40.5922962Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcdiv_cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5923731Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_complex128 PASSED [ 34%] 2022-11-23T02:22:40.5924529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addcmul_cuda_float64 PASSED [ 34%] 2022-11-23T02:22:40.5925046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_complex128 PASSED [ 35%] 2022-11-23T02:22:40.5925549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_cuda_float64 PASSED [ 35%] 2022-11-23T02:22:40.5926069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_complex128 PASSED [ 35%] 2022-11-23T02:22:40.5926594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addmm_decomposed_cuda_float64 PASSED [ 35%] 2022-11-23T02:22:40.5927113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_addr_cuda_complex128 PASSED [ 35%] 2022-11-23T02:22:40.5927699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_allclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5928276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_amax_cuda_float64 PASSED [ 35%] 2022-11-23T02:22:40.5928780Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_complex128 PASSED [ 35%] 2022-11-23T02:22:40.5929282Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_angle_cuda_float64 PASSED [ 35%] 2022-11-23T02:22:40.5930008Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_any_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5931041Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_arange_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5931705Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5932344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5932981Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5933636Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argwhere_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 35%] 2022-11-23T02:22:40.5934292Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_argwhere_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:22:40.5934907Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 36%] 2022-11-23T02:22:40.5935478Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 36%] 2022-11-23T02:22:40.5936175Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_as_strided_scatter_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5937031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asin_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5937537Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_asinh_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5938055Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5938579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_atleast_2d_cuda_float64 PASSED [ 36%] 2022-11-23T02:22:40.5939095Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_baddbmm_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5939600Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bfloat16_cuda_float64 XFAIL [ 36%] 2022-11-23T02:22:40.5940217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_block_diag_cuda_complex128 PASSED [ 36%] 2022-11-23T02:22:40.5940719Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bmm_cuda_float64 PASSED [ 36%] 2022-11-23T02:22:40.5941281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bool_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:22:40.5941948Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:22:40.5942776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 36%] 2022-11-23T02:22:40.5943807Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 37%] 2022-11-23T02:22:40.5944421Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdist_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5944932Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_complex128 PASSED [ 37%] 2022-11-23T02:22:40.5945443Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cdouble_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5945951Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_complex128 XFAIL [ 37%] 2022-11-23T02:22:40.5946523Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cfloat_cuda_float64 XFAIL [ 37%] 2022-11-23T02:22:40.5947045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chalf_cuda_complex128 XFAIL [ 37%] 2022-11-23T02:22:40.5947562Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_complex128 PASSED [ 37%] 2022-11-23T02:22:40.5948100Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_inverse_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5948776Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cholesky_solve_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5949464Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_chunk_cuda_complex128 PASSED [ 37%] 2022-11-23T02:22:40.5950077Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clamp_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5950579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_clone_cuda_complex128 PASSED [ 37%] 2022-11-23T02:22:40.5951071Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_column_stack_cuda_float64 PASSED [ 37%] 2022-11-23T02:22:40.5951591Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_combinations_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5952108Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_complex_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5952606Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5953119Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_complex128 PASSED [ 38%] 2022-11-23T02:22:40.5953643Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_conj_physical_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5954155Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_copysign_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5954646Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_corrcoef_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5955306Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cos_cuda_complex128 PASSED [ 38%] 2022-11-23T02:22:40.5956088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cosh_cuda_complex128 PASSED [ 38%] 2022-11-23T02:22:40.5956693Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_complex128 XFAIL [ 38%] 2022-11-23T02:22:40.5957185Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cov_cuda_float64 XFAIL [ 38%] 2022-11-23T02:22:40.5957681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cross_cuda_complex128 PASSED [ 38%] 2022-11-23T02:22:40.5958181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummax_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5958663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cummin_cuda_float64 PASSED [ 38%] 2022-11-23T02:22:40.5959195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_complex128 PASSED [ 38%] 2022-11-23T02:22:40.5959745Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_cumulative_trapezoid_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5960273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5960789Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diag_embed_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5961540Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5962199Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagflat_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5962722Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_copy_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5963311Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5963836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diagonal_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5964339Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_diff_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5964848Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_digamma_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5965344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dist_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5965838Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dot_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5966338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_complex128 PASSED [ 39%] 2022-11-23T02:22:40.5966830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_double_cuda_float64 PASSED [ 39%] 2022-11-23T02:22:40.5967499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dsplit_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5968332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_dstack_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5968925Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:22:40.5969580Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:22:40.5970225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_eq_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:22:40.5970868Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_equal_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 40%] 2022-11-23T02:22:40.5971437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_erfc_cuda_float64 PASSED [ 40%] 2022-11-23T02:22:40.5971918Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5973419Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_exp_cuda_float64 PASSED [ 40%] 2022-11-23T02:22:40.5973952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_as_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5974934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_expand_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5975572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5976081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft2_cuda_float64 PASSED [ 40%] 2022-11-23T02:22:40.5976583Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fft_cuda_float64 PASSED [ 40%] 2022-11-23T02:22:40.5977071Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_complex128 PASSED [ 40%] 2022-11-23T02:22:40.5977575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5978090Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_fftshift_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5978601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfft_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5979113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:40.5979619Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_hfftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5980438Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft2_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:40.5981164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:40.5981816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifft_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5982338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ifftshift_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5982856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_ihfftn_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5983363Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft2_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5983870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfft_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:40.5984394Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_irfftn_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:40.5984905Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fft_rfft_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5985387Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fill_cuda_float64 PASSED [ 41%] 2022-11-23T02:22:40.5985896Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fliplr_cuda_complex128 PASSED [ 42%] 2022-11-23T02:22:40.5986405Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_flipud_cuda_float64 PASSED [ 42%] 2022-11-23T02:22:40.5987049Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_cuda_float64 XFAIL [ 42%] 2022-11-23T02:22:40.5987875Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_float_power_cuda_complex128 PASSED [ 42%] 2022-11-23T02:22:40.5988484Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_floor_divide_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:22:40.5989063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_fmin_cuda_float64 PASSED [ 42%] 2022-11-23T02:22:40.5989557Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_frac_cuda_float64 PASSED [ 42%] 2022-11-23T02:22:40.5990112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:22:40.5991332Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_full_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:22:40.5991914Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_gradient_cuda_complex128 PASSED [ 42%] 2022-11-23T02:22:40.5992441Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_grid_sampler_2d_cuda_float64 PASSED [ 42%] 2022-11-23T02:22:40.5993205Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 42%] 2022-11-23T02:22:40.5994114Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hsplit_cuda_complex128 PASSED [ 42%] 2022-11-23T02:22:40.5994640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_complex128 PASSED [ 42%] 2022-11-23T02:22:40.5995149Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hstack_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.5995628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_hypot_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.5996208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.5996793Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_complex128 PASSED [ 43%] 2022-11-23T02:22:40.5997410Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_add_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.5997934Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_copy_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.5998442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_reduce_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.5998967Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_index_select_cuda_complex128 PASSED [ 43%] 2022-11-23T02:22:40.5999600Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_inner_cuda_float64 PASSED [ 43%] 2022-11-23T02:22:40.6000783Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_int_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6001750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6002412Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isclose_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6003065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isfinite_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6003721Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6004366Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 43%] 2022-11-23T02:22:40.6005010Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isnan_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6005649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_isneginf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6006334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6008039Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6008742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6009456Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_binary_return_by_ref_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6010152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_jiterator_unary_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 44%] 2022-11-23T02:22:40.6010746Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kron_cuda_complex128 PASSED [ 44%] 2022-11-23T02:22:40.6011261Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_kthvalue_cuda_float64 PASSED [ 44%] 2022-11-23T02:22:40.6011766Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ldexp_cuda_float64 PASSED [ 44%] 2022-11-23T02:22:40.6012269Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lerp_cuda_complex128 PASSED [ 44%] 2022-11-23T02:22:40.6012779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lgamma_cuda_float64 PASSED [ 44%] 2022-11-23T02:22:40.6013422Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_complex128 PASSED [ 44%] 2022-11-23T02:22:40.6014308Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cross_cuda_float64 PASSED [ 44%] 2022-11-23T02:22:40.6014858Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6015372Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6015911Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_det_singular_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6016440Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eig_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6016960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigh_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6017458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvals_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6017993Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6018530Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_eigvalsh_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6019079Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6019812Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_householder_product_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6020622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6021142Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_cuda_float64 PASSED [ 45%] 2022-11-23T02:22:40.6021661Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_inv_ex_cuda_complex128 PASSED [ 45%] 2022-11-23T02:22:40.6022251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:22:40.6022935Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 45%] 2022-11-23T02:22:40.6024205Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_solve_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:22:40.6024875Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:22:40.6025596Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_complex128 SKIPPED (Skipped!) [ 46%] 2022-11-23T02:22:40.6026195Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 46%] 2022-11-23T02:22:40.6027103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 PASSED [ 46%] 2022-11-23T02:22:40.6027657Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_complex128 PASSED [ 46%] 2022-11-23T02:22:40.6028197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_cuda_float64 PASSED [ 46%] 2022-11-23T02:22:40.6028704Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 PASSED [ 46%] 2022-11-23T02:22:40.6029241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_complex128 PASSED [ 46%] 2022-11-23T02:22:40.6029767Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_lu_solve_cuda_float64 PASSED [ 46%] 2022-11-23T02:22:40.6030289Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_norm_cuda_float64 PASSED [ 46%] 2022-11-23T02:22:40.6030928Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_complex128 PASSED [ 46%] 2022-11-23T02:22:40.6031486Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_power_cuda_float64 PASSED [ 46%] 2022-11-23T02:22:40.6032252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:22:40.6033270Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 46%] 2022-11-23T02:22:40.6033995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 47%] 2022-11-23T02:22:40.6034589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_multi_dot_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6035115Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6035665Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 XFAIL [ 47%] 2022-11-23T02:22:40.6036243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 XFAIL [ 47%] 2022-11-23T02:22:40.6036784Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_complex128 PASSED [ 47%] 2022-11-23T02:22:40.6037306Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6037836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_complex128 PASSED [ 47%] 2022-11-23T02:22:40.6038524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_hermitian_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6039488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 47%] 2022-11-23T02:22:40.6040314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_pinv_singular_cuda_float64 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 47%] 2022-11-23T02:22:40.6040908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_qr_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6041425Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_slogdet_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6041940Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_solve_cuda_float64 PASSED [ 47%] 2022-11-23T02:22:40.6042464Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6042978Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_svd_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6043501Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorinv_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6044028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_tensorsolve_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6044725Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vander_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6045361Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6046124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vecdot_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6046736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6047354Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_vector_norm_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6048044Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:22:40.6069125Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 48%] 2022-11-23T02:22:40.6070291Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6071368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log10_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6071908Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log1p_cuda_float64 PASSED [ 48%] 2022-11-23T02:22:40.6072426Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log2_cuda_complex128 PASSED [ 48%] 2022-11-23T02:22:40.6072931Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_log_cuda_float64 PASSED [ 49%] 2022-11-23T02:22:40.6073515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_and_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6074169Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_not_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6074836Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6075495Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_or_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6076154Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logical_xor_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6077140Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6078152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 49%] 2022-11-23T02:22:40.6078720Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_cuda_float64 PASSED [ 49%] 2022-11-23T02:22:40.6079224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_solve_cuda_float64 PASSED [ 49%] 2022-11-23T02:22:40.6079738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_lu_unpack_cuda_complex128 PASSED [ 49%] 2022-11-23T02:22:40.6080237Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mH_cuda_complex128 PASSED [ 49%] 2022-11-23T02:22:40.6080736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_complex128 PASSED [ 49%] 2022-11-23T02:22:40.6081226Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mT_cuda_float64 PASSED [ 49%] 2022-11-23T02:22:40.6081729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amax_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6082246Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_amin_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6082996Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 50%] 2022-11-23T02:22:40.6083929Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumprod_cuda_complex128 PASSED [ 50%] 2022-11-23T02:22:40.6085081Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_cumsum_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6085651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_fill_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6086166Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_mean_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6086686Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_median_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6087207Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_scatter_cuda_complex128 PASSED [ 50%] 2022-11-23T02:22:40.6087734Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_complex128 PASSED [ 50%] 2022-11-23T02:22:40.6088256Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_select_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6088802Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmax_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6089840Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_softmin_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:40.6091957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_sum_cuda_complex128 PASSED [ 50%] 2022-11-23T02:22:40.6093010Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_masked_var_cuda_complex128 PASSED [ 50%] 2022-11-23T02:22:40.6094004Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_complex128 PASSED [ 51%] 2022-11-23T02:22:40.6095019Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_matrix_exp_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6096016Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_binary_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6097221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_max_reduction_with_dim_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6098364Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_maximum_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6099393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_meshgrid_list_of_tensors_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6100423Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_binary_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6101667Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_min_reduction_with_dim_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6102705Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_minimum_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6103661Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mode_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6104615Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_movedim_cuda_complex128 PASSED [ 51%] 2022-11-23T02:22:40.6106108Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_msort_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6107604Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mul_cuda_complex128 PASSED [ 51%] 2022-11-23T02:22:40.6108696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_multinomial_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 51%] 2022-11-23T02:22:40.6109742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mv_cuda_float64 PASSED [ 51%] 2022-11-23T02:22:40.6110752Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6111932Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6113009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmean_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6114149Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nanmedian_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6115114Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_complex128 PASSED [ 52%] 2022-11-23T02:22:40.6115994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_narrow_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6116951Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_dropout_backward_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6118095Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_native_layer_norm_cuda_float64 SKIPPED (Skipped!) [ 52%] 2022-11-23T02:22:40.6119435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ne_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:22:40.6120473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_neg_cuda_float64 PASSED [ 52%] 2022-11-23T02:22:40.6121531Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:22:40.6122738Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_empty_strided_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:22:40.6123946Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:22:40.6125352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 52%] 2022-11-23T02:22:40.6126672Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 53%] 2022-11-23T02:22:40.6127833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped!) [ 53%] 2022-11-23T02:22:40.6128922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6129953Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool1d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6131242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6132488Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_adaptive_max_pool3d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6133583Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6134587Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6135540Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_avg_pool2d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6136517Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_batch_norm_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6137495Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_celu_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6138639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_complex128 PASSED [ 53%] 2022-11-23T02:22:40.6139809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv1d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6140820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_complex128 PASSED [ 53%] 2022-11-23T02:22:40.6141985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_conv_transpose3d_cuda_float64 PASSED [ 53%] 2022-11-23T02:22:40.6143043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_embedding_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6144048Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_cosine_similarity_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6145221Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout2d_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6146404Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout3d_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6147394Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_dropout_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6148450Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6149542Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6150589Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_gaussian_nll_loss_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6151744Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardsigmoid_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6152967Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_hardtanh_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6153995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_instance_norm_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6155030Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 PASSED [ 54%] 2022-11-23T02:22:40.6156054Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_l1_loss_cuda_complex128 PASSED [ 54%] 2022-11-23T02:22:40.6157047Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_complex128 PASSED [ 54%] 2022-11-23T02:22:40.6158105Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_linear_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6159513Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_local_response_norm_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6160597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_pool3d_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6161638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool1d_grad_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6162651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 XFAIL [ 55%] 2022-11-23T02:22:40.6163638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_mish_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6164649Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multi_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6165948Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6167132Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_nll_loss_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6168126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_normalize_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6169137Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_circular_cuda_complex128 PASSED [ 55%] 2022-11-23T02:22:40.6170267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_constant_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6171321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_complex128 PASSED [ 55%] 2022-11-23T02:22:40.6172566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pad_reflect_cuda_float64 PASSED [ 55%] 2022-11-23T02:22:40.6173733Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pairwise_distance_cuda_complex128 PASSED [ 55%] 2022-11-23T02:22:40.6174790Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 PASSED [ 56%] 2022-11-23T02:22:40.6175809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_shuffle_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6176825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6177859Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_poisson_nll_loss_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6178994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_prelu_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6180161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_relu_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6181149Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_rrelu_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6182122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_selu_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6183065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_silu_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6184043Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6185145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_soft_margin_loss_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6186409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 PASSED [ 56%] 2022-11-23T02:22:40.6187614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6188625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_softplus_cuda_float64 PASSED [ 56%] 2022-11-23T02:22:40.6189638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_complex128 PASSED [ 56%] 2022-11-23T02:22:40.6190640Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6191742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_complex128 PASSED [ 57%] 2022-11-23T02:22:40.6193029Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_triplet_margin_loss_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6194107Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_complex128 PASSED [ 57%] 2022-11-23T02:22:40.6195087Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_unfold_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6196063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nn_functional_upsample_bilinear_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6197179Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:22:40.6198572Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_nonzero_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:22:40.6199878Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6200847Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_fro_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6201758Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_inf_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6202658Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_norm_nuc_cuda_float64 PASSED [ 57%] 2022-11-23T02:22:40.6203632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_normal_cuda_float64 SKIPPED (Gradients are incorrect!) [ 57%] 2022-11-23T02:22:40.6204712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 57%] 2022-11-23T02:22:40.6206162Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:22:40.6207524Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:22:40.6208578Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_complex128 PASSED [ 58%] 2022-11-23T02:22:40.6209474Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_ormqr_cuda_float64 PASSED [ 58%] 2022-11-23T02:22:40.6210356Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polar_cuda_float64 PASSED [ 58%] 2022-11-23T02:22:40.6211329Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_polygamma_polygamma_n_1_cuda_float64 SKIPPED (Skipped!) [ 58%] 2022-11-23T02:22:40.6212455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_positive_cuda_float64 PASSED [ 58%] 2022-11-23T02:22:40.6213604Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_pow_cuda_complex128 PASSED [ 58%] 2022-11-23T02:22:40.6214509Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_put_cuda_complex128 PASSED [ 58%] 2022-11-23T02:22:40.6215406Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_qr_cuda_complex128 PASSED [ 58%] 2022-11-23T02:22:40.6216478Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_quantile_cuda_float64 PASSED [ 58%] 2022-11-23T02:22:40.6217388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rad2deg_cuda_float64 PASSED [ 58%] 2022-11-23T02:22:40.6218452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:22:40.6219643Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:22:40.6220825Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 58%] 2022-11-23T02:22:40.6222028Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:22:40.6223063Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6224122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_real_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6225259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reciprocal_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6226225Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_remainder_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6227273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_renorm_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6228213Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6229174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6230145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_repeat_interleave_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6231097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6232033Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_reshape_as_cuda_float64 PASSED [ 59%] 2022-11-23T02:22:40.6233098Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resize_as__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 59%] 2022-11-23T02:22:40.6234165Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_conj_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6235119Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_complex128 PASSED [ 59%] 2022-11-23T02:22:40.6236061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_resolve_neg_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6236973Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rot90_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6237839Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6238804Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 60%] 2022-11-23T02:22:40.6239764Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_rsqrt_cuda_complex128 PASSED [ 60%] 2022-11-23T02:22:40.6240837Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_cuda_complex128 PASSED [ 60%] 2022-11-23T02:22:40.6242020Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amax_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6243010Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_amin_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6244144Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_mean_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6245076Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_prod_cuda_float64 XFAIL [ 60%] 2022-11-23T02:22:40.6246018Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_scatter_reduce_sum_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6246982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_lengths_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6247962Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_segment_reduce_offsets_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6248897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_select_cuda_float64 PASSED [ 60%] 2022-11-23T02:22:40.6249805Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sgn_cuda_complex128 PASSED [ 60%] 2022-11-23T02:22:40.6250856Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:22:40.6252021Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:22:40.6253027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sigmoid_cuda_complex128 PASSED [ 61%] 2022-11-23T02:22:40.6253924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sign_cuda_float64 PASSED [ 61%] 2022-11-23T02:22:40.6255116Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_exponential_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:22:40.6256397Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:22:40.6257629Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_signal_windows_kaiser_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 61%] 2022-11-23T02:22:40.6258688Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sin_cuda_complex128 PASSED [ 61%] 2022-11-23T02:22:40.6259588Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_complex128 PASSED [ 61%] 2022-11-23T02:22:40.6260489Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinc_cuda_float64 PASSED [ 61%] 2022-11-23T02:22:40.6261455Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_complex128 PASSED [ 61%] 2022-11-23T02:22:40.6262334Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sinh_cuda_float64 PASSED [ 61%] 2022-11-23T02:22:40.6263228Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_complex128 PASSED [ 61%] 2022-11-23T02:22:40.6264133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_slice_cuda_float64 PASSED [ 61%] 2022-11-23T02:22:40.6265060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_softmax_with_dtype_cuda_float64 PASSED [ 61%] 2022-11-23T02:22:40.6266143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_airy_ai_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6267343Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_j1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6268570Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_y0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6269772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6271161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_t_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6272551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6274119Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_chebyshev_polynomial_w_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 62%] 2022-11-23T02:22:40.6275261Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_entr_cuda_float64 PASSED [ 62%] 2022-11-23T02:22:40.6276381Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6277484Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_i0e_cuda_float64 PASSED [ 62%] 2022-11-23T02:22:40.6278602Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_laguerre_polynomial_l_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6279711Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_log_ndtr_cuda_float64 PASSED [ 62%] 2022-11-23T02:22:40.6280974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6282266Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 62%] 2022-11-23T02:22:40.6283353Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_ndtri_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6284459Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:22:40.6285781Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 63%] 2022-11-23T02:22:40.6287125Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_shifted_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 63%] 2022-11-23T02:22:40.6288411Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_special_spherical_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 63%] 2022-11-23T02:22:40.6289499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_cuda_complex128 PASSED [ 63%] 2022-11-23T02:22:40.6290430Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_list_args_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6291389Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_split_with_sizes_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6292316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sqrt_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6293215Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_square_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6294102Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_squeeze_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6294999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_cuda_complex128 PASSED [ 63%] 2022-11-23T02:22:40.6295895Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_std_mean_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6296944Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_stft_cuda_float64 PASSED [ 63%] 2022-11-23T02:22:40.6297832Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sub_cuda_complex128 PASSED [ 63%] 2022-11-23T02:22:40.6298716Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_sum_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6299611Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_symeig_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6300479Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6301362Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_t_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6302278Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6303217Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_along_dim_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6304141Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6305038Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_take_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6305922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tan_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6306781Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tanh_cuda_float64 PASSED [ 64%] 2022-11-23T02:22:40.6307871Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tensor_split_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6308814Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tile_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6309703Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_cuda_complex128 PASSED [ 64%] 2022-11-23T02:22:40.6310762Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 64%] 2022-11-23T02:22:40.6311801Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_to_sparse_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6312701Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_topk_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6313597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_complex128 PASSED [ 65%] 2022-11-23T02:22:40.6314467Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trace_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6315377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_transpose_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6316284Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapezoid_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6317174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trapz_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6318112Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triangular_solve_cuda_complex128 PASSED [ 65%] 2022-11-23T02:22:40.6319050Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_tril_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6319949Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_complex128 PASSED [ 65%] 2022-11-23T02:22:40.6320830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_triu_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6321731Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_trunc_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6322645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unbind_cuda_complex128 PASSED [ 65%] 2022-11-23T02:22:40.6323560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unflatten_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6324647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_copy_cuda_float64 PASSED [ 65%] 2022-11-23T02:22:40.6325569Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6326477Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unfold_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:40.6327515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_uniform_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:22:40.6328705Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unique_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 66%] 2022-11-23T02:22:40.6330484Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_unsqueeze_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6331539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6332466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_var_mean_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6333393Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_complex_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:40.6334317Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:40.6335230Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_as_real_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6336403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_copy_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:40.6337567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_view_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6338536Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6339440Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vsplit_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:40.6340342Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_complex128 PASSED [ 66%] 2022-11-23T02:22:40.6341255Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_vstack_cuda_float64 PASSED [ 67%] 2022-11-23T02:22:40.6342161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_complex128 PASSED [ 67%] 2022-11-23T02:22:40.6343181Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_where_cuda_float64 PASSED [ 67%] 2022-11-23T02:22:40.6344206Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_xlogy_cuda_float64 PASSED [ 67%] 2022-11-23T02:22:40.6345244Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zero__cuda_complex128 PASSED [ 67%] 2022-11-23T02:22:40.6346357Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:22:40.6347516Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:22:40.6348679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_zeros_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 67%] 2022-11-23T02:22:40.6349872Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6351349Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_H_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6352708Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6354046Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_T_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6355259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___getitem___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6356487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___radd___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 67%] 2022-11-23T02:22:40.6357994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rdiv___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6359397Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6360638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rmatmul___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6361810Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rpow___cuda_complex128 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:22:40.6362947Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6364538Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD___rsub___cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6365912Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_complex128 SKIPPED (In-place abs not supported for complex tensors) [ 68%] 2022-11-23T02:22:40.6366976Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_abs_cuda_float64 PASSED [ 68%] 2022-11-23T02:22:40.6367927Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acos_cuda_complex128 SKIPPED (Skipped!) [ 68%] 2022-11-23T02:22:40.6369060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6370367Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_acosh_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 68%] 2022-11-23T02:22:40.6371710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_complex128 PASSED [ 68%] 2022-11-23T02:22:40.6372729Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addbmm_cuda_float64 PASSED [ 68%] 2022-11-23T02:22:40.6373671Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addcmul_cuda_float64 PASSED [ 68%] 2022-11-23T02:22:40.6374612Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_cuda_float64 PASSED [ 68%] 2022-11-23T02:22:40.6375590Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_complex128 PASSED [ 69%] 2022-11-23T02:22:40.6376579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addmm_decomposed_cuda_float64 PASSED [ 69%] 2022-11-23T02:22:40.6377721Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_addr_cuda_complex128 PASSED [ 69%] 2022-11-23T02:22:40.6379024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_allclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6380262Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:22:40.6381653Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_aminmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6382877Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_angle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:22:40.6384223Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_any_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6385683Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmax_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6386896Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6388113Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_argsort_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 69%] 2022-11-23T02:22:40.6389288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_complex128 SKIPPED (Numerous errors) [ 69%] 2022-11-23T02:22:40.6390367Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_cuda_float64 SKIPPED (Numerous errors) [ 69%] 2022-11-23T02:22:40.6392011Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_as_strided_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 69%] 2022-11-23T02:22:40.6393366Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_asinh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6394601Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atanh_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6395852Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6396473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6397103Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_atleast_3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6397709Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_baddbmm_cuda_complex128 PASSED [ 70%] 2022-11-23T02:22:40.6398479Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bernoulli_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6399219Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_block_diag_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6399849Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6400458Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bmm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6401057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bool_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:22:40.6401681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_broadcast_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 70%] 2022-11-23T02:22:40.6402444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_bucketize_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:22:40.6403051Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:22:40.6403645Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_byte_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 70%] 2022-11-23T02:22:40.6404444Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cat_cuda_complex128 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 71%] 2022-11-23T02:22:40.6405264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cat_cuda_float64 SKIPPED (TODO(whc) fix pre-existing bug with cat for newly added opinfo for empty+nonempty) [ 71%] 2022-11-23T02:22:40.6406026Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cdouble_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6406644Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cfloat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6407263Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chalf_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6407987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:22:40.6408606Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_char_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 71%] 2022-11-23T02:22:40.6409259Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_inverse_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6409887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cholesky_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6410497Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_chunk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6411193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_clone_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6411970Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_combinations_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6412717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_complex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6413338Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6413938Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 71%] 2022-11-23T02:22:40.6414487Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_complex128 PASSED [ 72%] 2022-11-23T02:22:40.6414974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_conj_physical_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6415596Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_contiguous_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6416186Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_copysign_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6416647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cosh_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6417273Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_count_nonzero_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 72%] 2022-11-23T02:22:40.6417974Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cov_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6418670Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cross_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6419298Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumprod_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6419816Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumsum_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6420483Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6421126Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_cumulative_trapezoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6421707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_deg2rad_cuda_float64 PASSED [ 72%] 2022-11-23T02:22:40.6422341Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 72%] 2022-11-23T02:22:40.6422954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diag_embed_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6423575Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagflat_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6424204Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6424954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6425710Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6426514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_diagonal_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6426995Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_digamma_cuda_float64 PASSED [ 73%] 2022-11-23T02:22:40.6427596Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6428144Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_complex128 PASSED [ 73%] 2022-11-23T02:22:40.6428635Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_no_rounding_mode_cuda_float64 PASSED [ 73%] 2022-11-23T02:22:40.6429123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_div_trunc_rounding_cuda_float64 PASSED [ 73%] 2022-11-23T02:22:40.6429860Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6430475Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6431084Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_double_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6431844Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 73%] 2022-11-23T02:22:40.6432579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_dsplit_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:22:40.6433321Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:22:40.6433930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_einsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:22:40.6434528Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6435242Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6435870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_empty_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6436466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eq_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6436924Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_erfinv_cuda_float64 PASSED [ 74%] 2022-11-23T02:22:40.6437375Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_exp_cuda_float64 PASSED [ 74%] 2022-11-23T02:22:40.6438056Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expand_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:22:40.6438595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_expm1_cuda_float64 PASSED [ 74%] 2022-11-23T02:22:40.6439316Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6440057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_eye_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 74%] 2022-11-23T02:22:40.6440665Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 74%] 2022-11-23T02:22:40.6441267Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6441881Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6442502Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_fftshift_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6443121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_hfftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6443874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6444485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6445222Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6445973Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6446717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ifftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6447358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_ihfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6447970Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6448698Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_irfft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6449324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfft2_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6449937Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fft_rfftn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:40.6450413Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fill_cuda_complex128 PASSED [ 75%] 2022-11-23T02:22:40.6451023Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6451695Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flip_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6452382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fliplr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6453075Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_flipud_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6453789Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_float_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6454432Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6455031Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_fmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6455492Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_frac_cuda_float64 PASSED [ 76%] 2022-11-23T02:22:40.6456140Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:22:40.6456733Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_full_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:22:40.6457466Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ge_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:22:40.6458065Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_geqrf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:22:40.6458688Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gradient_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6459408Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_gt_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 76%] 2022-11-23T02:22:40.6460143Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_half_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 76%] 2022-11-23T02:22:40.6460883Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_half_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:22:40.6461552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_heaviside_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:22:40.6462151Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_histc_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:22:40.6463920Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:22:40.6464629Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:22:40.6465248Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 77%] 2022-11-23T02:22:40.6465795Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_hypot_cuda_float64 PASSED [ 77%] 2022-11-23T02:22:40.6466320Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_i0_cuda_float64 PASSED [ 77%] 2022-11-23T02:22:40.6467115Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_igammac_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 77%] 2022-11-23T02:22:40.6467670Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_complex128 PASSED [ 77%] 2022-11-23T02:22:40.6468152Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_copy_cuda_float64 PASSED [ 77%] 2022-11-23T02:22:40.6468632Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_complex128 PASSED [ 77%] 2022-11-23T02:22:40.6469164Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_fill_cuda_float64 PASSED [ 77%] 2022-11-23T02:22:40.6469639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_complex128 PASSED [ 77%] 2022-11-23T02:22:40.6470097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_put_cuda_float64 PASSED [ 78%] 2022-11-23T02:22:40.6470737Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_index_select_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:22:40.6471352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isclose_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6472174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6472887Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6473639Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isnan_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6474379Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_isposinf_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6475072Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_4inputs_with_extra_args_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6475740Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_jiterator_binary_return_by_ref_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6476343Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ldexp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:22:40.6476927Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_le_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 78%] 2022-11-23T02:22:40.6477515Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_complex128 PASSED [ 78%] 2022-11-23T02:22:40.6477994Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lerp_cuda_float64 PASSED [ 78%] 2022-11-23T02:22:40.6478452Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lgamma_cuda_float64 PASSED [ 78%] 2022-11-23T02:22:40.6479085Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cond_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 78%] 2022-11-23T02:22:40.6479860Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cond_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6480674Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cross_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6481379Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_det_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6482025Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_eigvals_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6482697Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6483355Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_householder_product_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6483972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6484597Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_inv_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6485208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:22:40.6486066Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:22:40.6486788Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_factor_ex_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:22:40.6487566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_ldl_solve_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 79%] 2022-11-23T02:22:40.6488127Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_cuda_float64 SKIPPED (Skipped!) [ 79%] 2022-11-23T02:22:40.6488800Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 79%] 2022-11-23T02:22:40.6489453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lstsq_grad_oriented_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6490070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6490672Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6491416Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6492061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6492770Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_factor_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6493485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_lu_solve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6494288Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6494989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6495628Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_power_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6496315Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:22:40.6496972Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:22:40.6497623Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_matrix_rank_hermitian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 80%] 2022-11-23T02:22:40.6498253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_multi_dot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6499020Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 80%] 2022-11-23T02:22:40.6499830Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6500651Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_norm_subgradients_at_zero_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6501409Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6502070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_pinv_singular_cuda_complex128 SKIPPED (test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test) [ 81%] 2022-11-23T02:22:40.6502707Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6503330Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_slogdet_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6503945Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6504717Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6505385Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_solve_triangular_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6506013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6506779Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6507556Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6508319Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorinv_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6508984Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_tensorsolve_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6509625Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vander_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 81%] 2022-11-23T02:22:40.6510243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vecdot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6510950Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_vector_norm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6511560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:22:40.6512034Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log10_cuda_complex128 PASSED [ 82%] 2022-11-23T02:22:40.6512638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log2_cuda_complex128 PASSED [ 82%] 2022-11-23T02:22:40.6513173Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_cuda_float64 PASSED [ 82%] 2022-11-23T02:22:40.6513933Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6514753Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_log_softmax_with_dtype_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6515427Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logcumsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6516057Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logical_and_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:22:40.6516679Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logspace_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:22:40.6517287Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logspace_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 82%] 2022-11-23T02:22:40.6518015Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6518655Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_lu_unpack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 82%] 2022-11-23T02:22:40.6519252Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mH_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6519936Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mT_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6520657Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_amax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6521435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_argmin_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 83%] 2022-11-23T02:22:40.6522124Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumsum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6522761Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_cumsum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6523403Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_logsumexp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6524027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6524656Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_median_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6525281Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6525921Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6526773Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_prod_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6527491Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_softmin_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6528290Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_std_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6528952Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_sum_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:40.6529577Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_masked_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6530190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matmul_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6530819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matrix_exp_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6531552Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_matrix_exp_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6532184Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_maximum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6532796Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6533565Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_meshgrid_variadic_tensors_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6534276Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_binary_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6535097Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_reduction_no_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6535775Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_min_reduction_with_dim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6536382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_minimum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6536987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mm_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6537579Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6538187Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_movedim_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 84%] 2022-11-23T02:22:40.6538785Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_msort_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6539243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mul_cuda_complex128 PASSED [ 85%] 2022-11-23T02:22:40.6539882Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_1_cuda_float64 PASSED [ 85%] 2022-11-23T02:22:40.6540511Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_3_cuda_float64 PASSED [ 85%] 2022-11-23T02:22:40.6541122Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_mvlgamma_mvlgamma_p_5_cuda_float64 PASSED [ 85%] 2022-11-23T02:22:40.6541681Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nan_to_num_cuda_float64 PASSED [ 85%] 2022-11-23T02:22:40.6542343Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanmean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6542955Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanmedian_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6543621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nanquantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6544241Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6544865Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_native_layer_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 85%] 2022-11-23T02:22:40.6545564Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ne_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:22:40.6546193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:22:40.6546895Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_empty_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:22:40.6547594Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_full_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 85%] 2022-11-23T02:22:40.6548347Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_ones_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:22:40.6549017Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_ones_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:22:40.6549618Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_new_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 86%] 2022-11-23T02:22:40.6550314Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional__scaled_dot_product_attention_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6550985Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6551650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6552309Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_adaptive_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6552798Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_alpha_dropout_cuda_float64 PASSED [ 86%] 2022-11-23T02:22:40.6553663Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6554418Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_avg_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6555243Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_batch_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6555971Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_batch_norm_without_cudnn_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6556622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6557292Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6557960Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 86%] 2022-11-23T02:22:40.6558736Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6559435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_conv_transpose3d_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6560084Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_ctc_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6560713Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout2d_cuda_float64 PASSED [ 87%] 2022-11-23T02:22:40.6561385Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_dropout_cuda_float64 PASSED [ 87%] 2022-11-23T02:22:40.6561987Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_elu_cuda_float64 PASSED [ 87%] 2022-11-23T02:22:40.6562690Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_embedding_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6563277Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_feature_alpha_dropout_without_train_cuda_complex128 PASSED [ 87%] 2022-11-23T02:22:40.6563954Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_fractional_max_pool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6564576Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_gelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6565197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_glu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6565842Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_grid_sample_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6566481Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_group_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6567358Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_huber_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 87%] 2022-11-23T02:22:40.6568159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_instance_norm_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6569002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_bilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6569693Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_linear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6570377Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_nearest_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6571060Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_interpolate_trilinear_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6571694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_kl_div_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6572454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6572982Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_leaky_relu_cuda_float64 PASSED [ 88%] 2022-11-23T02:22:40.6573636Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_linear_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6574442Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_logsigmoid_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6575269Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_pool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6576003Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool1d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6576676Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6577352Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool2d_grad_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6578009Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_max_unpool3d_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 88%] 2022-11-23T02:22:40.6578696Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multilabel_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6579388Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_multilabel_soft_margin_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6580166Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_nll_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6580930Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_normalize_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6581742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pad_constant_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6582566Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pairwise_distance_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6583219Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pdist_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6583888Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_shuffle_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6584551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_pixel_unshuffle_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6585186Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_prelu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6585923Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_relu6_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6586576Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_relu_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6587070Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_rrelu_cuda_float64 XFAIL [ 89%] 2022-11-23T02:22:40.6587941Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_smooth_l1_loss_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 89%] 2022-11-23T02:22:40.6588818Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softmin_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6589549Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6590208Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_softsign_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6590867Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_tanhshrink_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6591379Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_threshold_cuda_float64 PASSED [ 90%] 2022-11-23T02:22:40.6592026Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_nn_functional_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6592643Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_fro_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6593251Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_norm_inf_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6593958Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_normal_number_mean_cuda_float64 SKIPPED (Gradients are incorrect!) [ 90%] 2022-11-23T02:22:40.6594715Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:22:40.6595437Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ones_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 90%] 2022-11-23T02:22:40.6596196Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_outer_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6596819Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pca_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6597434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_permute_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6598036Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pinverse_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 90%] 2022-11-23T02:22:40.6598638Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polar_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6599253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_0_cuda_float64 PASSED [ 91%] 2022-11-23T02:22:40.6599815Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_polygamma_polygamma_n_3_cuda_float64 SKIPPED (Skipped!) [ 91%] 2022-11-23T02:22:40.6600431Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_positive_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6601147Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_positive_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6601833Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_pow_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6602434Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_put_cuda_float64 PASSED [ 91%] 2022-11-23T02:22:40.6603088Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_qr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6603703Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_quantile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6604319Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rand_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:22:40.6604922Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randint_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:22:40.6605529Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randint_like_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:22:40.6606140Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_randn_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 91%] 2022-11-23T02:22:40.6606742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6608567Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_ravel_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:40.6609189Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_remainder_cuda_float64 PASSED [ 92%] 2022-11-23T02:22:40.6609706Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_renorm_cuda_complex128 PASSED [ 92%] 2022-11-23T02:22:40.6610327Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6610980Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_interleave_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6611624Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_repeat_interleave_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6612253Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6612870Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6613630Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6614274Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_reshape_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6615027Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:22:40.6615742Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize__cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:22:40.6616490Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resize_as__cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 92%] 2022-11-23T02:22:40.6617133Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_conj_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6617750Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_conj_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 92%] 2022-11-23T02:22:40.6618373Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_neg_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6618993Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_resolve_neg_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6619595Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_roll_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6620191Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_roll_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6620790Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rot90_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6621473Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rot90_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6622820Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_0_cuda_float64 PASSED [ 93%] 2022-11-23T02:22:40.6623454Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_round_decimals_3_cuda_float64 SKIPPED (Skipped!) [ 93%] 2022-11-23T02:22:40.6623941Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsqrt_cuda_float64 PASSED [ 93%] 2022-11-23T02:22:40.6624563Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_rsub_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 93%] 2022-11-23T02:22:40.6625045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_add_cuda_complex128 PASSED [ 93%] 2022-11-23T02:22:40.6625514Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_cuda_float64 PASSED [ 93%] 2022-11-23T02:22:40.6626013Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_mean_cuda_float64 PASSED [ 93%] 2022-11-23T02:22:40.6626508Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_prod_cuda_float64 XFAIL [ 93%] 2022-11-23T02:22:40.6627002Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_scatter_reduce_sum_cuda_float64 PASSED [ 93%] 2022-11-23T02:22:40.6627662Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_lengths_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:22:40.6628560Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_segment_reduce_offsets_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:22:40.6629123Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sgn_cuda_complex128 PASSED [ 94%] 2022-11-23T02:22:40.6629897Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_short_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:22:40.6630574Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_short_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:22:40.6631061Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sigmoid_cuda_complex128 PASSED [ 94%] 2022-11-23T02:22:40.6631520Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sign_cuda_float64 PASSED [ 94%] 2022-11-23T02:22:40.6632161Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_signal_windows_gaussian_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 94%] 2022-11-23T02:22:40.6632629Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_complex128 PASSED [ 94%] 2022-11-23T02:22:40.6633089Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sin_cuda_float64 PASSED [ 94%] 2022-11-23T02:22:40.6633551Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sinc_cuda_complex128 PASSED [ 94%] 2022-11-23T02:22:40.6634163Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:22:40.6634772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:22:40.6635485Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_slice_scatter_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 94%] 2022-11-23T02:22:40.6636190Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6637699Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_softmax_with_dtype_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6638331Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_j0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6638957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_bessel_y1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6639622Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_u_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6640294Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_chebyshev_polynomial_v_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:22:40.6640925Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_entr_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6641553Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_erfcx_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6642453Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_hermite_polynomial_h_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6643238Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_i1_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6644053Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_legendre_polynomial_p_cuda_float64 SKIPPED (Skipping - testing takes an unreasonably long time, #79528) [ 95%] 2022-11-23T02:22:40.6644722Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_i1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6645369Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_modified_bessel_k0_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 95%] 2022-11-23T02:22:40.6645999Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_ndtri_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6646694Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_polygamma_special_polygamma_n_0_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 95%] 2022-11-23T02:22:40.6647370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_special_scaled_modified_bessel_k1_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 96%] 2022-11-23T02:22:40.6647986Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6648603Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6649396Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_list_args_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6650150Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_split_list_args_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6651496Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sqrt_cuda_complex128 PASSED [ 96%] 2022-11-23T02:22:40.6651971Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_complex128 PASSED [ 96%] 2022-11-23T02:22:40.6652435Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_squeeze_cuda_float64 PASSED [ 96%] 2022-11-23T02:22:40.6653040Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6653657Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_std_mean_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6654271Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stft_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6654874Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_stft_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6655346Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sub_cuda_complex128 PASSED [ 96%] 2022-11-23T02:22:40.6656096Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_sum_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6657024Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 96%] 2022-11-23T02:22:40.6657691Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6658324Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_svd_lowrank_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6658939Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_symeig_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6659539Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_symeig_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6659989Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_t_cuda_float64 PASSED [ 97%] 2022-11-23T02:22:40.6660614Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_take_along_dim_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6661121Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_complex128 PASSED [ 97%] 2022-11-23T02:22:40.6661585Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tan_cuda_float64 PASSED [ 97%] 2022-11-23T02:22:40.6662224Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensordot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6662984Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tensordot_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6663761Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tile_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6664433Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6665213Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_to_sparse_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 97%] 2022-11-23T02:22:40.6665811Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_topk_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 97%] 2022-11-23T02:22:40.6666415Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trace_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6666909Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_complex128 PASSED [ 98%] 2022-11-23T02:22:40.6667382Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_transpose_cuda_float64 PASSED [ 98%] 2022-11-23T02:22:40.6667993Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trapz_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6668621Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_triangular_solve_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6669159Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_tril_cuda_complex128 PASSED [ 98%] 2022-11-23T02:22:40.6669712Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_true_divide_cuda_float64 PASSED [ 98%] 2022-11-23T02:22:40.6670279Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_trunc_cuda_float64 PASSED [ 98%] 2022-11-23T02:22:40.6671145Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unflatten_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6671813Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_copy_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6672436Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_copy_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6673045Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6673650Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unfold_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 98%] 2022-11-23T02:22:40.6674285Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unique_consecutive_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 98%] 2022-11-23T02:22:40.6674754Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_unsqueeze_cuda_float64 PASSED [ 98%] 2022-11-23T02:22:40.6675370Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6676069Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_var_mean_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6676772Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vdot_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6677547Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6678197Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_view_as_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6678957Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vsplit_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6679576Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vstack_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6680189Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_vstack_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6680803Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_where_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 99%] 2022-11-23T02:22:40.6681264Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_xlogy_cuda_float64 PASSED [ 99%] 2022-11-23T02:22:40.6681727Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_complex128 PASSED [ 99%] 2022-11-23T02:22:40.6682193Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zero__cuda_float64 PASSED [ 99%] 2022-11-23T02:22:40.6682883Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:22:40.6683576Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_cuda_float64 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [ 99%] 2022-11-23T02:22:40.6685058Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_zeros_like_cuda_complex128 SKIPPED (Skipped! Op doesn't support autograd for this dtype.) [100%] 2022-11-23T02:22:40.6685096Z 2022-11-23T02:22:40.6685400Z ============================== warnings summary =============================== 2022-11-23T02:22:40.6685807Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:22:40.6686470Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:22:40.6686700Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:22:40.6686715Z 2022-11-23T02:22:40.6687096Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:22:40.6687749Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-2d164064fa814c5e.xml - 2022-11-23T02:22:40.6688082Z = 839 passed, 603 skipped, 8 deselected, 18 xfailed, 1 warning in 736.26s (0:12:16) = 2022-11-23T02:22:40.6688500Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:22:40.6688513Z 2022-11-23T02:22:40.6689173Z ##[endgroup] 2022-11-23T02:22:40.6689879Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_sitaxnjv) 2022-11-23T02:22:40.6689903Z 2022-11-23T02:22:41.1972953Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_ops_fwd_gradients.py', '-v', '--use-pytest', '-vv', '-rfEX', '-x', '--reruns=2', '-k=_linalg_cholesky_', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:22:41.196776] 2022-11-23T02:22:56.1106567Z 2022-11-23T02:22:56.1107657Z Expand the folded group to see the log file of test_ops_fwd_gradients 2022-11-23T02:22:56.1109451Z ##[group]PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_93werqe8) 2022-11-23T02:22:56.1110747Z Test results will be stored in test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-e21ae954493d7d72.xml 2022-11-23T02:22:56.1111657Z ============================= test session starts ============================= 2022-11-23T02:22:56.1112793Z platform win32 -- Python 3.9.12, pytest-7.1.3, pluggy-1.0.0 -- C:\Jenkins\Miniconda3\python.exe 2022-11-23T02:22:56.1113494Z cachedir: .pytest_cache 2022-11-23T02:22:56.1114445Z hypothesis profile 'pytorch_ci' -> database=None, max_examples=50, derandomize=True, suppress_health_check=[HealthCheck.too_slow] 2022-11-23T02:22:56.1115695Z rootdir: C:\actions-runner\_work\pytorch\pytorch, configfile: pytest.ini 2022-11-23T02:22:56.1116707Z plugins: hypothesis-5.35.1, flakefinder-1.1.0, forked-1.4.0, rerunfailures-10.2, shard-0.1.2, xdist-2.5.0, xdoctest-1.0.2 2022-11-23T02:22:56.1117601Z collecting ... collected 2901 items / 2889 deselected / 12 selected 2022-11-23T02:22:56.1122266Z Running 12 items in this shard: test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_cuda_float64, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_complex128, test/test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_float64 2022-11-23T02:22:56.1126159Z 2022-11-23T02:22:56.1126719Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_complex128 PASSED [ 8%] 2022-11-23T02:22:56.1127998Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_cuda_float64 PASSED [ 16%] 2022-11-23T02:22:56.1129279Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_complex128 PASSED [ 25%] 2022-11-23T02:22:56.1130368Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_fn_fwgrad_bwgrad_linalg_cholesky_ex_cuda_float64 PASSED [ 33%] 2022-11-23T02:22:56.1131439Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_complex128 PASSED [ 41%] 2022-11-23T02:22:56.1132499Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_cuda_float64 PASSED [ 50%] 2022-11-23T02:22:56.1133573Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 PASSED [ 58%] 2022-11-23T02:22:56.1134809Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_forward_mode_AD_linalg_cholesky_ex_cuda_float64 PASSED [ 66%] 2022-11-23T02:22:56.1136174Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 75%] 2022-11-23T02:22:56.1136925Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 83%] 2022-11-23T02:22:56.1137647Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_complex128 SKIPPED (Skipped! Operation does not support inplace autograd.) [ 91%] 2022-11-23T02:22:56.1138344Z test_ops_fwd_gradients.py::TestFwdGradientsCUDA::test_inplace_forward_mode_AD_linalg_cholesky_ex_cuda_float64 SKIPPED (Skipped! Operation does not support inplace autograd.) [100%] 2022-11-23T02:22:56.1138873Z 2022-11-23T02:22:56.1139026Z ============================== warnings summary =============================== 2022-11-23T02:22:56.1139433Z ..\..\..\..\..\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130 2022-11-23T02:22:56.1140044Z C:\Jenkins\Miniconda3\lib\site-packages\_pytest\config\__init__.py:1130: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: hypothesis 2022-11-23T02:22:56.1140690Z self._mark_plugins_for_rewrite(hook) 2022-11-23T02:22:56.1140887Z 2022-11-23T02:22:56.1141120Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2022-11-23T02:22:56.1142021Z - generated xml file: C:\actions-runner\_work\pytorch\pytorch\test\test-reports\python-pytest\test_ops_fwd_gradients\test_ops_fwd_gradients-e21ae954493d7d72.xml - 2022-11-23T02:22:56.1142592Z ========== 8 passed, 4 skipped, 2889 deselected, 1 warning in 8.28s =========== 2022-11-23T02:22:56.1143003Z If in CI, skip info is located in the xml test reports, please either go to s3 or the hud to download them 2022-11-23T02:22:56.1143262Z 2022-11-23T02:22:56.1143572Z ##[endgroup] 2022-11-23T02:22:56.1144028Z FINISHED PRINTING LOG FILE of test_ops_fwd_gradients (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_ops_fwd_gradients_93werqe8) 2022-11-23T02:22:56.1144363Z 2022-11-23T02:22:56.1144521Z Running test_cpp_extensions_jit ... [2022-11-23 02:22:56.112188] 2022-11-23T02:22:56.1145069Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_cpp_extensions_jit.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:22:56.112863] 2022-11-23T02:28:36.1211486Z 2022-11-23T02:28:36.1212998Z Expand the folded group to see the log file of test_cpp_extensions_jit 2022-11-23T02:28:36.1214731Z ##[group]PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_otkx7956) 2022-11-23T02:28:36.1431369Z 2022-11-23T02:28:36.1431869Z Running tests... 2022-11-23T02:28:36.1432539Z ---------------------------------------------------------------------- 2022-11-23T02:28:36.1439125Z Test results will be stored in test-reports\python-unittest\test_cpp_extensions_jit 2022-11-23T02:28:36.1439921Z Not wiping extensions build folder because Windows 2022-11-23T02:28:36.1440648Z test_autograd_from_cpp (__main__.TestCppExtensionJIT) ... ok (23.258s) 2022-11-23T02:28:36.1441441Z test_compilation_error_formatting (__main__.TestCppExtensionJIT) ... ok (10.984s) 2022-11-23T02:28:36.1444722Z test_cpp_frontend_module_has_same_output_as_python (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.1445924Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\cpp_frontend_extension... 2022-11-23T02:28:36.1447063Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\cpp_frontend_extension\build.ninja... 2022-11-23T02:28:36.1447922Z Building extension module cpp_frontend_extension... 2022-11-23T02:28:36.1448741Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.1453462Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=cpp_frontend_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cpp_frontend_extension.cpp /Focpp_frontend_extension.o 2022-11-23T02:28:36.1458373Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.1459045Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.1459427Z 2022-11-23T02:28:36.1460133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.1461502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1462274Z with 2022-11-23T02:28:36.1464670Z [ 2022-11-23T02:28:36.1465066Z T=c10::SymInt 2022-11-23T02:28:36.1465423Z ] 2022-11-23T02:28:36.1466300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1467122Z with 2022-11-23T02:28:36.1467458Z [ 2022-11-23T02:28:36.1467791Z T=c10::SymInt 2022-11-23T02:28:36.1468424Z ] 2022-11-23T02:28:36.1469544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1471363Z with 2022-11-23T02:28:36.1471704Z [ 2022-11-23T02:28:36.1472064Z T=c10::SymInt 2022-11-23T02:28:36.1472410Z ] 2022-11-23T02:28:36.1473642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1474605Z with 2022-11-23T02:28:36.1474922Z [ 2022-11-23T02:28:36.1475286Z T=c10::SymInt 2022-11-23T02:28:36.1475639Z ] 2022-11-23T02:28:36.1476622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1478150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1479520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1480346Z with 2022-11-23T02:28:36.1480649Z [ 2022-11-23T02:28:36.1481002Z T=c10::SymInt 2022-11-23T02:28:36.1481340Z ] 2022-11-23T02:28:36.1482126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.1483555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1484499Z with 2022-11-23T02:28:36.1484809Z [ 2022-11-23T02:28:36.1485182Z T=at::TensorBase 2022-11-23T02:28:36.1485546Z ] 2022-11-23T02:28:36.1486405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1487208Z with 2022-11-23T02:28:36.1487526Z [ 2022-11-23T02:28:36.1487864Z T=at::TensorBase 2022-11-23T02:28:36.1488222Z ] 2022-11-23T02:28:36.1489416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1490369Z with 2022-11-23T02:28:36.1490788Z [ 2022-11-23T02:28:36.1491165Z T=at::TensorBase 2022-11-23T02:28:36.1491496Z ] 2022-11-23T02:28:36.1492475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1493398Z with 2022-11-23T02:28:36.1493739Z [ 2022-11-23T02:28:36.1494093Z T=at::TensorBase 2022-11-23T02:28:36.1494439Z ] 2022-11-23T02:28:36.1495294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1496779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1498356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1499184Z with 2022-11-23T02:28:36.1499508Z [ 2022-11-23T02:28:36.1499873Z T=at::TensorBase 2022-11-23T02:28:36.1500410Z ] 2022-11-23T02:28:36.1501249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1502010Z with 2022-11-23T02:28:36.1502341Z [ 2022-11-23T02:28:36.1502830Z T=at::Tensor 2022-11-23T02:28:36.1503187Z ] 2022-11-23T02:28:36.1504271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1505065Z with 2022-11-23T02:28:36.1505370Z [ 2022-11-23T02:28:36.1505721Z T=at::Tensor 2022-11-23T02:28:36.1506068Z ] 2022-11-23T02:28:36.1507000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1507859Z with 2022-11-23T02:28:36.1508163Z [ 2022-11-23T02:28:36.1508513Z T=at::Tensor 2022-11-23T02:28:36.1508859Z ] 2022-11-23T02:28:36.1510039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1511076Z with 2022-11-23T02:28:36.1511400Z [ 2022-11-23T02:28:36.1511735Z T=at::Tensor 2022-11-23T02:28:36.1512074Z ] 2022-11-23T02:28:36.1512934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1514262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1515717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1516777Z with 2022-11-23T02:28:36.1517204Z [ 2022-11-23T02:28:36.1517543Z T=at::Tensor 2022-11-23T02:28:36.1517888Z ] 2022-11-23T02:28:36.1518721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1519480Z with 2022-11-23T02:28:36.1519805Z [ 2022-11-23T02:28:36.1520164Z T=at::Generator 2022-11-23T02:28:36.1520494Z ] 2022-11-23T02:28:36.1521352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1522145Z with 2022-11-23T02:28:36.1522556Z [ 2022-11-23T02:28:36.1522919Z T=at::Generator 2022-11-23T02:28:36.1523381Z ] 2022-11-23T02:28:36.1524401Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1525262Z with 2022-11-23T02:28:36.1525587Z [ 2022-11-23T02:28:36.1525949Z T=at::Generator 2022-11-23T02:28:36.1526305Z ] 2022-11-23T02:28:36.1527420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1528360Z with 2022-11-23T02:28:36.1528669Z [ 2022-11-23T02:28:36.1529129Z T=at::Generator 2022-11-23T02:28:36.1529516Z ] 2022-11-23T02:28:36.1530583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1531933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1533286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1534124Z with 2022-11-23T02:28:36.1534435Z [ 2022-11-23T02:28:36.1534796Z T=at::Generator 2022-11-23T02:28:36.1535145Z ] 2022-11-23T02:28:36.1536091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1536954Z with 2022-11-23T02:28:36.1537376Z [ 2022-11-23T02:28:36.1537739Z T=c10::Scalar 2022-11-23T02:28:36.1538084Z ] 2022-11-23T02:28:36.1538963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1539803Z with 2022-11-23T02:28:36.1540123Z [ 2022-11-23T02:28:36.1540456Z T=c10::Scalar 2022-11-23T02:28:36.1540789Z ] 2022-11-23T02:28:36.1541750Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1542707Z with 2022-11-23T02:28:36.1543034Z [ 2022-11-23T02:28:36.1543389Z T=c10::Scalar 2022-11-23T02:28:36.1544158Z ] 2022-11-23T02:28:36.1545161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1546093Z with 2022-11-23T02:28:36.1546421Z [ 2022-11-23T02:28:36.1546780Z T=c10::Scalar 2022-11-23T02:28:36.1547128Z ] 2022-11-23T02:28:36.1547975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1549454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1551011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1551867Z with 2022-11-23T02:28:36.1552201Z [ 2022-11-23T02:28:36.1552561Z T=c10::Scalar 2022-11-23T02:28:36.1552909Z ] 2022-11-23T02:28:36.1553725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1554504Z with 2022-11-23T02:28:36.1554836Z [ 2022-11-23T02:28:36.1555189Z T=std::string 2022-11-23T02:28:36.1555666Z ] 2022-11-23T02:28:36.1556921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1557822Z with 2022-11-23T02:28:36.1558147Z [ 2022-11-23T02:28:36.1558644Z T=std::string 2022-11-23T02:28:36.1558993Z ] 2022-11-23T02:28:36.1559956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1560857Z with 2022-11-23T02:28:36.1561168Z [ 2022-11-23T02:28:36.1561531Z T=std::string 2022-11-23T02:28:36.1561774Z ] 2022-11-23T02:28:36.1562375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1563104Z with 2022-11-23T02:28:36.1563418Z [ 2022-11-23T02:28:36.1563621Z T=std::string 2022-11-23T02:28:36.1563953Z ] 2022-11-23T02:28:36.1564587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1565390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1566200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1566698Z with 2022-11-23T02:28:36.1566896Z [ 2022-11-23T02:28:36.1567091Z T=std::string 2022-11-23T02:28:36.1567295Z ] 2022-11-23T02:28:36.1567792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1568378Z with 2022-11-23T02:28:36.1568579Z [ 2022-11-23T02:28:36.1568809Z T=c10::QualifiedName 2022-11-23T02:28:36.1569016Z ] 2022-11-23T02:28:36.1569707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1570403Z with 2022-11-23T02:28:36.1570609Z [ 2022-11-23T02:28:36.1570834Z T=c10::QualifiedName 2022-11-23T02:28:36.1571038Z ] 2022-11-23T02:28:36.1571598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1572122Z with 2022-11-23T02:28:36.1572326Z [ 2022-11-23T02:28:36.1572546Z T=c10::QualifiedName 2022-11-23T02:28:36.1572765Z ] 2022-11-23T02:28:36.1573333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1573932Z with 2022-11-23T02:28:36.1574125Z [ 2022-11-23T02:28:36.1574349Z T=c10::QualifiedName 2022-11-23T02:28:36.1574569Z ] 2022-11-23T02:28:36.1575191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1576154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1577210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1577711Z with 2022-11-23T02:28:36.1577910Z [ 2022-11-23T02:28:36.1578138Z T=c10::QualifiedName 2022-11-23T02:28:36.1578361Z ] 2022-11-23T02:28:36.1578859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1579305Z with 2022-11-23T02:28:36.1579505Z [ 2022-11-23T02:28:36.1579787Z T=std::shared_ptr 2022-11-23T02:28:36.1580045Z ] 2022-11-23T02:28:36.1580557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1581030Z with 2022-11-23T02:28:36.1581208Z [ 2022-11-23T02:28:36.1581482Z T=std::shared_ptr 2022-11-23T02:28:36.1581738Z ] 2022-11-23T02:28:36.1582443Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1583077Z with 2022-11-23T02:28:36.1583385Z [ 2022-11-23T02:28:36.1583659Z T=std::shared_ptr 2022-11-23T02:28:36.1583913Z ] 2022-11-23T02:28:36.1584502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1585152Z with 2022-11-23T02:28:36.1585347Z [ 2022-11-23T02:28:36.1585622Z T=std::shared_ptr 2022-11-23T02:28:36.1585862Z ] 2022-11-23T02:28:36.1586430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1587314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1588173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1588836Z with 2022-11-23T02:28:36.1589034Z [ 2022-11-23T02:28:36.1589321Z T=std::shared_ptr 2022-11-23T02:28:36.1589783Z ] 2022-11-23T02:28:36.1590298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1590751Z with 2022-11-23T02:28:36.1590949Z [ 2022-11-23T02:28:36.1591220Z T=std::weak_ptr 2022-11-23T02:28:36.1591474Z ] 2022-11-23T02:28:36.1592058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1592550Z with 2022-11-23T02:28:36.1592745Z [ 2022-11-23T02:28:36.1593016Z T=std::weak_ptr 2022-11-23T02:28:36.1593273Z ] 2022-11-23T02:28:36.1593832Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1594328Z with 2022-11-23T02:28:36.1594524Z [ 2022-11-23T02:28:36.1594789Z T=std::weak_ptr 2022-11-23T02:28:36.1595201Z ] 2022-11-23T02:28:36.1595920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1596589Z with 2022-11-23T02:28:36.1596769Z [ 2022-11-23T02:28:36.1597042Z T=std::weak_ptr 2022-11-23T02:28:36.1597302Z ] 2022-11-23T02:28:36.1597861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1598728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1599584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1600075Z with 2022-11-23T02:28:36.1600272Z [ 2022-11-23T02:28:36.1600523Z T=std::weak_ptr 2022-11-23T02:28:36.1600776Z ] 2022-11-23T02:28:36.1601371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1602002Z with 2022-11-23T02:28:36.1602201Z [ 2022-11-23T02:28:36.1602745Z T=std::vector> 2022-11-23T02:28:36.1603040Z ] 2022-11-23T02:28:36.1603550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1604026Z with 2022-11-23T02:28:36.1604221Z [ 2022-11-23T02:28:36.1604524Z T=std::vector> 2022-11-23T02:28:36.1604791Z ] 2022-11-23T02:28:36.1605352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1605866Z with 2022-11-23T02:28:36.1606067Z [ 2022-11-23T02:28:36.1606368Z T=std::vector> 2022-11-23T02:28:36.1606649Z ] 2022-11-23T02:28:36.1607231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1607754Z with 2022-11-23T02:28:36.1608202Z [ 2022-11-23T02:28:36.1608534Z T=std::vector> 2022-11-23T02:28:36.1608945Z ] 2022-11-23T02:28:36.1609648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.1610568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.1611428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1611924Z with 2022-11-23T02:28:36.1612106Z [ 2022-11-23T02:28:36.1612455Z T=std::vector> 2022-11-23T02:28:36.1612745Z ] 2022-11-23T02:28:36.1613233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1613691Z with 2022-11-23T02:28:36.1613869Z [ 2022-11-23T02:28:36.1614130Z T=std::vector> 2022-11-23T02:28:36.1614510Z ] 2022-11-23T02:28:36.1615031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1615729Z with 2022-11-23T02:28:36.1615929Z [ 2022-11-23T02:28:36.1616174Z T=std::vector> 2022-11-23T02:28:36.1616417Z ] 2022-11-23T02:28:36.1616974Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1617593Z with 2022-11-23T02:28:36.1617790Z [ 2022-11-23T02:28:36.1618147Z T=std::vector> 2022-11-23T02:28:36.1618459Z ] 2022-11-23T02:28:36.1619048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1619597Z with 2022-11-23T02:28:36.1619792Z [ 2022-11-23T02:28:36.1620051Z T=std::vector> 2022-11-23T02:28:36.1620301Z ] 2022-11-23T02:28:36.1620973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.1622121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.1623488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1624435Z with 2022-11-23T02:28:36.1624756Z [ 2022-11-23T02:28:36.1625192Z T=std::vector> 2022-11-23T02:28:36.1625637Z ] 2022-11-23T02:28:36.1626642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1627673Z with 2022-11-23T02:28:36.1628023Z [ 2022-11-23T02:28:36.1628742Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1629309Z ] 2022-11-23T02:28:36.1630287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1631184Z with 2022-11-23T02:28:36.1631526Z [ 2022-11-23T02:28:36.1632152Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1632713Z ] 2022-11-23T02:28:36.1633781Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1634898Z with 2022-11-23T02:28:36.1635361Z [ 2022-11-23T02:28:36.1636036Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1636600Z ] 2022-11-23T02:28:36.1637715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1638787Z with 2022-11-23T02:28:36.1639143Z [ 2022-11-23T02:28:36.1639764Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1640336Z ] 2022-11-23T02:28:36.1641593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.1643632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.1645648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.1646790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1647312Z with 2022-11-23T02:28:36.1647515Z [ 2022-11-23T02:28:36.1648031Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1648340Z ] 2022-11-23T02:28:36.1649030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1649704Z with 2022-11-23T02:28:36.1649908Z [ 2022-11-23T02:28:36.1650228Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1650522Z ] 2022-11-23T02:28:36.1651037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1651499Z with 2022-11-23T02:28:36.1651853Z [ 2022-11-23T02:28:36.1652238Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1652666Z ] 2022-11-23T02:28:36.1653248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1653771Z with 2022-11-23T02:28:36.1653951Z [ 2022-11-23T02:28:36.1654258Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1654543Z ] 2022-11-23T02:28:36.1655295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1656103Z with 2022-11-23T02:28:36.1656433Z [ 2022-11-23T02:28:36.1656739Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1657261Z ] 2022-11-23T02:28:36.1658370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.1660219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.1661992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.1663714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1664692Z with 2022-11-23T02:28:36.1665057Z [ 2022-11-23T02:28:36.1665652Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.1666391Z ] 2022-11-23T02:28:36.1667345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1668229Z with 2022-11-23T02:28:36.1668714Z [ 2022-11-23T02:28:36.1669305Z T=std::vector> 2022-11-23T02:28:36.1669841Z ] 2022-11-23T02:28:36.1670826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1671774Z with 2022-11-23T02:28:36.1672153Z [ 2022-11-23T02:28:36.1672645Z T=std::vector> 2022-11-23T02:28:36.1673109Z ] 2022-11-23T02:28:36.1674155Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1675287Z with 2022-11-23T02:28:36.1675655Z [ 2022-11-23T02:28:36.1676816Z T=std::vector> 2022-11-23T02:28:36.1677584Z ] 2022-11-23T02:28:36.1678837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1680044Z with 2022-11-23T02:28:36.1680457Z [ 2022-11-23T02:28:36.1681269Z T=std::vector> 2022-11-23T02:28:36.1681878Z ] 2022-11-23T02:28:36.1683332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.1684342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.1685272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1685840Z with 2022-11-23T02:28:36.1686061Z [ 2022-11-23T02:28:36.1686414Z T=std::vector> 2022-11-23T02:28:36.1686739Z ] 2022-11-23T02:28:36.1687305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1687835Z with 2022-11-23T02:28:36.1688106Z [ 2022-11-23T02:28:36.1688432Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.1688959Z ] 2022-11-23T02:28:36.1689552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1690341Z with 2022-11-23T02:28:36.1690614Z [ 2022-11-23T02:28:36.1690986Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.1691290Z ] 2022-11-23T02:28:36.1691923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1692516Z with 2022-11-23T02:28:36.1692782Z [ 2022-11-23T02:28:36.1693299Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.1693653Z ] 2022-11-23T02:28:36.1694268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1694898Z with 2022-11-23T02:28:36.1695168Z [ 2022-11-23T02:28:36.1695549Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.1696062Z ] 2022-11-23T02:28:36.1696873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1698039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1699061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.1700020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1700637Z with 2022-11-23T02:28:36.1700934Z [ 2022-11-23T02:28:36.1701317Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.1701680Z ] 2022-11-23T02:28:36.1702245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1761568Z with 2022-11-23T02:28:36.1761784Z [ 2022-11-23T02:28:36.1762122Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.1762415Z ] 2022-11-23T02:28:36.1762953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1763433Z with 2022-11-23T02:28:36.1763632Z [ 2022-11-23T02:28:36.1763927Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.1764214Z ] 2022-11-23T02:28:36.1764976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1765660Z with 2022-11-23T02:28:36.1765990Z [ 2022-11-23T02:28:36.1766298Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.1766565Z ] 2022-11-23T02:28:36.1767161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1767711Z with 2022-11-23T02:28:36.1767906Z [ 2022-11-23T02:28:36.1768209Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.1768492Z ] 2022-11-23T02:28:36.1769055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1770209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1771159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.1772198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1772908Z with 2022-11-23T02:28:36.1773110Z [ 2022-11-23T02:28:36.1773416Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.1773710Z ] 2022-11-23T02:28:36.1774213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1774661Z with 2022-11-23T02:28:36.1774857Z [ 2022-11-23T02:28:36.1775100Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1775334Z ] 2022-11-23T02:28:36.1775848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1776320Z with 2022-11-23T02:28:36.1776604Z [ 2022-11-23T02:28:36.1776867Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1777104Z ] 2022-11-23T02:28:36.1777662Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1778351Z with 2022-11-23T02:28:36.1778535Z [ 2022-11-23T02:28:36.1778779Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1779016Z ] 2022-11-23T02:28:36.1779848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1780402Z with 2022-11-23T02:28:36.1780600Z [ 2022-11-23T02:28:36.1780828Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1781064Z ] 2022-11-23T02:28:36.1781606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1782434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1782917Z with 2022-11-23T02:28:36.1783116Z [ 2022-11-23T02:28:36.1783356Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1783571Z ] 2022-11-23T02:28:36.1784147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.1785167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1785673Z with 2022-11-23T02:28:36.1785870Z [ 2022-11-23T02:28:36.1786360Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.1786702Z ] 2022-11-23T02:28:36.1787202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1787664Z with 2022-11-23T02:28:36.1787861Z [ 2022-11-23T02:28:36.1788206Z T=std::vector> 2022-11-23T02:28:36.1788526Z ] 2022-11-23T02:28:36.1789019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1789499Z with 2022-11-23T02:28:36.1789693Z [ 2022-11-23T02:28:36.1790037Z T=std::vector> 2022-11-23T02:28:36.1790357Z ] 2022-11-23T02:28:36.1790916Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1791434Z with 2022-11-23T02:28:36.1791613Z [ 2022-11-23T02:28:36.1791955Z T=std::vector> 2022-11-23T02:28:36.1792268Z ] 2022-11-23T02:28:36.1792945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1793510Z with 2022-11-23T02:28:36.1793713Z [ 2022-11-23T02:28:36.1794045Z T=std::vector> 2022-11-23T02:28:36.1794376Z ] 2022-11-23T02:28:36.1795002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.1796012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.1797082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1797594Z with 2022-11-23T02:28:36.1797801Z [ 2022-11-23T02:28:36.1798257Z T=std::vector> 2022-11-23T02:28:36.1798687Z ] 2022-11-23T02:28:36.1799191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1799645Z with 2022-11-23T02:28:36.1799841Z [ 2022-11-23T02:28:36.1800076Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.1800304Z ] 2022-11-23T02:28:36.1800797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1801272Z with 2022-11-23T02:28:36.1801467Z [ 2022-11-23T02:28:36.1801699Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.1802034Z ] 2022-11-23T02:28:36.1802598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1803098Z with 2022-11-23T02:28:36.1803298Z [ 2022-11-23T02:28:36.1803530Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.1803757Z ] 2022-11-23T02:28:36.1804349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1804892Z with 2022-11-23T02:28:36.1805070Z [ 2022-11-23T02:28:36.1805305Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.1805532Z ] 2022-11-23T02:28:36.1806066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1806908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1807750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1808240Z with 2022-11-23T02:28:36.1809228Z [ 2022-11-23T02:28:36.1809541Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.1809778Z ] 2022-11-23T02:28:36.1810284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1810748Z with 2022-11-23T02:28:36.1810947Z [ 2022-11-23T02:28:36.1811141Z T=c10::IValue 2022-11-23T02:28:36.1811348Z ] 2022-11-23T02:28:36.1811858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1812327Z with 2022-11-23T02:28:36.1812522Z [ 2022-11-23T02:28:36.1812717Z T=c10::IValue 2022-11-23T02:28:36.1812926Z ] 2022-11-23T02:28:36.1813484Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1814199Z with 2022-11-23T02:28:36.1814400Z [ 2022-11-23T02:28:36.1814616Z T=c10::IValue 2022-11-23T02:28:36.1814808Z ] 2022-11-23T02:28:36.1815652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1816209Z with 2022-11-23T02:28:36.1816407Z [ 2022-11-23T02:28:36.1816618Z T=c10::IValue 2022-11-23T02:28:36.1816821Z ] 2022-11-23T02:28:36.1817321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1818123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1819065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1819559Z with 2022-11-23T02:28:36.1819760Z [ 2022-11-23T02:28:36.1819974Z T=c10::IValue 2022-11-23T02:28:36.1820182Z ] 2022-11-23T02:28:36.1820651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1821102Z with 2022-11-23T02:28:36.1821298Z [ 2022-11-23T02:28:36.1821516Z T=c10::AliasInfo 2022-11-23T02:28:36.1821729Z ] 2022-11-23T02:28:36.1822231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1822692Z with 2022-11-23T02:28:36.1822887Z [ 2022-11-23T02:28:36.1823101Z T=c10::AliasInfo 2022-11-23T02:28:36.1823311Z ] 2022-11-23T02:28:36.1823864Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1824380Z with 2022-11-23T02:28:36.1824557Z [ 2022-11-23T02:28:36.1824772Z T=c10::AliasInfo 2022-11-23T02:28:36.1824980Z ] 2022-11-23T02:28:36.1825650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1826215Z with 2022-11-23T02:28:36.1826396Z [ 2022-11-23T02:28:36.1826618Z T=c10::AliasInfo 2022-11-23T02:28:36.1826828Z ] 2022-11-23T02:28:36.1827343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1828146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1828973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1829466Z with 2022-11-23T02:28:36.1829649Z [ 2022-11-23T02:28:36.1829864Z T=c10::AliasInfo 2022-11-23T02:28:36.1830079Z ] 2022-11-23T02:28:36.1830567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1831028Z with 2022-11-23T02:28:36.1831222Z [ 2022-11-23T02:28:36.1831484Z T=std::vector> 2022-11-23T02:28:36.1831743Z ] 2022-11-23T02:28:36.1832248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1832721Z with 2022-11-23T02:28:36.1832913Z [ 2022-11-23T02:28:36.1833192Z T=std::vector> 2022-11-23T02:28:36.1833438Z ] 2022-11-23T02:28:36.1833995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1834608Z with 2022-11-23T02:28:36.1834806Z [ 2022-11-23T02:28:36.1835088Z T=std::vector> 2022-11-23T02:28:36.1835351Z ] 2022-11-23T02:28:36.1835921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1836468Z with 2022-11-23T02:28:36.1836664Z [ 2022-11-23T02:28:36.1836945Z T=std::vector> 2022-11-23T02:28:36.1837207Z ] 2022-11-23T02:28:36.1837743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.1838247Z with 2022-11-23T02:28:36.1838428Z [ 2022-11-23T02:28:36.1838637Z T=c10::SymInt 2022-11-23T02:28:36.1838845Z ] 2022-11-23T02:28:36.1839375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.1839864Z with 2022-11-23T02:28:36.1840042Z [ 2022-11-23T02:28:36.1840253Z T=c10::SymInt 2022-11-23T02:28:36.1840459Z ] 2022-11-23T02:28:36.1841097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.1842091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.1843018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1843514Z with 2022-11-23T02:28:36.1843711Z [ 2022-11-23T02:28:36.1843973Z T=std::vector> 2022-11-23T02:28:36.1844237Z ] 2022-11-23T02:28:36.1844731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1845191Z with 2022-11-23T02:28:36.1845388Z [ 2022-11-23T02:28:36.1845656Z T=c10::either 2022-11-23T02:28:36.1846106Z ] 2022-11-23T02:28:36.1846729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1847320Z with 2022-11-23T02:28:36.1847526Z [ 2022-11-23T02:28:36.1847812Z T=c10::either 2022-11-23T02:28:36.1848065Z ] 2022-11-23T02:28:36.1848623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1849138Z with 2022-11-23T02:28:36.1849338Z [ 2022-11-23T02:28:36.1849623Z T=c10::either 2022-11-23T02:28:36.1849891Z ] 2022-11-23T02:28:36.1850577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1851134Z with 2022-11-23T02:28:36.1851334Z [ 2022-11-23T02:28:36.1851621Z T=c10::either 2022-11-23T02:28:36.1851891Z ] 2022-11-23T02:28:36.1852459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1853392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1854292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1854765Z with 2022-11-23T02:28:36.1854961Z [ 2022-11-23T02:28:36.1855249Z T=c10::either 2022-11-23T02:28:36.1855516Z ] 2022-11-23T02:28:36.1856006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1856534Z with 2022-11-23T02:28:36.1856733Z [ 2022-11-23T02:28:36.1856966Z T=at::StepCallbacks 2022-11-23T02:28:36.1857192Z ] 2022-11-23T02:28:36.1857701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1858182Z with 2022-11-23T02:28:36.1858377Z [ 2022-11-23T02:28:36.1858629Z T=at::StepCallbacks 2022-11-23T02:28:36.1858856Z ] 2022-11-23T02:28:36.1859414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1859929Z with 2022-11-23T02:28:36.1860122Z [ 2022-11-23T02:28:36.1860331Z T=at::StepCallbacks 2022-11-23T02:28:36.1860556Z ] 2022-11-23T02:28:36.1861147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1861686Z with 2022-11-23T02:28:36.1861881Z [ 2022-11-23T02:28:36.1862106Z T=at::StepCallbacks 2022-11-23T02:28:36.1862309Z ] 2022-11-23T02:28:36.1862834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1863664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1864497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1864988Z with 2022-11-23T02:28:36.1865183Z [ 2022-11-23T02:28:36.1865407Z T=at::StepCallbacks 2022-11-23T02:28:36.1865712Z ] 2022-11-23T02:28:36.1866209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1866667Z with 2022-11-23T02:28:36.1866862Z [ 2022-11-23T02:28:36.1867078Z T=c10::DimVector 2022-11-23T02:28:36.1867288Z ] 2022-11-23T02:28:36.1867779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1868256Z with 2022-11-23T02:28:36.1868454Z [ 2022-11-23T02:28:36.1868671Z T=c10::DimVector 2022-11-23T02:28:36.1868879Z ] 2022-11-23T02:28:36.1869433Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1869928Z with 2022-11-23T02:28:36.1870122Z [ 2022-11-23T02:28:36.1870335Z T=c10::DimVector 2022-11-23T02:28:36.1870546Z ] 2022-11-23T02:28:36.1871134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1871674Z with 2022-11-23T02:28:36.1871851Z [ 2022-11-23T02:28:36.1872064Z T=c10::DimVector 2022-11-23T02:28:36.1872354Z ] 2022-11-23T02:28:36.1872895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1873707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1874525Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1875018Z with 2022-11-23T02:28:36.1875195Z [ 2022-11-23T02:28:36.1875412Z T=c10::DimVector 2022-11-23T02:28:36.1875624Z ] 2022-11-23T02:28:36.1876116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1876572Z with 2022-11-23T02:28:36.1876750Z [ 2022-11-23T02:28:36.1876989Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.1877225Z ] 2022-11-23T02:28:36.1877736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1878208Z with 2022-11-23T02:28:36.1878407Z [ 2022-11-23T02:28:36.1878625Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.1878856Z ] 2022-11-23T02:28:36.1879411Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1879931Z with 2022-11-23T02:28:36.1880126Z [ 2022-11-23T02:28:36.1880364Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.1880578Z ] 2022-11-23T02:28:36.1881166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1881806Z with 2022-11-23T02:28:36.1882006Z [ 2022-11-23T02:28:36.1882250Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.1882482Z ] 2022-11-23T02:28:36.1883009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1883877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1884728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1885228Z with 2022-11-23T02:28:36.1885427Z [ 2022-11-23T02:28:36.1885670Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.1885907Z ] 2022-11-23T02:28:36.1886381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1886832Z with 2022-11-23T02:28:36.1887028Z [ 2022-11-23T02:28:36.1887320Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.1887591Z ] 2022-11-23T02:28:36.1888172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1888642Z with 2022-11-23T02:28:36.1888841Z [ 2022-11-23T02:28:36.1889137Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.1889406Z ] 2022-11-23T02:28:36.1889962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1890477Z with 2022-11-23T02:28:36.1890657Z [ 2022-11-23T02:28:36.1890942Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.1891210Z ] 2022-11-23T02:28:36.1891798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1892335Z with 2022-11-23T02:28:36.1892533Z [ 2022-11-23T02:28:36.1892803Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.1893074Z ] 2022-11-23T02:28:36.1893641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1894570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1895470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1895974Z with 2022-11-23T02:28:36.1896175Z [ 2022-11-23T02:28:36.1896461Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.1896810Z ] 2022-11-23T02:28:36.1897308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1897768Z with 2022-11-23T02:28:36.1897969Z [ 2022-11-23T02:28:36.1898230Z T=std::tuple 2022-11-23T02:28:36.1898459Z ] 2022-11-23T02:28:36.1898967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1899444Z with 2022-11-23T02:28:36.1899644Z [ 2022-11-23T02:28:36.1899899Z T=std::tuple 2022-11-23T02:28:36.1900144Z ] 2022-11-23T02:28:36.1900679Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1901206Z with 2022-11-23T02:28:36.1901401Z [ 2022-11-23T02:28:36.1901659Z T=std::tuple 2022-11-23T02:28:36.1901905Z ] 2022-11-23T02:28:36.1902714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1903472Z with 2022-11-23T02:28:36.1903901Z [ 2022-11-23T02:28:36.1904191Z T=std::tuple 2022-11-23T02:28:36.1904441Z ] 2022-11-23T02:28:36.1904998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1905877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1906748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1907244Z with 2022-11-23T02:28:36.1907424Z [ 2022-11-23T02:28:36.1907686Z T=std::tuple 2022-11-23T02:28:36.1907931Z ] 2022-11-23T02:28:36.1908420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1908879Z with 2022-11-23T02:28:36.1909247Z [ 2022-11-23T02:28:36.1909469Z T=torch::jit::SourceRange 2022-11-23T02:28:36.1909703Z ] 2022-11-23T02:28:36.1910547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1911027Z with 2022-11-23T02:28:36.1911229Z [ 2022-11-23T02:28:36.1911445Z T=torch::jit::SourceRange 2022-11-23T02:28:36.1911669Z ] 2022-11-23T02:28:36.1912231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1912750Z with 2022-11-23T02:28:36.1912943Z [ 2022-11-23T02:28:36.1913174Z T=torch::jit::SourceRange 2022-11-23T02:28:36.1913498Z ] 2022-11-23T02:28:36.1914091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1914638Z with 2022-11-23T02:28:36.1914836Z [ 2022-11-23T02:28:36.1915065Z T=torch::jit::SourceRange 2022-11-23T02:28:36.1915293Z ] 2022-11-23T02:28:36.1915947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1917177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1918043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1918538Z with 2022-11-23T02:28:36.1918734Z [ 2022-11-23T02:28:36.1918968Z T=torch::jit::SourceRange 2022-11-23T02:28:36.1919193Z ] 2022-11-23T02:28:36.1919666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1920118Z with 2022-11-23T02:28:36.1920404Z [ 2022-11-23T02:28:36.1920681Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.1920927Z ] 2022-11-23T02:28:36.1921433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1921889Z with 2022-11-23T02:28:36.1922243Z [ 2022-11-23T02:28:36.1922504Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.1922887Z ] 2022-11-23T02:28:36.1923659Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1924181Z with 2022-11-23T02:28:36.1924362Z [ 2022-11-23T02:28:36.1924619Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.1924862Z ] 2022-11-23T02:28:36.1925450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1925999Z with 2022-11-23T02:28:36.1926193Z [ 2022-11-23T02:28:36.1926428Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.1926667Z ] 2022-11-23T02:28:36.1927215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1928074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1929062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1929901Z with 2022-11-23T02:28:36.1930105Z [ 2022-11-23T02:28:36.1930455Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.1930703Z ] 2022-11-23T02:28:36.1931199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1931658Z with 2022-11-23T02:28:36.1931854Z [ 2022-11-23T02:28:36.1932100Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.1932325Z ] 2022-11-23T02:28:36.1932836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1933307Z with 2022-11-23T02:28:36.1933501Z [ 2022-11-23T02:28:36.1933749Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.1933973Z ] 2022-11-23T02:28:36.1934533Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1935210Z with 2022-11-23T02:28:36.1935415Z [ 2022-11-23T02:28:36.1935671Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.1936217Z ] 2022-11-23T02:28:36.1936812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1937362Z with 2022-11-23T02:28:36.1937651Z [ 2022-11-23T02:28:36.1937917Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.1938162Z ] 2022-11-23T02:28:36.1938706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1939573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1940418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1940894Z with 2022-11-23T02:28:36.1941088Z [ 2022-11-23T02:28:36.1941343Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.1941727Z ] 2022-11-23T02:28:36.1942233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1943101Z with 2022-11-23T02:28:36.1943435Z [ 2022-11-23T02:28:36.1943674Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.1943899Z ] 2022-11-23T02:28:36.1944414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1944885Z with 2022-11-23T02:28:36.1945064Z [ 2022-11-23T02:28:36.1945296Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.1945517Z ] 2022-11-23T02:28:36.1946076Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1946600Z with 2022-11-23T02:28:36.1946802Z [ 2022-11-23T02:28:36.1947011Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.1947349Z ] 2022-11-23T02:28:36.1947950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1948495Z with 2022-11-23T02:28:36.1948859Z [ 2022-11-23T02:28:36.1949089Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.1949297Z ] 2022-11-23T02:28:36.1950161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1951004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1951833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1952329Z with 2022-11-23T02:28:36.1952528Z [ 2022-11-23T02:28:36.1952754Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.1952957Z ] 2022-11-23T02:28:36.1953445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1953898Z with 2022-11-23T02:28:36.1954092Z [ 2022-11-23T02:28:36.1954411Z T=at::ThreadLocalState 2022-11-23T02:28:36.1954657Z ] 2022-11-23T02:28:36.1955303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1955787Z with 2022-11-23T02:28:36.1956189Z [ 2022-11-23T02:28:36.1956524Z T=at::ThreadLocalState 2022-11-23T02:28:36.1956752Z ] 2022-11-23T02:28:36.1957307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1957807Z with 2022-11-23T02:28:36.1958002Z [ 2022-11-23T02:28:36.1958233Z T=at::ThreadLocalState 2022-11-23T02:28:36.1958459Z ] 2022-11-23T02:28:36.1959089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1959638Z with 2022-11-23T02:28:36.1959817Z [ 2022-11-23T02:28:36.1960048Z T=at::ThreadLocalState 2022-11-23T02:28:36.1960277Z ] 2022-11-23T02:28:36.1960810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1961782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1963005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1963513Z with 2022-11-23T02:28:36.1963696Z [ 2022-11-23T02:28:36.1963935Z T=at::ThreadLocalState 2022-11-23T02:28:36.1964164Z ] 2022-11-23T02:28:36.1964767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1965222Z with 2022-11-23T02:28:36.1965402Z [ 2022-11-23T02:28:36.1965656Z T=std::shared_ptr 2022-11-23T02:28:36.1965899Z ] 2022-11-23T02:28:36.1966410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1966881Z with 2022-11-23T02:28:36.1967074Z [ 2022-11-23T02:28:36.1967313Z T=std::shared_ptr 2022-11-23T02:28:36.1967556Z ] 2022-11-23T02:28:36.1968251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1968787Z with 2022-11-23T02:28:36.1969203Z [ 2022-11-23T02:28:36.1969567Z T=std::shared_ptr 2022-11-23T02:28:36.1969794Z ] 2022-11-23T02:28:36.1970391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1970939Z with 2022-11-23T02:28:36.1971139Z [ 2022-11-23T02:28:36.1971483Z T=std::shared_ptr 2022-11-23T02:28:36.1971747Z ] 2022-11-23T02:28:36.1972278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.1973124Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.1973991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.1975031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1975876Z with 2022-11-23T02:28:36.1976089Z [ 2022-11-23T02:28:36.1976347Z T=std::shared_ptr 2022-11-23T02:28:36.1976592Z ] 2022-11-23T02:28:36.1977071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1977537Z with 2022-11-23T02:28:36.1977734Z [ 2022-11-23T02:28:36.1977972Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.1978207Z ] 2022-11-23T02:28:36.1978713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1979167Z with 2022-11-23T02:28:36.1979360Z [ 2022-11-23T02:28:36.1979596Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.1979823Z ] 2022-11-23T02:28:36.1980378Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1981799Z with 2022-11-23T02:28:36.1982290Z [ 2022-11-23T02:28:36.1982554Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.1982789Z ] 2022-11-23T02:28:36.1983383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1983933Z with 2022-11-23T02:28:36.1984133Z [ 2022-11-23T02:28:36.1984349Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.1984578Z ] 2022-11-23T02:28:36.1985126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1985961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1986823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.1987819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1988587Z with 2022-11-23T02:28:36.1988945Z [ 2022-11-23T02:28:36.1989173Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.1989406Z ] 2022-11-23T02:28:36.1989902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1990363Z with 2022-11-23T02:28:36.1990562Z [ 2022-11-23T02:28:36.1990767Z T=torch::jit::Method 2022-11-23T02:28:36.1990987Z ] 2022-11-23T02:28:36.1991493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.1991968Z with 2022-11-23T02:28:36.1992163Z [ 2022-11-23T02:28:36.1992385Z T=torch::jit::Method 2022-11-23T02:28:36.1992583Z ] 2022-11-23T02:28:36.1993140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.1993657Z with 2022-11-23T02:28:36.1993857Z [ 2022-11-23T02:28:36.1994210Z T=torch::jit::Method 2022-11-23T02:28:36.1994436Z ] 2022-11-23T02:28:36.1995229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.1995858Z with 2022-11-23T02:28:36.1996060Z [ 2022-11-23T02:28:36.1996287Z T=torch::jit::Method 2022-11-23T02:28:36.1996513Z ] 2022-11-23T02:28:36.1997041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.1997837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.1998778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.1999274Z with 2022-11-23T02:28:36.1999477Z [ 2022-11-23T02:28:36.1999704Z T=torch::jit::Method 2022-11-23T02:28:36.1999926Z ] 2022-11-23T02:28:36.2000415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2001047Z with 2022-11-23T02:28:36.2001248Z [ 2022-11-23T02:28:36.2001767Z T=std::vector> 2022-11-23T02:28:36.2002201Z ] 2022-11-23T02:28:36.2002720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2003194Z with 2022-11-23T02:28:36.2003372Z [ 2022-11-23T02:28:36.2003657Z T=std::vector> 2022-11-23T02:28:36.2003924Z ] 2022-11-23T02:28:36.2004480Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2004998Z with 2022-11-23T02:28:36.2005192Z [ 2022-11-23T02:28:36.2005541Z T=std::vector> 2022-11-23T02:28:36.2005634Z ] 2022-11-23T02:28:36.2006113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2006200Z with 2022-11-23T02:28:36.2006278Z [ 2022-11-23T02:28:36.2006450Z T=std::vector> 2022-11-23T02:28:36.2006527Z ] 2022-11-23T02:28:36.2006982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2007588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2008025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2008113Z with 2022-11-23T02:28:36.2008192Z [ 2022-11-23T02:28:36.2008481Z T=std::vector> 2022-11-23T02:28:36.2008590Z ] 2022-11-23T02:28:36.2009121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2009210Z with 2022-11-23T02:28:36.2009289Z [ 2022-11-23T02:28:36.2009497Z T=std::function 2022-11-23T02:28:36.2009563Z ] 2022-11-23T02:28:36.2009962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2010042Z with 2022-11-23T02:28:36.2010214Z [ 2022-11-23T02:28:36.2010422Z T=std::function 2022-11-23T02:28:36.2010504Z ] 2022-11-23T02:28:36.2010949Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2011033Z with 2022-11-23T02:28:36.2011110Z [ 2022-11-23T02:28:36.2011312Z T=std::function 2022-11-23T02:28:36.2011390Z ] 2022-11-23T02:28:36.2011867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2011951Z with 2022-11-23T02:28:36.2012032Z [ 2022-11-23T02:28:36.2012232Z T=std::function 2022-11-23T02:28:36.2012309Z ] 2022-11-23T02:28:36.2012798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2013383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2013822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2013910Z with 2022-11-23T02:28:36.2013986Z [ 2022-11-23T02:28:36.2014309Z T=std::function 2022-11-23T02:28:36.2014395Z ] 2022-11-23T02:28:36.2014783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2014867Z with 2022-11-23T02:28:36.2015088Z [ 2022-11-23T02:28:36.2015437Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2015526Z ] 2022-11-23T02:28:36.2015926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2016008Z with 2022-11-23T02:28:36.2016094Z [ 2022-11-23T02:28:36.2016318Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2016396Z ] 2022-11-23T02:28:36.2016835Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2016916Z with 2022-11-23T02:28:36.2016993Z [ 2022-11-23T02:28:36.2017221Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2017281Z ] 2022-11-23T02:28:36.2017760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2017843Z with 2022-11-23T02:28:36.2018014Z [ 2022-11-23T02:28:36.2018247Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2018326Z ] 2022-11-23T02:28:36.2018838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2019392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2019809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2019894Z with 2022-11-23T02:28:36.2019971Z [ 2022-11-23T02:28:36.2020197Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2020274Z ] 2022-11-23T02:28:36.2020788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2020882Z with 2022-11-23T02:28:36.2020960Z [ 2022-11-23T02:28:36.2021122Z T=std::vector> 2022-11-23T02:28:36.2021200Z ] 2022-11-23T02:28:36.2021890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2021999Z with 2022-11-23T02:28:36.2022060Z [ 2022-11-23T02:28:36.2022221Z T=std::vector> 2022-11-23T02:28:36.2022305Z ] 2022-11-23T02:28:36.2022759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2022840Z with 2022-11-23T02:28:36.2022917Z [ 2022-11-23T02:28:36.2023070Z T=std::vector> 2022-11-23T02:28:36.2023146Z ] 2022-11-23T02:28:36.2023627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2023708Z with 2022-11-23T02:28:36.2023784Z [ 2022-11-23T02:28:36.2023937Z T=std::vector> 2022-11-23T02:28:36.2024017Z ] 2022-11-23T02:28:36.2024439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2024520Z with 2022-11-23T02:28:36.2024597Z [ 2022-11-23T02:28:36.2024668Z T=double 2022-11-23T02:28:36.2024745Z ] 2022-11-23T02:28:36.2025225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2025311Z with 2022-11-23T02:28:36.2025393Z [ 2022-11-23T02:28:36.2025480Z T=double 2022-11-23T02:28:36.2025556Z ] 2022-11-23T02:28:36.2025969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2026141Z with 2022-11-23T02:28:36.2026219Z [ 2022-11-23T02:28:36.2026377Z T=std::vector> 2022-11-23T02:28:36.2026454Z ] 2022-11-23T02:28:36.2026831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2026911Z with 2022-11-23T02:28:36.2026989Z [ 2022-11-23T02:28:36.2027242Z T=std::tuple 2022-11-23T02:28:36.2027341Z ] 2022-11-23T02:28:36.2027744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2027826Z with 2022-11-23T02:28:36.2028019Z [ 2022-11-23T02:28:36.2028167Z T=std::tuple 2022-11-23T02:28:36.2028385Z ] 2022-11-23T02:28:36.2028839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2028922Z with 2022-11-23T02:28:36.2029000Z [ 2022-11-23T02:28:36.2029134Z T=std::tuple 2022-11-23T02:28:36.2029211Z ] 2022-11-23T02:28:36.2029764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2029862Z with 2022-11-23T02:28:36.2029941Z [ 2022-11-23T02:28:36.2030079Z T=std::tuple 2022-11-23T02:28:36.2030143Z ] 2022-11-23T02:28:36.2030571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2031042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2031467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2031552Z with 2022-11-23T02:28:36.2031630Z [ 2022-11-23T02:28:36.2031766Z T=std::tuple 2022-11-23T02:28:36.2031849Z ] 2022-11-23T02:28:36.2032225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2032305Z with 2022-11-23T02:28:36.2032381Z [ 2022-11-23T02:28:36.2032547Z T=std::vector> 2022-11-23T02:28:36.2032623Z ] 2022-11-23T02:28:36.2033017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2033103Z with 2022-11-23T02:28:36.2033180Z [ 2022-11-23T02:28:36.2033346Z T=std::vector> 2022-11-23T02:28:36.2033422Z ] 2022-11-23T02:28:36.2034035Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2034199Z with 2022-11-23T02:28:36.2034281Z [ 2022-11-23T02:28:36.2034582Z T=std::vector> 2022-11-23T02:28:36.2034670Z ] 2022-11-23T02:28:36.2035265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2035348Z with 2022-11-23T02:28:36.2035431Z [ 2022-11-23T02:28:36.2035593Z T=std::vector> 2022-11-23T02:28:36.2035670Z ] 2022-11-23T02:28:36.2036118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2036611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2037025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2037104Z with 2022-11-23T02:28:36.2037702Z [ 2022-11-23T02:28:36.2037925Z T=std::vector> 2022-11-23T02:28:36.2038009Z ] 2022-11-23T02:28:36.2038637Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" cpp_frontend_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:cpp_frontend_extension.pyd 2022-11-23T02:28:36.2038862Z Creating library cpp_frontend_extension.lib and object cpp_frontend_extension.exp 2022-11-23T02:28:36.2039021Z Loading extension module cpp_frontend_extension... 2022-11-23T02:28:36.2039105Z ok (21.248s) 2022-11-23T02:28:36.2039515Z test_cpp_frontend_module_has_up_to_date_attributes (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2039751Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:28:36.2039909Z Loading extension module cpp_frontend_extension... 2022-11-23T02:28:36.2039995Z ok (0.012s) 2022-11-23T02:28:36.2040544Z test_cpp_frontend_module_python_inter_op (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2040807Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:28:36.2041088Z Loading extension module cpp_frontend_extension... 2022-11-23T02:28:36.2041178Z ok (0.020s) 2022-11-23T02:28:36.2041699Z test_cpp_frontend_module_python_inter_op_with_cuda (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2041949Z No modifications detected for re-loaded extension module cpp_frontend_extension, skipping build step... 2022-11-23T02:28:36.2042104Z Loading extension module cpp_frontend_extension... 2022-11-23T02:28:36.2042189Z ok (0.008s) 2022-11-23T02:28:36.2042570Z test_custom_compound_op_autograd (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2042997Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module... 2022-11-23T02:28:36.2043315Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\build.ninja... 2022-11-23T02:28:36.2043459Z Building extension module is_python_module... 2022-11-23T02:28:36.2043711Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.2044882Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\main.cpp /Fomain.o 2022-11-23T02:28:36.2045061Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.2045238Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.2045249Z 2022-11-23T02:28:36.2045701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.2046102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2046195Z with 2022-11-23T02:28:36.2046277Z [ 2022-11-23T02:28:36.2046374Z T=c10::SymInt 2022-11-23T02:28:36.2046454Z ] 2022-11-23T02:28:36.2047000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2047072Z with 2022-11-23T02:28:36.2047151Z [ 2022-11-23T02:28:36.2047255Z T=c10::SymInt 2022-11-23T02:28:36.2047447Z ] 2022-11-23T02:28:36.2048025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2048113Z with 2022-11-23T02:28:36.2048193Z [ 2022-11-23T02:28:36.2048294Z T=c10::SymInt 2022-11-23T02:28:36.2048373Z ] 2022-11-23T02:28:36.2048853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2048933Z with 2022-11-23T02:28:36.2049007Z [ 2022-11-23T02:28:36.2049102Z T=c10::SymInt 2022-11-23T02:28:36.2049179Z ] 2022-11-23T02:28:36.2049583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2049985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2050403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2050581Z with 2022-11-23T02:28:36.2050641Z [ 2022-11-23T02:28:36.2050742Z T=c10::SymInt 2022-11-23T02:28:36.2050820Z ] 2022-11-23T02:28:36.2051184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.2051567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2051647Z with 2022-11-23T02:28:36.2051726Z [ 2022-11-23T02:28:36.2051832Z T=at::TensorBase 2022-11-23T02:28:36.2051909Z ] 2022-11-23T02:28:36.2052297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2052381Z with 2022-11-23T02:28:36.2052456Z [ 2022-11-23T02:28:36.2052557Z T=at::TensorBase 2022-11-23T02:28:36.2052633Z ] 2022-11-23T02:28:36.2053243Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2053318Z with 2022-11-23T02:28:36.2053396Z [ 2022-11-23T02:28:36.2053580Z T=at::TensorBase 2022-11-23T02:28:36.2053669Z ] 2022-11-23T02:28:36.2054288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2054377Z with 2022-11-23T02:28:36.2054452Z [ 2022-11-23T02:28:36.2054556Z T=at::TensorBase 2022-11-23T02:28:36.2054742Z ] 2022-11-23T02:28:36.2055151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2055557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2055986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2056066Z with 2022-11-23T02:28:36.2056142Z [ 2022-11-23T02:28:36.2056249Z T=at::TensorBase 2022-11-23T02:28:36.2056325Z ] 2022-11-23T02:28:36.2056699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2056763Z with 2022-11-23T02:28:36.2056841Z [ 2022-11-23T02:28:36.2056938Z T=at::Tensor 2022-11-23T02:28:36.2057012Z ] 2022-11-23T02:28:36.2057396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2057477Z with 2022-11-23T02:28:36.2057552Z [ 2022-11-23T02:28:36.2057649Z T=at::Tensor 2022-11-23T02:28:36.2057724Z ] 2022-11-23T02:28:36.2058159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2058333Z with 2022-11-23T02:28:36.2058410Z [ 2022-11-23T02:28:36.2058508Z T=at::Tensor 2022-11-23T02:28:36.2058583Z ] 2022-11-23T02:28:36.2059101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2059181Z with 2022-11-23T02:28:36.2059241Z [ 2022-11-23T02:28:36.2059338Z T=at::Tensor 2022-11-23T02:28:36.2059417Z ] 2022-11-23T02:28:36.2059814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2060412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2060957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2061288Z with 2022-11-23T02:28:36.2061375Z [ 2022-11-23T02:28:36.2061475Z T=at::Tensor 2022-11-23T02:28:36.2061549Z ] 2022-11-23T02:28:36.2062014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2062113Z with 2022-11-23T02:28:36.2062192Z [ 2022-11-23T02:28:36.2062297Z T=at::Generator 2022-11-23T02:28:36.2062370Z ] 2022-11-23T02:28:36.2062764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2062827Z with 2022-11-23T02:28:36.2062904Z [ 2022-11-23T02:28:36.2063000Z T=at::Generator 2022-11-23T02:28:36.2063073Z ] 2022-11-23T02:28:36.2063514Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2063591Z with 2022-11-23T02:28:36.2063667Z [ 2022-11-23T02:28:36.2063767Z T=at::Generator 2022-11-23T02:28:36.2063842Z ] 2022-11-23T02:28:36.2064312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2064439Z with 2022-11-23T02:28:36.2064518Z [ 2022-11-23T02:28:36.2064622Z T=at::Generator 2022-11-23T02:28:36.2064698Z ] 2022-11-23T02:28:36.2065101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2065507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2065923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2066081Z with 2022-11-23T02:28:36.2066157Z [ 2022-11-23T02:28:36.2066260Z T=at::Generator 2022-11-23T02:28:36.2066340Z ] 2022-11-23T02:28:36.2066860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2066945Z with 2022-11-23T02:28:36.2067022Z [ 2022-11-23T02:28:36.2067226Z T=c10::Scalar 2022-11-23T02:28:36.2067318Z ] 2022-11-23T02:28:36.2067827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2067912Z with 2022-11-23T02:28:36.2067988Z [ 2022-11-23T02:28:36.2068088Z T=c10::Scalar 2022-11-23T02:28:36.2068164Z ] 2022-11-23T02:28:36.2068608Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2068676Z with 2022-11-23T02:28:36.2068760Z [ 2022-11-23T02:28:36.2068857Z T=c10::Scalar 2022-11-23T02:28:36.2068929Z ] 2022-11-23T02:28:36.2069405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2069489Z with 2022-11-23T02:28:36.2069630Z [ 2022-11-23T02:28:36.2069739Z T=c10::Scalar 2022-11-23T02:28:36.2069816Z ] 2022-11-23T02:28:36.2070213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2070610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2071024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2071103Z with 2022-11-23T02:28:36.2071180Z [ 2022-11-23T02:28:36.2071277Z T=c10::Scalar 2022-11-23T02:28:36.2071355Z ] 2022-11-23T02:28:36.2071734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2071818Z with 2022-11-23T02:28:36.2071895Z [ 2022-11-23T02:28:36.2071997Z T=std::string 2022-11-23T02:28:36.2072071Z ] 2022-11-23T02:28:36.2072461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2072538Z with 2022-11-23T02:28:36.2072598Z [ 2022-11-23T02:28:36.2072698Z T=std::string 2022-11-23T02:28:36.2072776Z ] 2022-11-23T02:28:36.2073350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2073436Z with 2022-11-23T02:28:36.2073514Z [ 2022-11-23T02:28:36.2073732Z T=std::string 2022-11-23T02:28:36.2073809Z ] 2022-11-23T02:28:36.2082418Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2082617Z with 2022-11-23T02:28:36.2082694Z [ 2022-11-23T02:28:36.2082795Z T=std::string 2022-11-23T02:28:36.2082866Z ] 2022-11-23T02:28:36.2083267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2083670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2084091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2084175Z with 2022-11-23T02:28:36.2084235Z [ 2022-11-23T02:28:36.2084333Z T=std::string 2022-11-23T02:28:36.2084406Z ] 2022-11-23T02:28:36.2084777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2084858Z with 2022-11-23T02:28:36.2084932Z [ 2022-11-23T02:28:36.2085045Z T=c10::QualifiedName 2022-11-23T02:28:36.2085117Z ] 2022-11-23T02:28:36.2085584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2085678Z with 2022-11-23T02:28:36.2085884Z [ 2022-11-23T02:28:36.2086013Z T=c10::QualifiedName 2022-11-23T02:28:36.2086091Z ] 2022-11-23T02:28:36.2086640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2086722Z with 2022-11-23T02:28:36.2086782Z [ 2022-11-23T02:28:36.2086998Z T=c10::QualifiedName 2022-11-23T02:28:36.2087077Z ] 2022-11-23T02:28:36.2087555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2087632Z with 2022-11-23T02:28:36.2087709Z [ 2022-11-23T02:28:36.2087818Z T=c10::QualifiedName 2022-11-23T02:28:36.2087890Z ] 2022-11-23T02:28:36.2088296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2088714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2089126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2089205Z with 2022-11-23T02:28:36.2089284Z [ 2022-11-23T02:28:36.2089390Z T=c10::QualifiedName 2022-11-23T02:28:36.2089466Z ] 2022-11-23T02:28:36.2089841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2090010Z with 2022-11-23T02:28:36.2090082Z [ 2022-11-23T02:28:36.2090233Z T=std::shared_ptr 2022-11-23T02:28:36.2090308Z ] 2022-11-23T02:28:36.2090699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2090781Z with 2022-11-23T02:28:36.2090856Z [ 2022-11-23T02:28:36.2091013Z T=std::shared_ptr 2022-11-23T02:28:36.2091085Z ] 2022-11-23T02:28:36.2091530Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2091611Z with 2022-11-23T02:28:36.2091688Z [ 2022-11-23T02:28:36.2091842Z T=std::shared_ptr 2022-11-23T02:28:36.2091917Z ] 2022-11-23T02:28:36.2092532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2092619Z with 2022-11-23T02:28:36.2092693Z [ 2022-11-23T02:28:36.2092855Z T=std::shared_ptr 2022-11-23T02:28:36.2093037Z ] 2022-11-23T02:28:36.2093675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2094138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2094554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2094635Z with 2022-11-23T02:28:36.2094710Z [ 2022-11-23T02:28:36.2094870Z T=std::shared_ptr 2022-11-23T02:28:36.2094945Z ] 2022-11-23T02:28:36.2095329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2095411Z with 2022-11-23T02:28:36.2095486Z [ 2022-11-23T02:28:36.2095642Z T=std::weak_ptr 2022-11-23T02:28:36.2095717Z ] 2022-11-23T02:28:36.2096112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2096187Z with 2022-11-23T02:28:36.2096260Z [ 2022-11-23T02:28:36.2096413Z T=std::weak_ptr 2022-11-23T02:28:36.2096486Z ] 2022-11-23T02:28:36.2096909Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2096997Z with 2022-11-23T02:28:36.2097072Z [ 2022-11-23T02:28:36.2097227Z T=std::weak_ptr 2022-11-23T02:28:36.2097301Z ] 2022-11-23T02:28:36.2097766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2097930Z with 2022-11-23T02:28:36.2098008Z [ 2022-11-23T02:28:36.2098162Z T=std::weak_ptr 2022-11-23T02:28:36.2098235Z ] 2022-11-23T02:28:36.2098825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2099271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2099896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2099981Z with 2022-11-23T02:28:36.2100058Z [ 2022-11-23T02:28:36.2100213Z T=std::weak_ptr 2022-11-23T02:28:36.2100287Z ] 2022-11-23T02:28:36.2100664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2100740Z with 2022-11-23T02:28:36.2100800Z [ 2022-11-23T02:28:36.2101064Z T=std::vector> 2022-11-23T02:28:36.2101151Z ] 2022-11-23T02:28:36.2101551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2101638Z with 2022-11-23T02:28:36.2101711Z [ 2022-11-23T02:28:36.2101899Z T=std::vector> 2022-11-23T02:28:36.2101974Z ] 2022-11-23T02:28:36.2102407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2102486Z with 2022-11-23T02:28:36.2102561Z [ 2022-11-23T02:28:36.2102746Z T=std::vector> 2022-11-23T02:28:36.2102822Z ] 2022-11-23T02:28:36.2103294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2103375Z with 2022-11-23T02:28:36.2103451Z [ 2022-11-23T02:28:36.2103635Z T=std::vector> 2022-11-23T02:28:36.2103696Z ] 2022-11-23T02:28:36.2104152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2104618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2105040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2105357Z with 2022-11-23T02:28:36.2105436Z [ 2022-11-23T02:28:36.2105628Z T=std::vector> 2022-11-23T02:28:36.2105702Z ] 2022-11-23T02:28:36.2106191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2106378Z with 2022-11-23T02:28:36.2106457Z [ 2022-11-23T02:28:36.2106606Z T=std::vector> 2022-11-23T02:28:36.2106682Z ] 2022-11-23T02:28:36.2107082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2107161Z with 2022-11-23T02:28:36.2107237Z [ 2022-11-23T02:28:36.2107381Z T=std::vector> 2022-11-23T02:28:36.2107459Z ] 2022-11-23T02:28:36.2107885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2107965Z with 2022-11-23T02:28:36.2108040Z [ 2022-11-23T02:28:36.2108185Z T=std::vector> 2022-11-23T02:28:36.2108262Z ] 2022-11-23T02:28:36.2108810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2108905Z with 2022-11-23T02:28:36.2108981Z [ 2022-11-23T02:28:36.2109127Z T=std::vector> 2022-11-23T02:28:36.2109204Z ] 2022-11-23T02:28:36.2109638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2110068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2110485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2110565Z with 2022-11-23T02:28:36.2110640Z [ 2022-11-23T02:28:36.2110785Z T=std::vector> 2022-11-23T02:28:36.2110861Z ] 2022-11-23T02:28:36.2111230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2111311Z with 2022-11-23T02:28:36.2111372Z [ 2022-11-23T02:28:36.2111721Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2111819Z ] 2022-11-23T02:28:36.2112216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2112296Z with 2022-11-23T02:28:36.2112483Z [ 2022-11-23T02:28:36.2112800Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2112888Z ] 2022-11-23T02:28:36.2113329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2113495Z with 2022-11-23T02:28:36.2113569Z [ 2022-11-23T02:28:36.2113771Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2113848Z ] 2022-11-23T02:28:36.2114317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2114397Z with 2022-11-23T02:28:36.2114475Z [ 2022-11-23T02:28:36.2114675Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2114734Z ] 2022-11-23T02:28:36.2115214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.2115712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.2116111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.2116597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2116674Z with 2022-11-23T02:28:36.2116753Z [ 2022-11-23T02:28:36.2116953Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2117030Z ] 2022-11-23T02:28:36.2117403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2117479Z with 2022-11-23T02:28:36.2117552Z [ 2022-11-23T02:28:36.2117745Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2117823Z ] 2022-11-23T02:28:36.2118364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2118450Z with 2022-11-23T02:28:36.2118526Z [ 2022-11-23T02:28:36.2118727Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2118813Z ] 2022-11-23T02:28:36.2119467Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2119551Z with 2022-11-23T02:28:36.2119627Z [ 2022-11-23T02:28:36.2119806Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2119880Z ] 2022-11-23T02:28:36.2120357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2120435Z with 2022-11-23T02:28:36.2120512Z [ 2022-11-23T02:28:36.2120701Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2120866Z ] 2022-11-23T02:28:36.2121339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.2121805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.2122200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.2122612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2122693Z with 2022-11-23T02:28:36.2122770Z [ 2022-11-23T02:28:36.2122962Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2123038Z ] 2022-11-23T02:28:36.2123413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2123491Z with 2022-11-23T02:28:36.2123568Z [ 2022-11-23T02:28:36.2123788Z T=std::vector> 2022-11-23T02:28:36.2123878Z ] 2022-11-23T02:28:36.2124279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2124347Z with 2022-11-23T02:28:36.2124423Z [ 2022-11-23T02:28:36.2124573Z T=std::vector> 2022-11-23T02:28:36.2124774Z ] 2022-11-23T02:28:36.2125236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2125313Z with 2022-11-23T02:28:36.2125486Z [ 2022-11-23T02:28:36.2125643Z T=std::vector> 2022-11-23T02:28:36.2125805Z ] 2022-11-23T02:28:36.2126295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2126375Z with 2022-11-23T02:28:36.2126453Z [ 2022-11-23T02:28:36.2126603Z T=std::vector> 2022-11-23T02:28:36.2126679Z ] 2022-11-23T02:28:36.2127110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2127533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2127945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2128025Z with 2022-11-23T02:28:36.2128101Z [ 2022-11-23T02:28:36.2128860Z T=std::vector> 2022-11-23T02:28:36.2128940Z ] 2022-11-23T02:28:36.2129323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2129402Z with 2022-11-23T02:28:36.2129478Z [ 2022-11-23T02:28:36.2129664Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2129738Z ] 2022-11-23T02:28:36.2130136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2130215Z with 2022-11-23T02:28:36.2130292Z [ 2022-11-23T02:28:36.2130475Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2130551Z ] 2022-11-23T02:28:36.2130994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2131203Z with 2022-11-23T02:28:36.2131302Z [ 2022-11-23T02:28:36.2131490Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2131551Z ] 2022-11-23T02:28:36.2132334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2132440Z with 2022-11-23T02:28:36.2132517Z [ 2022-11-23T02:28:36.2132707Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2132785Z ] 2022-11-23T02:28:36.2133259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2133745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2134212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.2134633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2134717Z with 2022-11-23T02:28:36.2134791Z [ 2022-11-23T02:28:36.2134971Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2135046Z ] 2022-11-23T02:28:36.2135423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2135502Z with 2022-11-23T02:28:36.2135577Z [ 2022-11-23T02:28:36.2135760Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2135833Z ] 2022-11-23T02:28:36.2136227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2136307Z with 2022-11-23T02:28:36.2136368Z [ 2022-11-23T02:28:36.2137095Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2137170Z ] 2022-11-23T02:28:36.2137773Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2137864Z with 2022-11-23T02:28:36.2137941Z [ 2022-11-23T02:28:36.2138125Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2138199Z ] 2022-11-23T02:28:36.2138873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2138964Z with 2022-11-23T02:28:36.2139040Z [ 2022-11-23T02:28:36.2139219Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2139297Z ] 2022-11-23T02:28:36.2139762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2140248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2140814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.2141254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2141335Z with 2022-11-23T02:28:36.2141409Z [ 2022-11-23T02:28:36.2141590Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2141668Z ] 2022-11-23T02:28:36.2142027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2142105Z with 2022-11-23T02:28:36.2142180Z [ 2022-11-23T02:28:36.2142311Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2142386Z ] 2022-11-23T02:28:36.2142780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2142863Z with 2022-11-23T02:28:36.2142939Z [ 2022-11-23T02:28:36.2143063Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2143139Z ] 2022-11-23T02:28:36.2143577Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2143657Z with 2022-11-23T02:28:36.2143731Z [ 2022-11-23T02:28:36.2143856Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2143930Z ] 2022-11-23T02:28:36.2144533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2144619Z with 2022-11-23T02:28:36.2144696Z [ 2022-11-23T02:28:36.2145568Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2145646Z ] 2022-11-23T02:28:36.2146077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2146487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2146565Z with 2022-11-23T02:28:36.2146641Z [ 2022-11-23T02:28:36.2146772Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2146847Z ] 2022-11-23T02:28:36.2147310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.2147730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2147809Z with 2022-11-23T02:28:36.2147882Z [ 2022-11-23T02:28:36.2148007Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2148079Z ] 2022-11-23T02:28:36.2148452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2148609Z with 2022-11-23T02:28:36.2148700Z [ 2022-11-23T02:28:36.2148937Z T=std::vector> 2022-11-23T02:28:36.2149014Z ] 2022-11-23T02:28:36.2149407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2149489Z with 2022-11-23T02:28:36.2149564Z [ 2022-11-23T02:28:36.2149792Z T=std::vector> 2022-11-23T02:28:36.2149868Z ] 2022-11-23T02:28:36.2150314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2150394Z with 2022-11-23T02:28:36.2150590Z [ 2022-11-23T02:28:36.2150857Z T=std::vector> 2022-11-23T02:28:36.2150934Z ] 2022-11-23T02:28:36.2151509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2151678Z with 2022-11-23T02:28:36.2151780Z [ 2022-11-23T02:28:36.2152015Z T=std::vector> 2022-11-23T02:28:36.2152074Z ] 2022-11-23T02:28:36.2152582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2153108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2154048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2154116Z with 2022-11-23T02:28:36.2154193Z [ 2022-11-23T02:28:36.2154422Z T=std::vector> 2022-11-23T02:28:36.2154500Z ] 2022-11-23T02:28:36.2154884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2154968Z with 2022-11-23T02:28:36.2155046Z [ 2022-11-23T02:28:36.2155165Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2155243Z ] 2022-11-23T02:28:36.2155642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2155724Z with 2022-11-23T02:28:36.2155800Z [ 2022-11-23T02:28:36.2155923Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2155999Z ] 2022-11-23T02:28:36.2156441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2156519Z with 2022-11-23T02:28:36.2156665Z [ 2022-11-23T02:28:36.2156802Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2156879Z ] 2022-11-23T02:28:36.2157506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2157594Z with 2022-11-23T02:28:36.2157669Z [ 2022-11-23T02:28:36.2157898Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2157975Z ] 2022-11-23T02:28:36.2158514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2158985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2159401Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2159484Z with 2022-11-23T02:28:36.2159559Z [ 2022-11-23T02:28:36.2159678Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2159752Z ] 2022-11-23T02:28:36.2160133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2160210Z with 2022-11-23T02:28:36.2160286Z [ 2022-11-23T02:28:36.2160369Z T=c10::IValue 2022-11-23T02:28:36.2160444Z ] 2022-11-23T02:28:36.2160840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2160921Z with 2022-11-23T02:28:36.2160998Z [ 2022-11-23T02:28:36.2161093Z T=c10::IValue 2022-11-23T02:28:36.2161168Z ] 2022-11-23T02:28:36.2162130Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2162210Z with 2022-11-23T02:28:36.2162287Z [ 2022-11-23T02:28:36.2162382Z T=c10::IValue 2022-11-23T02:28:36.2162457Z ] 2022-11-23T02:28:36.2162926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2163010Z with 2022-11-23T02:28:36.2163084Z [ 2022-11-23T02:28:36.2163164Z T=c10::IValue 2022-11-23T02:28:36.2163240Z ] 2022-11-23T02:28:36.2163820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2164345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2164774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2164858Z with 2022-11-23T02:28:36.2164935Z [ 2022-11-23T02:28:36.2165030Z T=c10::IValue 2022-11-23T02:28:36.2165300Z ] 2022-11-23T02:28:36.2165708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2165788Z with 2022-11-23T02:28:36.2165868Z [ 2022-11-23T02:28:36.2165969Z T=c10::AliasInfo 2022-11-23T02:28:36.2166046Z ] 2022-11-23T02:28:36.2166435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2166514Z with 2022-11-23T02:28:36.2166573Z [ 2022-11-23T02:28:36.2166671Z T=c10::AliasInfo 2022-11-23T02:28:36.2166745Z ] 2022-11-23T02:28:36.2167188Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2167269Z with 2022-11-23T02:28:36.2167345Z [ 2022-11-23T02:28:36.2167443Z T=c10::AliasInfo 2022-11-23T02:28:36.2167518Z ] 2022-11-23T02:28:36.2167997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2168078Z with 2022-11-23T02:28:36.2168150Z [ 2022-11-23T02:28:36.2168249Z T=c10::AliasInfo 2022-11-23T02:28:36.2168323Z ] 2022-11-23T02:28:36.2168720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2169133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2169552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2170137Z with 2022-11-23T02:28:36.2170213Z [ 2022-11-23T02:28:36.2170303Z T=c10::AliasInfo 2022-11-23T02:28:36.2170381Z ] 2022-11-23T02:28:36.2170930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2171017Z with 2022-11-23T02:28:36.2171090Z [ 2022-11-23T02:28:36.2171259Z T=std::vector> 2022-11-23T02:28:36.2171340Z ] 2022-11-23T02:28:36.2171955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2172043Z with 2022-11-23T02:28:36.2172123Z [ 2022-11-23T02:28:36.2172286Z T=std::vector> 2022-11-23T02:28:36.2172362Z ] 2022-11-23T02:28:36.2172803Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2172882Z with 2022-11-23T02:28:36.2172954Z [ 2022-11-23T02:28:36.2173115Z T=std::vector> 2022-11-23T02:28:36.2173175Z ] 2022-11-23T02:28:36.2174155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2174283Z with 2022-11-23T02:28:36.2174358Z [ 2022-11-23T02:28:36.2174536Z T=std::vector> 2022-11-23T02:28:36.2174614Z ] 2022-11-23T02:28:36.2175043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2175122Z with 2022-11-23T02:28:36.2175198Z [ 2022-11-23T02:28:36.2175295Z T=c10::SymInt 2022-11-23T02:28:36.2175371Z ] 2022-11-23T02:28:36.2175795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2175876Z with 2022-11-23T02:28:36.2175951Z [ 2022-11-23T02:28:36.2176047Z T=c10::SymInt 2022-11-23T02:28:36.2176107Z ] 2022-11-23T02:28:36.2176564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.2177085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.2177655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2177744Z with 2022-11-23T02:28:36.2177821Z [ 2022-11-23T02:28:36.2178103Z T=std::vector> 2022-11-23T02:28:36.2178186Z ] 2022-11-23T02:28:36.2179204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2179283Z with 2022-11-23T02:28:36.2179359Z [ 2022-11-23T02:28:36.2179529Z T=c10::either 2022-11-23T02:28:36.2179605Z ] 2022-11-23T02:28:36.2180001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2180079Z with 2022-11-23T02:28:36.2180161Z [ 2022-11-23T02:28:36.2180331Z T=c10::either 2022-11-23T02:28:36.2180406Z ] 2022-11-23T02:28:36.2180851Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2180935Z with 2022-11-23T02:28:36.2180996Z [ 2022-11-23T02:28:36.2181163Z T=c10::either 2022-11-23T02:28:36.2181240Z ] 2022-11-23T02:28:36.2181711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2181790Z with 2022-11-23T02:28:36.2181867Z [ 2022-11-23T02:28:36.2182126Z T=c10::either 2022-11-23T02:28:36.2182215Z ] 2022-11-23T02:28:36.2182669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2183166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2183581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2183662Z with 2022-11-23T02:28:36.2183871Z [ 2022-11-23T02:28:36.2184068Z T=c10::either 2022-11-23T02:28:36.2184145Z ] 2022-11-23T02:28:36.2184522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2184729Z with 2022-11-23T02:28:36.2184821Z [ 2022-11-23T02:28:36.2184923Z T=at::StepCallbacks 2022-11-23T02:28:36.2185106Z ] 2022-11-23T02:28:36.2185513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2185592Z with 2022-11-23T02:28:36.2185669Z [ 2022-11-23T02:28:36.2185780Z T=at::StepCallbacks 2022-11-23T02:28:36.2185856Z ] 2022-11-23T02:28:36.2186303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2186382Z with 2022-11-23T02:28:36.2186459Z [ 2022-11-23T02:28:36.2186567Z T=at::StepCallbacks 2022-11-23T02:28:36.2187143Z ] 2022-11-23T02:28:36.2187632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2187715Z with 2022-11-23T02:28:36.2187792Z [ 2022-11-23T02:28:36.2187885Z T=at::StepCallbacks 2022-11-23T02:28:36.2187962Z ] 2022-11-23T02:28:36.2188378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2188805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2189226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2189306Z with 2022-11-23T02:28:36.2189384Z [ 2022-11-23T02:28:36.2189494Z T=at::StepCallbacks 2022-11-23T02:28:36.2189573Z ] 2022-11-23T02:28:36.2189948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2190028Z with 2022-11-23T02:28:36.2190104Z [ 2022-11-23T02:28:36.2190296Z T=c10::DimVector 2022-11-23T02:28:36.2190520Z ] 2022-11-23T02:28:36.2190933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2191017Z with 2022-11-23T02:28:36.2191094Z [ 2022-11-23T02:28:36.2191285Z T=c10::DimVector 2022-11-23T02:28:36.2191362Z ] 2022-11-23T02:28:36.2191928Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2192014Z with 2022-11-23T02:28:36.2192087Z [ 2022-11-23T02:28:36.2192191Z T=c10::DimVector 2022-11-23T02:28:36.2192266Z ] 2022-11-23T02:28:36.2192748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2192825Z with 2022-11-23T02:28:36.2192902Z [ 2022-11-23T02:28:36.2193006Z T=c10::DimVector 2022-11-23T02:28:36.2193082Z ] 2022-11-23T02:28:36.2207404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2208269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2209048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2209196Z with 2022-11-23T02:28:36.2209330Z [ 2022-11-23T02:28:36.2209509Z T=c10::DimVector 2022-11-23T02:28:36.2209623Z ] 2022-11-23T02:28:36.2210309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2211593Z with 2022-11-23T02:28:36.2211735Z [ 2022-11-23T02:28:36.2212052Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2212183Z ] 2022-11-23T02:28:36.2212911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2213051Z with 2022-11-23T02:28:36.2213179Z [ 2022-11-23T02:28:36.2213405Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2213535Z ] 2022-11-23T02:28:36.2214326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2214468Z with 2022-11-23T02:28:36.2214597Z [ 2022-11-23T02:28:36.2214806Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2214918Z ] 2022-11-23T02:28:36.2215772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2215914Z with 2022-11-23T02:28:36.2216049Z [ 2022-11-23T02:28:36.2216259Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2216387Z ] 2022-11-23T02:28:36.2217405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2218333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2219167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2219310Z with 2022-11-23T02:28:36.2219442Z [ 2022-11-23T02:28:36.2219656Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2219785Z ] 2022-11-23T02:28:36.2220475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2220614Z with 2022-11-23T02:28:36.2220744Z [ 2022-11-23T02:28:36.2221047Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2221183Z ] 2022-11-23T02:28:36.2221871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2222008Z with 2022-11-23T02:28:36.2222139Z [ 2022-11-23T02:28:36.2222439Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2222568Z ] 2022-11-23T02:28:36.2223357Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2223499Z with 2022-11-23T02:28:36.2223632Z [ 2022-11-23T02:28:36.2224025Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2224160Z ] 2022-11-23T02:28:36.2225152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2226034Z with 2022-11-23T02:28:36.2226162Z [ 2022-11-23T02:28:36.2226471Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2226601Z ] 2022-11-23T02:28:36.2227430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2228304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2229062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2229203Z with 2022-11-23T02:28:36.2229316Z [ 2022-11-23T02:28:36.2229616Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2229746Z ] 2022-11-23T02:28:36.2230509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2230656Z with 2022-11-23T02:28:36.2230786Z [ 2022-11-23T02:28:36.2231245Z T=std::tuple 2022-11-23T02:28:36.2231475Z ] 2022-11-23T02:28:36.2232191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2232334Z with 2022-11-23T02:28:36.2232465Z [ 2022-11-23T02:28:36.2232707Z T=std::tuple 2022-11-23T02:28:36.2232835Z ] 2022-11-23T02:28:36.2233626Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2233763Z with 2022-11-23T02:28:36.2233895Z [ 2022-11-23T02:28:36.2234123Z T=std::tuple 2022-11-23T02:28:36.2234258Z ] 2022-11-23T02:28:36.2235105Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2235252Z with 2022-11-23T02:28:36.2235380Z [ 2022-11-23T02:28:36.2235623Z T=std::tuple 2022-11-23T02:28:36.2235751Z ] 2022-11-23T02:28:36.2236523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2237480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2238328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2238474Z with 2022-11-23T02:28:36.2239311Z [ 2022-11-23T02:28:36.2239578Z T=std::tuple 2022-11-23T02:28:36.2239707Z ] 2022-11-23T02:28:36.2240388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2240526Z with 2022-11-23T02:28:36.2240655Z [ 2022-11-23T02:28:36.2240858Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2240971Z ] 2022-11-23T02:28:36.2241689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2241830Z with 2022-11-23T02:28:36.2241957Z [ 2022-11-23T02:28:36.2242157Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2242288Z ] 2022-11-23T02:28:36.2243171Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2243324Z with 2022-11-23T02:28:36.2243458Z [ 2022-11-23T02:28:36.2243661Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2243791Z ] 2022-11-23T02:28:36.2244795Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2245068Z with 2022-11-23T02:28:36.2245216Z [ 2022-11-23T02:28:36.2245423Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2245536Z ] 2022-11-23T02:28:36.2246302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2247114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2247883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2248027Z with 2022-11-23T02:28:36.2248160Z [ 2022-11-23T02:28:36.2248368Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2248499Z ] 2022-11-23T02:28:36.2249181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2249325Z with 2022-11-23T02:28:36.2249454Z [ 2022-11-23T02:28:36.2249788Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2249923Z ] 2022-11-23T02:28:36.2250762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2250914Z with 2022-11-23T02:28:36.2251044Z [ 2022-11-23T02:28:36.2251291Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2251424Z ] 2022-11-23T02:28:36.2252200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2252340Z with 2022-11-23T02:28:36.2252472Z [ 2022-11-23T02:28:36.2252715Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2253552Z ] 2022-11-23T02:28:36.2254435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2254576Z with 2022-11-23T02:28:36.2254707Z [ 2022-11-23T02:28:36.2254951Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2255081Z ] 2022-11-23T02:28:36.2255877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2256770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2257663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2257806Z with 2022-11-23T02:28:36.2257939Z [ 2022-11-23T02:28:36.2258186Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2258318Z ] 2022-11-23T02:28:36.2259059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2259199Z with 2022-11-23T02:28:36.2259445Z [ 2022-11-23T02:28:36.2259714Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2259844Z ] 2022-11-23T02:28:36.2260564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2260713Z with 2022-11-23T02:28:36.2260843Z [ 2022-11-23T02:28:36.2261079Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2261208Z ] 2022-11-23T02:28:36.2261996Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2262133Z with 2022-11-23T02:28:36.2262265Z [ 2022-11-23T02:28:36.2262564Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2262711Z ] 2022-11-23T02:28:36.2263677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2263822Z with 2022-11-23T02:28:36.2263934Z [ 2022-11-23T02:28:36.2264168Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2264299Z ] 2022-11-23T02:28:36.2265072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2265857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2266618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2266760Z with 2022-11-23T02:28:36.2267017Z [ 2022-11-23T02:28:36.2267249Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2267382Z ] 2022-11-23T02:28:36.2268056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2268194Z with 2022-11-23T02:28:36.2268324Z [ 2022-11-23T02:28:36.2268516Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2268647Z ] 2022-11-23T02:28:36.2269428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2269572Z with 2022-11-23T02:28:36.2269745Z [ 2022-11-23T02:28:36.2269952Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2270164Z ] 2022-11-23T02:28:36.2270963Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2271115Z with 2022-11-23T02:28:36.2271245Z [ 2022-11-23T02:28:36.2271434Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2271566Z ] 2022-11-23T02:28:36.2272415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2272554Z with 2022-11-23T02:28:36.2272799Z [ 2022-11-23T02:28:36.2273010Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2273142Z ] 2022-11-23T02:28:36.2273885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2274647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2275461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2275605Z with 2022-11-23T02:28:36.2275735Z [ 2022-11-23T02:28:36.2275909Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2276046Z ] 2022-11-23T02:28:36.2276881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2277025Z with 2022-11-23T02:28:36.2277161Z [ 2022-11-23T02:28:36.2277360Z T=at::ThreadLocalState 2022-11-23T02:28:36.2277491Z ] 2022-11-23T02:28:36.2278201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2278340Z with 2022-11-23T02:28:36.2278470Z [ 2022-11-23T02:28:36.2278666Z T=at::ThreadLocalState 2022-11-23T02:28:36.2278794Z ] 2022-11-23T02:28:36.2279581Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2279718Z with 2022-11-23T02:28:36.2279849Z [ 2022-11-23T02:28:36.2280027Z T=at::ThreadLocalState 2022-11-23T02:28:36.2280156Z ] 2022-11-23T02:28:36.2281148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2281288Z with 2022-11-23T02:28:36.2281417Z [ 2022-11-23T02:28:36.2281612Z T=at::ThreadLocalState 2022-11-23T02:28:36.2281806Z ] 2022-11-23T02:28:36.2282641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2283501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2284261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2284402Z with 2022-11-23T02:28:36.2284532Z [ 2022-11-23T02:28:36.2284730Z T=at::ThreadLocalState 2022-11-23T02:28:36.2284860Z ] 2022-11-23T02:28:36.2285530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2285666Z with 2022-11-23T02:28:36.2285796Z [ 2022-11-23T02:28:36.2286141Z T=std::shared_ptr 2022-11-23T02:28:36.2286273Z ] 2022-11-23T02:28:36.2286990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2287135Z with 2022-11-23T02:28:36.2287263Z [ 2022-11-23T02:28:36.2287498Z T=std::shared_ptr 2022-11-23T02:28:36.2287627Z ] 2022-11-23T02:28:36.2288505Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2288651Z with 2022-11-23T02:28:36.2288780Z [ 2022-11-23T02:28:36.2289094Z T=std::shared_ptr 2022-11-23T02:28:36.2289231Z ] 2022-11-23T02:28:36.2290146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2290287Z with 2022-11-23T02:28:36.2290415Z [ 2022-11-23T02:28:36.2290654Z T=std::shared_ptr 2022-11-23T02:28:36.2290765Z ] 2022-11-23T02:28:36.2291535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2292283Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2293098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.2293842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2294112Z with 2022-11-23T02:28:36.2294246Z [ 2022-11-23T02:28:36.2294491Z T=std::shared_ptr 2022-11-23T02:28:36.2294717Z ] 2022-11-23T02:28:36.2295470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2295614Z with 2022-11-23T02:28:36.2295810Z [ 2022-11-23T02:28:36.2296031Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2296168Z ] 2022-11-23T02:28:36.2296878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2297017Z with 2022-11-23T02:28:36.2297153Z [ 2022-11-23T02:28:36.2297364Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2297494Z ] 2022-11-23T02:28:36.2298271Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2298413Z with 2022-11-23T02:28:36.2298546Z [ 2022-11-23T02:28:36.2298753Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2298885Z ] 2022-11-23T02:28:36.2299856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2300010Z with 2022-11-23T02:28:36.2300145Z [ 2022-11-23T02:28:36.2300356Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2300492Z ] 2022-11-23T02:28:36.2301243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2301971Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2302781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.2303532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2303678Z with 2022-11-23T02:28:36.2303809Z [ 2022-11-23T02:28:36.2304017Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2304146Z ] 2022-11-23T02:28:36.2304818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2304955Z with 2022-11-23T02:28:36.2305066Z [ 2022-11-23T02:28:36.2305255Z T=torch::jit::Method 2022-11-23T02:28:36.2305386Z ] 2022-11-23T02:28:36.2306172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2306318Z with 2022-11-23T02:28:36.2306449Z [ 2022-11-23T02:28:36.2306635Z T=torch::jit::Method 2022-11-23T02:28:36.2306966Z ] 2022-11-23T02:28:36.2307855Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2307998Z with 2022-11-23T02:28:36.2308129Z [ 2022-11-23T02:28:36.2308316Z T=torch::jit::Method 2022-11-23T02:28:36.2308444Z ] 2022-11-23T02:28:36.2309304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2309446Z with 2022-11-23T02:28:36.2309559Z [ 2022-11-23T02:28:36.2309744Z T=torch::jit::Method 2022-11-23T02:28:36.2309874Z ] 2022-11-23T02:28:36.2310602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2311357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2312109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2312249Z with 2022-11-23T02:28:36.2312377Z [ 2022-11-23T02:28:36.2312676Z T=torch::jit::Method 2022-11-23T02:28:36.2312825Z ] 2022-11-23T02:28:36.2313511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2313654Z with 2022-11-23T02:28:36.2313781Z [ 2022-11-23T02:28:36.2314074Z T=std::vector> 2022-11-23T02:28:36.2314203Z ] 2022-11-23T02:28:36.2314913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2315052Z with 2022-11-23T02:28:36.2315163Z [ 2022-11-23T02:28:36.2315453Z T=std::vector> 2022-11-23T02:28:36.2315583Z ] 2022-11-23T02:28:36.2316381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2316525Z with 2022-11-23T02:28:36.2316658Z [ 2022-11-23T02:28:36.2316950Z T=std::vector> 2022-11-23T02:28:36.2317080Z ] 2022-11-23T02:28:36.2317927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2318067Z with 2022-11-23T02:28:36.2318198Z [ 2022-11-23T02:28:36.2318489Z T=std::vector> 2022-11-23T02:28:36.2318621Z ] 2022-11-23T02:28:36.2319436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2320257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2321143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2321284Z with 2022-11-23T02:28:36.2321416Z [ 2022-11-23T02:28:36.2321706Z T=std::vector> 2022-11-23T02:28:36.2321838Z ] 2022-11-23T02:28:36.2322590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2322744Z with 2022-11-23T02:28:36.2322875Z [ 2022-11-23T02:28:36.2323242Z T=std::function 2022-11-23T02:28:36.2323446Z ] 2022-11-23T02:28:36.2324233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2324373Z with 2022-11-23T02:28:36.2324504Z [ 2022-11-23T02:28:36.2324863Z T=std::function 2022-11-23T02:28:36.2324993Z ] 2022-11-23T02:28:36.2325899Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2326057Z with 2022-11-23T02:28:36.2326187Z [ 2022-11-23T02:28:36.2326551Z T=std::function 2022-11-23T02:28:36.2326688Z ] 2022-11-23T02:28:36.2327554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2327693Z with 2022-11-23T02:28:36.2327805Z [ 2022-11-23T02:28:36.2328164Z T=std::function 2022-11-23T02:28:36.2328298Z ] 2022-11-23T02:28:36.2329186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2330108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2330879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2331021Z with 2022-11-23T02:28:36.2331153Z [ 2022-11-23T02:28:36.2331516Z T=std::function 2022-11-23T02:28:36.2331648Z ] 2022-11-23T02:28:36.2332337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2332478Z with 2022-11-23T02:28:36.2332609Z [ 2022-11-23T02:28:36.2333008Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2333266Z ] 2022-11-23T02:28:36.2333996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2334134Z with 2022-11-23T02:28:36.2334265Z [ 2022-11-23T02:28:36.2334658Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2334789Z ] 2022-11-23T02:28:36.2335571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2335712Z with 2022-11-23T02:28:36.2335844Z [ 2022-11-23T02:28:36.2336250Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2336382Z ] 2022-11-23T02:28:36.2337250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2337390Z with 2022-11-23T02:28:36.2337523Z [ 2022-11-23T02:28:36.2337926Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2338058Z ] 2022-11-23T02:28:36.2339092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2340123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2340888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2341028Z with 2022-11-23T02:28:36.2341160Z [ 2022-11-23T02:28:36.2341560Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2341696Z ] 2022-11-23T02:28:36.2342387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2342525Z with 2022-11-23T02:28:36.2342656Z [ 2022-11-23T02:28:36.2342912Z T=std::vector> 2022-11-23T02:28:36.2343045Z ] 2022-11-23T02:28:36.2343765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2343903Z with 2022-11-23T02:28:36.2344038Z [ 2022-11-23T02:28:36.2344307Z T=std::vector> 2022-11-23T02:28:36.2344438Z ] 2022-11-23T02:28:36.2345226Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2345370Z with 2022-11-23T02:28:36.2345500Z [ 2022-11-23T02:28:36.2345774Z T=std::vector> 2022-11-23T02:28:36.2345904Z ] 2022-11-23T02:28:36.2346769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2347029Z with 2022-11-23T02:28:36.2347165Z [ 2022-11-23T02:28:36.2347435Z T=std::vector> 2022-11-23T02:28:36.2347549Z ] 2022-11-23T02:28:36.2348323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2348462Z with 2022-11-23T02:28:36.2348596Z [ 2022-11-23T02:28:36.2348752Z T=double 2022-11-23T02:28:36.2348884Z ] 2022-11-23T02:28:36.2349755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2349901Z with 2022-11-23T02:28:36.2350036Z [ 2022-11-23T02:28:36.2350183Z T=double 2022-11-23T02:28:36.2350314Z ] 2022-11-23T02:28:36.2351078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2351217Z with 2022-11-23T02:28:36.2351347Z [ 2022-11-23T02:28:36.2351611Z T=std::vector> 2022-11-23T02:28:36.2351724Z ] 2022-11-23T02:28:36.2352510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2352666Z with 2022-11-23T02:28:36.2352798Z [ 2022-11-23T02:28:36.2353043Z T=std::tuple 2022-11-23T02:28:36.2353183Z ] 2022-11-23T02:28:36.2353910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2354122Z with 2022-11-23T02:28:36.2354265Z [ 2022-11-23T02:28:36.2354508Z T=std::tuple 2022-11-23T02:28:36.2354638Z ] 2022-11-23T02:28:36.2355583Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2355727Z with 2022-11-23T02:28:36.2355860Z [ 2022-11-23T02:28:36.2356097Z T=std::tuple 2022-11-23T02:28:36.2356229Z ] 2022-11-23T02:28:36.2357077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2357224Z with 2022-11-23T02:28:36.2357355Z [ 2022-11-23T02:28:36.2357590Z T=std::tuple 2022-11-23T02:28:36.2357722Z ] 2022-11-23T02:28:36.2358548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2359410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2360171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2360444Z with 2022-11-23T02:28:36.2360578Z [ 2022-11-23T02:28:36.2360816Z T=std::tuple 2022-11-23T02:28:36.2360948Z ] 2022-11-23T02:28:36.2361621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2361758Z with 2022-11-23T02:28:36.2361887Z [ 2022-11-23T02:28:36.2362179Z T=std::vector> 2022-11-23T02:28:36.2362313Z ] 2022-11-23T02:28:36.2363022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2363167Z with 2022-11-23T02:28:36.2363282Z [ 2022-11-23T02:28:36.2363567Z T=std::vector> 2022-11-23T02:28:36.2363700Z ] 2022-11-23T02:28:36.2364489Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2364627Z with 2022-11-23T02:28:36.2364760Z [ 2022-11-23T02:28:36.2365042Z T=std::vector> 2022-11-23T02:28:36.2365172Z ] 2022-11-23T02:28:36.2366132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2366295Z with 2022-11-23T02:28:36.2366426Z [ 2022-11-23T02:28:36.2366710Z T=std::vector> 2022-11-23T02:28:36.2366841Z ] 2022-11-23T02:28:36.2367645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2368536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2369297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2369439Z with 2022-11-23T02:28:36.2369569Z [ 2022-11-23T02:28:36.2369855Z T=std::vector> 2022-11-23T02:28:36.2369969Z ] 2022-11-23T02:28:36.2371003Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module.pyd 2022-11-23T02:28:36.2371345Z Creating library is_python_module.lib and object is_python_module.exp 2022-11-23T02:28:36.2371600Z Loading extension module is_python_module... 2022-11-23T02:28:36.2372557Z 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:28:36.2372842Z warnings.warn( 2022-11-23T02:28:36.2373793Z 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:28:36.2373958Z warnings.warn( 2022-11-23T02:28:36.2374913Z 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:28:36.2375078Z warnings.warn( 2022-11-23T02:28:36.2376021Z 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:28:36.2376191Z warnings.warn( 2022-11-23T02:28:36.2376330Z ok (19.694s) 2022-11-23T02:28:36.2376605Z test_half_support (__main__.TestCppExtensionJIT) 2022-11-23T02:28:36.2377029Z Checks for an issue with operator< ambiguity for half when certain ... skip: Temporarily disabled (0.001s) 2022-11-23T02:28:36.2377469Z test_inline_jit_compile_custom_op_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.001s) 2022-11-23T02:28:36.2377911Z test_inline_jit_compile_extension_cuda (__main__.TestCppExtensionJIT) ... skip: Temporarily disabled (0.002s) 2022-11-23T02:28:36.2378789Z test_inline_jit_compile_extension_multiple_sources_and_no_functions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2379378Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension... 2022-11-23T02:28:36.2379965Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension\build.ninja... 2022-11-23T02:28:36.2380235Z Building extension module inline_jit_extension... 2022-11-23T02:28:36.2380675Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.2382768Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension\main.cpp /Fomain.o 2022-11-23T02:28:36.2383081Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.2383390Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.2383407Z 2022-11-23T02:28:36.2384091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.2384794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2384935Z with 2022-11-23T02:28:36.2385070Z [ 2022-11-23T02:28:36.2385238Z T=c10::SymInt 2022-11-23T02:28:36.2385494Z ] 2022-11-23T02:28:36.2386216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2386341Z with 2022-11-23T02:28:36.2386472Z [ 2022-11-23T02:28:36.2386640Z T=c10::SymInt 2022-11-23T02:28:36.2386771Z ] 2022-11-23T02:28:36.2387574Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2387723Z with 2022-11-23T02:28:36.2387854Z [ 2022-11-23T02:28:36.2388020Z T=c10::SymInt 2022-11-23T02:28:36.2388147Z ] 2022-11-23T02:28:36.2389007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2389146Z with 2022-11-23T02:28:36.2389279Z [ 2022-11-23T02:28:36.2389441Z T=c10::SymInt 2022-11-23T02:28:36.2389573Z ] 2022-11-23T02:28:36.2390295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2391705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2392523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2392668Z with 2022-11-23T02:28:36.2392783Z [ 2022-11-23T02:28:36.2392950Z T=c10::SymInt 2022-11-23T02:28:36.2393083Z ] 2022-11-23T02:28:36.2393726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.2394419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2394560Z with 2022-11-23T02:28:36.2394692Z [ 2022-11-23T02:28:36.2394878Z T=at::TensorBase 2022-11-23T02:28:36.2395010Z ] 2022-11-23T02:28:36.2395728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2395875Z with 2022-11-23T02:28:36.2396011Z [ 2022-11-23T02:28:36.2396189Z T=at::TensorBase 2022-11-23T02:28:36.2396320Z ] 2022-11-23T02:28:36.2397122Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2397245Z with 2022-11-23T02:28:36.2397376Z [ 2022-11-23T02:28:36.2397552Z T=at::TensorBase 2022-11-23T02:28:36.2397681Z ] 2022-11-23T02:28:36.2398550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2398689Z with 2022-11-23T02:28:36.2398817Z [ 2022-11-23T02:28:36.2398994Z T=at::TensorBase 2022-11-23T02:28:36.2399269Z ] 2022-11-23T02:28:36.2400006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2400750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2401522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2401663Z with 2022-11-23T02:28:36.2401792Z [ 2022-11-23T02:28:36.2401968Z T=at::TensorBase 2022-11-23T02:28:36.2402099Z ] 2022-11-23T02:28:36.2402787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2402913Z with 2022-11-23T02:28:36.2403045Z [ 2022-11-23T02:28:36.2403213Z T=at::Tensor 2022-11-23T02:28:36.2403348Z ] 2022-11-23T02:28:36.2404057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2404196Z with 2022-11-23T02:28:36.2404326Z [ 2022-11-23T02:28:36.2404493Z T=at::Tensor 2022-11-23T02:28:36.2404729Z ] 2022-11-23T02:28:36.2405559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2405700Z with 2022-11-23T02:28:36.2405832Z [ 2022-11-23T02:28:36.2405996Z T=at::Tensor 2022-11-23T02:28:36.2406125Z ] 2022-11-23T02:28:36.2406996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2407136Z with 2022-11-23T02:28:36.2407250Z [ 2022-11-23T02:28:36.2407419Z T=at::Tensor 2022-11-23T02:28:36.2407553Z ] 2022-11-23T02:28:36.2408281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2409013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2409786Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2409924Z with 2022-11-23T02:28:36.2410057Z [ 2022-11-23T02:28:36.2410224Z T=at::Tensor 2022-11-23T02:28:36.2410354Z ] 2022-11-23T02:28:36.2411220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2411377Z with 2022-11-23T02:28:36.2411511Z [ 2022-11-23T02:28:36.2411687Z T=at::Generator 2022-11-23T02:28:36.2411899Z ] 2022-11-23T02:28:36.2412681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2412946Z with 2022-11-23T02:28:36.2413080Z [ 2022-11-23T02:28:36.2413261Z T=at::Generator 2022-11-23T02:28:36.2413394Z ] 2022-11-23T02:28:36.2414192Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2414330Z with 2022-11-23T02:28:36.2414462Z [ 2022-11-23T02:28:36.2414635Z T=at::Generator 2022-11-23T02:28:36.2414765Z ] 2022-11-23T02:28:36.2415628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2415768Z with 2022-11-23T02:28:36.2415902Z [ 2022-11-23T02:28:36.2416072Z T=at::Generator 2022-11-23T02:28:36.2416205Z ] 2022-11-23T02:28:36.2416943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2417678Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2418544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2418683Z with 2022-11-23T02:28:36.2418817Z [ 2022-11-23T02:28:36.2418995Z T=at::Generator 2022-11-23T02:28:36.2419137Z ] 2022-11-23T02:28:36.2419821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2419962Z with 2022-11-23T02:28:36.2420094Z [ 2022-11-23T02:28:36.2420258Z T=c10::Scalar 2022-11-23T02:28:36.2420391Z ] 2022-11-23T02:28:36.2421102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2421243Z with 2022-11-23T02:28:36.2421375Z [ 2022-11-23T02:28:36.2421544Z T=c10::Scalar 2022-11-23T02:28:36.2421677Z ] 2022-11-23T02:28:36.2422478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2422607Z with 2022-11-23T02:28:36.2422736Z [ 2022-11-23T02:28:36.2422900Z T=c10::Scalar 2022-11-23T02:28:36.2423031Z ] 2022-11-23T02:28:36.2423900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2424039Z with 2022-11-23T02:28:36.2424168Z [ 2022-11-23T02:28:36.2424331Z T=c10::Scalar 2022-11-23T02:28:36.2424464Z ] 2022-11-23T02:28:36.2425193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2425920Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2426805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2426948Z with 2022-11-23T02:28:36.2427083Z [ 2022-11-23T02:28:36.2427245Z T=c10::Scalar 2022-11-23T02:28:36.2427376Z ] 2022-11-23T02:28:36.2428065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2428187Z with 2022-11-23T02:28:36.2428321Z [ 2022-11-23T02:28:36.2428488Z T=std::string 2022-11-23T02:28:36.2428618Z ] 2022-11-23T02:28:36.2429334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2429475Z with 2022-11-23T02:28:36.2429607Z [ 2022-11-23T02:28:36.2429773Z T=std::string 2022-11-23T02:28:36.2429904Z ] 2022-11-23T02:28:36.2430686Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2430828Z with 2022-11-23T02:28:36.2430956Z [ 2022-11-23T02:28:36.2431229Z T=std::string 2022-11-23T02:28:36.2431379Z ] 2022-11-23T02:28:36.2432240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2432367Z with 2022-11-23T02:28:36.2432494Z [ 2022-11-23T02:28:36.2432662Z T=std::string 2022-11-23T02:28:36.2432795Z ] 2022-11-23T02:28:36.2433524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2434247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2435003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2435140Z with 2022-11-23T02:28:36.2435273Z [ 2022-11-23T02:28:36.2435445Z T=std::string 2022-11-23T02:28:36.2435576Z ] 2022-11-23T02:28:36.2436254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2436392Z with 2022-11-23T02:28:36.2436523Z [ 2022-11-23T02:28:36.2436712Z T=c10::QualifiedName 2022-11-23T02:28:36.2436839Z ] 2022-11-23T02:28:36.2437546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2437674Z with 2022-11-23T02:28:36.2437806Z [ 2022-11-23T02:28:36.2437994Z T=c10::QualifiedName 2022-11-23T02:28:36.2438125Z ] 2022-11-23T02:28:36.2438920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2439180Z with 2022-11-23T02:28:36.2439311Z [ 2022-11-23T02:28:36.2439501Z T=c10::QualifiedName 2022-11-23T02:28:36.2439631Z ] 2022-11-23T02:28:36.2440494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2440635Z with 2022-11-23T02:28:36.2440765Z [ 2022-11-23T02:28:36.2440958Z T=c10::QualifiedName 2022-11-23T02:28:36.2441087Z ] 2022-11-23T02:28:36.2441831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2442677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2443500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2443688Z with 2022-11-23T02:28:36.2443805Z [ 2022-11-23T02:28:36.2444039Z T=c10::QualifiedName 2022-11-23T02:28:36.2444219Z ] 2022-11-23T02:28:36.2445067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2445280Z with 2022-11-23T02:28:36.2445455Z [ 2022-11-23T02:28:36.2445792Z T=std::shared_ptr 2022-11-23T02:28:36.2445967Z ] 2022-11-23T02:28:36.2446722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2446906Z with 2022-11-23T02:28:36.2447081Z [ 2022-11-23T02:28:36.2447408Z T=std::shared_ptr 2022-11-23T02:28:36.2447583Z ] 2022-11-23T02:28:36.2448426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2448615Z with 2022-11-23T02:28:36.2448730Z [ 2022-11-23T02:28:36.2449059Z T=std::shared_ptr 2022-11-23T02:28:36.2449234Z ] 2022-11-23T02:28:36.2450151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2450342Z with 2022-11-23T02:28:36.2450518Z [ 2022-11-23T02:28:36.2450843Z T=std::shared_ptr 2022-11-23T02:28:36.2451018Z ] 2022-11-23T02:28:36.2451877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2452720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2453660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2453850Z with 2022-11-23T02:28:36.2454021Z [ 2022-11-23T02:28:36.2454342Z T=std::shared_ptr 2022-11-23T02:28:36.2454521Z ] 2022-11-23T02:28:36.2455249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2455432Z with 2022-11-23T02:28:36.2455611Z [ 2022-11-23T02:28:36.2455871Z T=std::weak_ptr 2022-11-23T02:28:36.2456062Z ] 2022-11-23T02:28:36.2456819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2457012Z with 2022-11-23T02:28:36.2457188Z [ 2022-11-23T02:28:36.2457505Z T=std::weak_ptr 2022-11-23T02:28:36.2457681Z ] 2022-11-23T02:28:36.2458578Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2458768Z with 2022-11-23T02:28:36.2458949Z [ 2022-11-23T02:28:36.2459273Z T=std::weak_ptr 2022-11-23T02:28:36.2459567Z ] 2022-11-23T02:28:36.2460492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2460684Z with 2022-11-23T02:28:36.2460860Z [ 2022-11-23T02:28:36.2461182Z T=std::weak_ptr 2022-11-23T02:28:36.2461298Z ] 2022-11-23T02:28:36.2462149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2463002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2463801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2463991Z with 2022-11-23T02:28:36.2464163Z [ 2022-11-23T02:28:36.2464484Z T=std::weak_ptr 2022-11-23T02:28:36.2464664Z ] 2022-11-23T02:28:36.2465393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2465576Z with 2022-11-23T02:28:36.2465754Z [ 2022-11-23T02:28:36.2466136Z T=std::vector> 2022-11-23T02:28:36.2466312Z ] 2022-11-23T02:28:36.2467079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2467266Z with 2022-11-23T02:28:36.2467444Z [ 2022-11-23T02:28:36.2467826Z T=std::vector> 2022-11-23T02:28:36.2468143Z ] 2022-11-23T02:28:36.2468995Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2469183Z with 2022-11-23T02:28:36.2469301Z [ 2022-11-23T02:28:36.2469677Z T=std::vector> 2022-11-23T02:28:36.2469851Z ] 2022-11-23T02:28:36.2470773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2470963Z with 2022-11-23T02:28:36.2471142Z [ 2022-11-23T02:28:36.2471523Z T=std::vector> 2022-11-23T02:28:36.2471708Z ] 2022-11-23T02:28:36.2472606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2473498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2474415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2474622Z with 2022-11-23T02:28:36.2474801Z [ 2022-11-23T02:28:36.2475189Z T=std::vector> 2022-11-23T02:28:36.2475373Z ] 2022-11-23T02:28:36.2476110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2476297Z with 2022-11-23T02:28:36.2476473Z [ 2022-11-23T02:28:36.2476781Z T=std::vector> 2022-11-23T02:28:36.2476902Z ] 2022-11-23T02:28:36.2477665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2477858Z with 2022-11-23T02:28:36.2478040Z [ 2022-11-23T02:28:36.2478351Z T=std::vector> 2022-11-23T02:28:36.2478531Z ] 2022-11-23T02:28:36.2479375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2479566Z with 2022-11-23T02:28:36.2479743Z [ 2022-11-23T02:28:36.2480051Z T=std::vector> 2022-11-23T02:28:36.2480226Z ] 2022-11-23T02:28:36.2481130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2481316Z with 2022-11-23T02:28:36.2481494Z [ 2022-11-23T02:28:36.2481805Z T=std::vector> 2022-11-23T02:28:36.2481925Z ] 2022-11-23T02:28:36.2482766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2483726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2484539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2484726Z with 2022-11-23T02:28:36.2484901Z [ 2022-11-23T02:28:36.2485211Z T=std::vector> 2022-11-23T02:28:36.2485389Z ] 2022-11-23T02:28:36.2486126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2486318Z with 2022-11-23T02:28:36.2486497Z [ 2022-11-23T02:28:36.2486912Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2487090Z ] 2022-11-23T02:28:36.2487850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2488034Z with 2022-11-23T02:28:36.2488211Z [ 2022-11-23T02:28:36.2488622Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2488796Z ] 2022-11-23T02:28:36.2489765Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2489986Z with 2022-11-23T02:28:36.2490102Z [ 2022-11-23T02:28:36.2490512Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2490694Z ] 2022-11-23T02:28:36.2491602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2491790Z with 2022-11-23T02:28:36.2491965Z [ 2022-11-23T02:28:36.2492369Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2492603Z ] 2022-11-23T02:28:36.2493547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.2494471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.2495251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.2496068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2496254Z with 2022-11-23T02:28:36.2496432Z [ 2022-11-23T02:28:36.2496842Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2497156Z ] 2022-11-23T02:28:36.2497894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2498079Z with 2022-11-23T02:28:36.2498256Z [ 2022-11-23T02:28:36.2498649Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2498828Z ] 2022-11-23T02:28:36.2499589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2499721Z with 2022-11-23T02:28:36.2499895Z [ 2022-11-23T02:28:36.2500287Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2500468Z ] 2022-11-23T02:28:36.2501317Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2501507Z with 2022-11-23T02:28:36.2501683Z [ 2022-11-23T02:28:36.2502073Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2502250Z ] 2022-11-23T02:28:36.2503149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2503444Z with 2022-11-23T02:28:36.2503642Z [ 2022-11-23T02:28:36.2504036Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2504213Z ] 2022-11-23T02:28:36.2505108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.2506008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.2506765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.2507564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2507761Z with 2022-11-23T02:28:36.2507947Z [ 2022-11-23T02:28:36.2508339Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2508459Z ] 2022-11-23T02:28:36.2509179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2509364Z with 2022-11-23T02:28:36.2509539Z [ 2022-11-23T02:28:36.2509860Z T=std::vector> 2022-11-23T02:28:36.2510039Z ] 2022-11-23T02:28:36.2510797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2510983Z with 2022-11-23T02:28:36.2511157Z [ 2022-11-23T02:28:36.2511471Z T=std::vector> 2022-11-23T02:28:36.2511781Z ] 2022-11-23T02:28:36.2512706Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2512901Z with 2022-11-23T02:28:36.2513077Z [ 2022-11-23T02:28:36.2513452Z T=std::vector> 2022-11-23T02:28:36.2513632Z ] 2022-11-23T02:28:36.2514556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2514751Z with 2022-11-23T02:28:36.2514922Z [ 2022-11-23T02:28:36.2515237Z T=std::vector> 2022-11-23T02:28:36.2515420Z ] 2022-11-23T02:28:36.2516260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2517090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2518006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2518220Z with 2022-11-23T02:28:36.2518397Z [ 2022-11-23T02:28:36.2518714Z T=std::vector> 2022-11-23T02:28:36.2518889Z ] 2022-11-23T02:28:36.2519619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2519801Z with 2022-11-23T02:28:36.2519976Z [ 2022-11-23T02:28:36.2520349Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2520527Z ] 2022-11-23T02:28:36.2521286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2521466Z with 2022-11-23T02:28:36.2521584Z [ 2022-11-23T02:28:36.2521956Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2522135Z ] 2022-11-23T02:28:36.2522977Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2523173Z with 2022-11-23T02:28:36.2523355Z [ 2022-11-23T02:28:36.2523724Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2523904Z ] 2022-11-23T02:28:36.2524805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2524994Z with 2022-11-23T02:28:36.2525169Z [ 2022-11-23T02:28:36.2525542Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2525719Z ] 2022-11-23T02:28:36.2526601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2527664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2528563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.2529367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2529555Z with 2022-11-23T02:28:36.2529731Z [ 2022-11-23T02:28:36.2530103Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.2530288Z ] 2022-11-23T02:28:36.2530953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2531141Z with 2022-11-23T02:28:36.2531315Z [ 2022-11-23T02:28:36.2531688Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2531863Z ] 2022-11-23T02:28:36.2532725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2532935Z with 2022-11-23T02:28:36.2533117Z [ 2022-11-23T02:28:36.2533484Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2533662Z ] 2022-11-23T02:28:36.2534506Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2534693Z with 2022-11-23T02:28:36.2534874Z [ 2022-11-23T02:28:36.2535243Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2535418Z ] 2022-11-23T02:28:36.2536325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2536511Z with 2022-11-23T02:28:36.2536625Z [ 2022-11-23T02:28:36.2536996Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2537176Z ] 2022-11-23T02:28:36.2538070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2539020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2539932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.2540752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2541736Z with 2022-11-23T02:28:36.2541916Z [ 2022-11-23T02:28:36.2542305Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.2542482Z ] 2022-11-23T02:28:36.2543221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2543409Z with 2022-11-23T02:28:36.2543584Z [ 2022-11-23T02:28:36.2543861Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2544039Z ] 2022-11-23T02:28:36.2544812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2544997Z with 2022-11-23T02:28:36.2545175Z [ 2022-11-23T02:28:36.2545389Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2545574Z ] 2022-11-23T02:28:36.2546425Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2546614Z with 2022-11-23T02:28:36.2546789Z [ 2022-11-23T02:28:36.2547056Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2547234Z ] 2022-11-23T02:28:36.2548266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2548475Z with 2022-11-23T02:28:36.2548653Z [ 2022-11-23T02:28:36.2548928Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2549110Z ] 2022-11-23T02:28:36.2549935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2550729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2550911Z with 2022-11-23T02:28:36.2551087Z [ 2022-11-23T02:28:36.2551351Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2551468Z ] 2022-11-23T02:28:36.2552361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.2553169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2553370Z with 2022-11-23T02:28:36.2553544Z [ 2022-11-23T02:28:36.2553819Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.2553996Z ] 2022-11-23T02:28:36.2554731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2554916Z with 2022-11-23T02:28:36.2555093Z [ 2022-11-23T02:28:36.2555558Z T=std::vector> 2022-11-23T02:28:36.2555734Z ] 2022-11-23T02:28:36.2556486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2556803Z with 2022-11-23T02:28:36.2556979Z [ 2022-11-23T02:28:36.2557439Z T=std::vector> 2022-11-23T02:28:36.2557618Z ] 2022-11-23T02:28:36.2558455Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2558702Z with 2022-11-23T02:28:36.2558820Z [ 2022-11-23T02:28:36.2559277Z T=std::vector> 2022-11-23T02:28:36.2559458Z ] 2022-11-23T02:28:36.2560363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2560556Z with 2022-11-23T02:28:36.2560731Z [ 2022-11-23T02:28:36.2561187Z T=std::vector> 2022-11-23T02:28:36.2561361Z ] 2022-11-23T02:28:36.2562313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2563384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2564210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2564412Z with 2022-11-23T02:28:36.2564596Z [ 2022-11-23T02:28:36.2565047Z T=std::vector> 2022-11-23T02:28:36.2565224Z ] 2022-11-23T02:28:36.2565948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2566102Z with 2022-11-23T02:28:36.2629025Z [ 2022-11-23T02:28:36.2629335Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2629468Z ] 2022-11-23T02:28:36.2630211Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2630353Z with 2022-11-23T02:28:36.2630490Z [ 2022-11-23T02:28:36.2630700Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2630838Z ] 2022-11-23T02:28:36.2631647Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2631790Z with 2022-11-23T02:28:36.2631922Z [ 2022-11-23T02:28:36.2632131Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2632266Z ] 2022-11-23T02:28:36.2633113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2633255Z with 2022-11-23T02:28:36.2633617Z [ 2022-11-23T02:28:36.2633828Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2633966Z ] 2022-11-23T02:28:36.2634742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2635519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2636285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2636428Z with 2022-11-23T02:28:36.2636559Z [ 2022-11-23T02:28:36.2636766Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.2636898Z ] 2022-11-23T02:28:36.2637583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2637720Z with 2022-11-23T02:28:36.2637850Z [ 2022-11-23T02:28:36.2638018Z T=c10::IValue 2022-11-23T02:28:36.2638150Z ] 2022-11-23T02:28:36.2638852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2638970Z with 2022-11-23T02:28:36.2639237Z [ 2022-11-23T02:28:36.2639430Z T=c10::IValue 2022-11-23T02:28:36.2639563Z ] 2022-11-23T02:28:36.2640351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2640495Z with 2022-11-23T02:28:36.2640627Z [ 2022-11-23T02:28:36.2640787Z T=c10::IValue 2022-11-23T02:28:36.2640918Z ] 2022-11-23T02:28:36.2641781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2641920Z with 2022-11-23T02:28:36.2642056Z [ 2022-11-23T02:28:36.2642217Z T=c10::IValue 2022-11-23T02:28:36.2642356Z ] 2022-11-23T02:28:36.2643089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2643822Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2644583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2644702Z with 2022-11-23T02:28:36.2644833Z [ 2022-11-23T02:28:36.2645002Z T=c10::IValue 2022-11-23T02:28:36.2645133Z ] 2022-11-23T02:28:36.2645806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2645943Z with 2022-11-23T02:28:36.2646072Z [ 2022-11-23T02:28:36.2646247Z T=c10::AliasInfo 2022-11-23T02:28:36.2646377Z ] 2022-11-23T02:28:36.2647236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2647374Z with 2022-11-23T02:28:36.2647507Z [ 2022-11-23T02:28:36.2647679Z T=c10::AliasInfo 2022-11-23T02:28:36.2647813Z ] 2022-11-23T02:28:36.2648606Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2648725Z with 2022-11-23T02:28:36.2648864Z [ 2022-11-23T02:28:36.2649036Z T=c10::AliasInfo 2022-11-23T02:28:36.2649165Z ] 2022-11-23T02:28:36.2650015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2650160Z with 2022-11-23T02:28:36.2650292Z [ 2022-11-23T02:28:36.2650460Z T=c10::AliasInfo 2022-11-23T02:28:36.2650591Z ] 2022-11-23T02:28:36.2651312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2652155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2652932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2653077Z with 2022-11-23T02:28:36.2653210Z [ 2022-11-23T02:28:36.2653380Z T=c10::AliasInfo 2022-11-23T02:28:36.2653513Z ] 2022-11-23T02:28:36.2654196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2654313Z with 2022-11-23T02:28:36.2654447Z [ 2022-11-23T02:28:36.2654731Z T=std::vector> 2022-11-23T02:28:36.2654864Z ] 2022-11-23T02:28:36.2655571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2655710Z with 2022-11-23T02:28:36.2655840Z [ 2022-11-23T02:28:36.2656124Z T=std::vector> 2022-11-23T02:28:36.2656262Z ] 2022-11-23T02:28:36.2657056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2657195Z with 2022-11-23T02:28:36.2657327Z [ 2022-11-23T02:28:36.2657607Z T=std::vector> 2022-11-23T02:28:36.2657737Z ] 2022-11-23T02:28:36.2658663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2658811Z with 2022-11-23T02:28:36.2658924Z [ 2022-11-23T02:28:36.2659209Z T=std::vector> 2022-11-23T02:28:36.2659343Z ] 2022-11-23T02:28:36.2660260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2660400Z with 2022-11-23T02:28:36.2660532Z [ 2022-11-23T02:28:36.2660696Z T=c10::SymInt 2022-11-23T02:28:36.2660825Z ] 2022-11-23T02:28:36.2661574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2661707Z with 2022-11-23T02:28:36.2661837Z [ 2022-11-23T02:28:36.2661996Z T=c10::SymInt 2022-11-23T02:28:36.2662126Z ] 2022-11-23T02:28:36.2662936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.2663874Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.2664623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2664761Z with 2022-11-23T02:28:36.2664889Z [ 2022-11-23T02:28:36.2665273Z T=std::vector> 2022-11-23T02:28:36.2665402Z ] 2022-11-23T02:28:36.2666084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2666232Z with 2022-11-23T02:28:36.2666365Z [ 2022-11-23T02:28:36.2666659Z T=c10::either 2022-11-23T02:28:36.2666790Z ] 2022-11-23T02:28:36.2667506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2667637Z with 2022-11-23T02:28:36.2667760Z [ 2022-11-23T02:28:36.2668042Z T=c10::either 2022-11-23T02:28:36.2668160Z ] 2022-11-23T02:28:36.2668944Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2669081Z with 2022-11-23T02:28:36.2669208Z [ 2022-11-23T02:28:36.2669498Z T=c10::either 2022-11-23T02:28:36.2669610Z ] 2022-11-23T02:28:36.2670454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2670591Z with 2022-11-23T02:28:36.2670723Z [ 2022-11-23T02:28:36.2671014Z T=c10::either 2022-11-23T02:28:36.2671144Z ] 2022-11-23T02:28:36.2671950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2672820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2673709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2673847Z with 2022-11-23T02:28:36.2673978Z [ 2022-11-23T02:28:36.2674267Z T=c10::either 2022-11-23T02:28:36.2674399Z ] 2022-11-23T02:28:36.2675081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2675222Z with 2022-11-23T02:28:36.2675355Z [ 2022-11-23T02:28:36.2675547Z T=at::StepCallbacks 2022-11-23T02:28:36.2675682Z ] 2022-11-23T02:28:36.2676389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2676530Z with 2022-11-23T02:28:36.2676643Z [ 2022-11-23T02:28:36.2676835Z T=at::StepCallbacks 2022-11-23T02:28:36.2676967Z ] 2022-11-23T02:28:36.2678606Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2678810Z with 2022-11-23T02:28:36.2678942Z [ 2022-11-23T02:28:36.2679138Z T=at::StepCallbacks 2022-11-23T02:28:36.2679271Z ] 2022-11-23T02:28:36.2680124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2680277Z with 2022-11-23T02:28:36.2680410Z [ 2022-11-23T02:28:36.2680598Z T=at::StepCallbacks 2022-11-23T02:28:36.2680728Z ] 2022-11-23T02:28:36.2681475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2682249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2683004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2683147Z with 2022-11-23T02:28:36.2683260Z [ 2022-11-23T02:28:36.2683451Z T=at::StepCallbacks 2022-11-23T02:28:36.2683583Z ] 2022-11-23T02:28:36.2684256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2684395Z with 2022-11-23T02:28:36.2684526Z [ 2022-11-23T02:28:36.2684702Z T=c10::DimVector 2022-11-23T02:28:36.2684832Z ] 2022-11-23T02:28:36.2685544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2685686Z with 2022-11-23T02:28:36.2685820Z [ 2022-11-23T02:28:36.2685990Z T=c10::DimVector 2022-11-23T02:28:36.2686278Z ] 2022-11-23T02:28:36.2687071Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2687213Z with 2022-11-23T02:28:36.2687326Z [ 2022-11-23T02:28:36.2687498Z T=c10::DimVector 2022-11-23T02:28:36.2687627Z ] 2022-11-23T02:28:36.2688495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2688638Z with 2022-11-23T02:28:36.2688770Z [ 2022-11-23T02:28:36.2688951Z T=c10::DimVector 2022-11-23T02:28:36.2689080Z ] 2022-11-23T02:28:36.2689819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2690559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2691317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2691457Z with 2022-11-23T02:28:36.2691702Z [ 2022-11-23T02:28:36.2691899Z T=c10::DimVector 2022-11-23T02:28:36.2692029Z ] 2022-11-23T02:28:36.2692704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2692850Z with 2022-11-23T02:28:36.2692963Z [ 2022-11-23T02:28:36.2693174Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2693295Z ] 2022-11-23T02:28:36.2693996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2694127Z with 2022-11-23T02:28:36.2694248Z [ 2022-11-23T02:28:36.2694456Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2694580Z ] 2022-11-23T02:28:36.2695364Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2695496Z with 2022-11-23T02:28:36.2695625Z [ 2022-11-23T02:28:36.2695838Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2695960Z ] 2022-11-23T02:28:36.2696805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2696932Z with 2022-11-23T02:28:36.2697046Z [ 2022-11-23T02:28:36.2697250Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2697370Z ] 2022-11-23T02:28:36.2698128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2698925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2699806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2699939Z with 2022-11-23T02:28:36.2700062Z [ 2022-11-23T02:28:36.2700265Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.2700392Z ] 2022-11-23T02:28:36.2701066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2701199Z with 2022-11-23T02:28:36.2701320Z [ 2022-11-23T02:28:36.2701611Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2701730Z ] 2022-11-23T02:28:36.2702439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2702574Z with 2022-11-23T02:28:36.2702695Z [ 2022-11-23T02:28:36.2702979Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2703103Z ] 2022-11-23T02:28:36.2703889Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2704022Z with 2022-11-23T02:28:36.2704146Z [ 2022-11-23T02:28:36.2704540Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2704680Z ] 2022-11-23T02:28:36.2705541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2705686Z with 2022-11-23T02:28:36.2705818Z [ 2022-11-23T02:28:36.2706112Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2706247Z ] 2022-11-23T02:28:36.2707076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2707985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2708740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2708890Z with 2022-11-23T02:28:36.2709013Z [ 2022-11-23T02:28:36.2709303Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.2709426Z ] 2022-11-23T02:28:36.2710085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2710216Z with 2022-11-23T02:28:36.2710342Z [ 2022-11-23T02:28:36.2710580Z T=std::tuple 2022-11-23T02:28:36.2710699Z ] 2022-11-23T02:28:36.2711404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2711533Z with 2022-11-23T02:28:36.2711653Z [ 2022-11-23T02:28:36.2712024Z T=std::tuple 2022-11-23T02:28:36.2712144Z ] 2022-11-23T02:28:36.2712925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2713052Z with 2022-11-23T02:28:36.2713169Z [ 2022-11-23T02:28:36.2713402Z T=std::tuple 2022-11-23T02:28:36.2713523Z ] 2022-11-23T02:28:36.2714369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2714498Z with 2022-11-23T02:28:36.2714610Z [ 2022-11-23T02:28:36.2714845Z T=std::tuple 2022-11-23T02:28:36.2714972Z ] 2022-11-23T02:28:36.2715738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2716669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2717620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2717851Z with 2022-11-23T02:28:36.2717974Z [ 2022-11-23T02:28:36.2718213Z T=std::tuple 2022-11-23T02:28:36.2718334Z ] 2022-11-23T02:28:36.2719006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2719132Z with 2022-11-23T02:28:36.2719252Z [ 2022-11-23T02:28:36.2719440Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2719561Z ] 2022-11-23T02:28:36.2720263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2720386Z with 2022-11-23T02:28:36.2720496Z [ 2022-11-23T02:28:36.2720692Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2720813Z ] 2022-11-23T02:28:36.2721594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2721732Z with 2022-11-23T02:28:36.2721853Z [ 2022-11-23T02:28:36.2722041Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2722162Z ] 2022-11-23T02:28:36.2723000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2723128Z with 2022-11-23T02:28:36.2723248Z [ 2022-11-23T02:28:36.2723439Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2723562Z ] 2022-11-23T02:28:36.2724303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2725083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2725957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2726087Z with 2022-11-23T02:28:36.2726209Z [ 2022-11-23T02:28:36.2726388Z T=torch::jit::SourceRange 2022-11-23T02:28:36.2726506Z ] 2022-11-23T02:28:36.2727185Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2727313Z with 2022-11-23T02:28:36.2727437Z [ 2022-11-23T02:28:36.2727666Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2727793Z ] 2022-11-23T02:28:36.2728496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2728624Z with 2022-11-23T02:28:36.2728744Z [ 2022-11-23T02:28:36.2728975Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2729097Z ] 2022-11-23T02:28:36.2729878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2730110Z with 2022-11-23T02:28:36.2730247Z [ 2022-11-23T02:28:36.2730468Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2730588Z ] 2022-11-23T02:28:36.2731416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2731548Z with 2022-11-23T02:28:36.2731668Z [ 2022-11-23T02:28:36.2731890Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2732013Z ] 2022-11-23T02:28:36.2732778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2733550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2734282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2734415Z with 2022-11-23T02:28:36.2734533Z [ 2022-11-23T02:28:36.2734757Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.2734877Z ] 2022-11-23T02:28:36.2735538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2735663Z with 2022-11-23T02:28:36.2735783Z [ 2022-11-23T02:28:36.2736007Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2736121Z ] 2022-11-23T02:28:36.2736809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2736940Z with 2022-11-23T02:28:36.2737181Z [ 2022-11-23T02:28:36.2737407Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2737525Z ] 2022-11-23T02:28:36.2738303Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2738434Z with 2022-11-23T02:28:36.2738560Z [ 2022-11-23T02:28:36.2738783Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2738904Z ] 2022-11-23T02:28:36.2739748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2739878Z with 2022-11-23T02:28:36.2739998Z [ 2022-11-23T02:28:36.2740218Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2740346Z ] 2022-11-23T02:28:36.2741097Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2741873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2742708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2742856Z with 2022-11-23T02:28:36.2742979Z [ 2022-11-23T02:28:36.2743203Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.2743322Z ] 2022-11-23T02:28:36.2743994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2744122Z with 2022-11-23T02:28:36.2744246Z [ 2022-11-23T02:28:36.2744428Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2744547Z ] 2022-11-23T02:28:36.2745238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2745366Z with 2022-11-23T02:28:36.2745487Z [ 2022-11-23T02:28:36.2745670Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2745793Z ] 2022-11-23T02:28:36.2746559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2746695Z with 2022-11-23T02:28:36.2746813Z [ 2022-11-23T02:28:36.2746994Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2747113Z ] 2022-11-23T02:28:36.2747948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2748079Z with 2022-11-23T02:28:36.2748198Z [ 2022-11-23T02:28:36.2748382Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2748498Z ] 2022-11-23T02:28:36.2749234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2749988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2750866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2750996Z with 2022-11-23T02:28:36.2751116Z [ 2022-11-23T02:28:36.2751295Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.2751414Z ] 2022-11-23T02:28:36.2752090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2752210Z with 2022-11-23T02:28:36.2752330Z [ 2022-11-23T02:28:36.2752521Z T=at::ThreadLocalState 2022-11-23T02:28:36.2752643Z ] 2022-11-23T02:28:36.2753353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2753485Z with 2022-11-23T02:28:36.2753607Z [ 2022-11-23T02:28:36.2753798Z T=at::ThreadLocalState 2022-11-23T02:28:36.2753920Z ] 2022-11-23T02:28:36.2754703Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2754833Z with 2022-11-23T02:28:36.2755062Z [ 2022-11-23T02:28:36.2755270Z T=at::ThreadLocalState 2022-11-23T02:28:36.2755396Z ] 2022-11-23T02:28:36.2756251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2756390Z with 2022-11-23T02:28:36.2756503Z [ 2022-11-23T02:28:36.2756688Z T=at::ThreadLocalState 2022-11-23T02:28:36.2756815Z ] 2022-11-23T02:28:36.2757558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2758350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2759170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2759310Z with 2022-11-23T02:28:36.2759433Z [ 2022-11-23T02:28:36.2759623Z T=at::ThreadLocalState 2022-11-23T02:28:36.2759745Z ] 2022-11-23T02:28:36.2760426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2760555Z with 2022-11-23T02:28:36.2760677Z [ 2022-11-23T02:28:36.2760909Z T=std::shared_ptr 2022-11-23T02:28:36.2761031Z ] 2022-11-23T02:28:36.2761740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2761875Z with 2022-11-23T02:28:36.2761987Z [ 2022-11-23T02:28:36.2762213Z T=std::shared_ptr 2022-11-23T02:28:36.2762466Z ] 2022-11-23T02:28:36.2763256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2763383Z with 2022-11-23T02:28:36.2763503Z [ 2022-11-23T02:28:36.2763729Z T=std::shared_ptr 2022-11-23T02:28:36.2763853Z ] 2022-11-23T02:28:36.2764708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2764839Z with 2022-11-23T02:28:36.2764963Z [ 2022-11-23T02:28:36.2765188Z T=std::shared_ptr 2022-11-23T02:28:36.2765310Z ] 2022-11-23T02:28:36.2766073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2766830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2767754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.2768522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2768654Z with 2022-11-23T02:28:36.2768783Z [ 2022-11-23T02:28:36.2769011Z T=std::shared_ptr 2022-11-23T02:28:36.2769122Z ] 2022-11-23T02:28:36.2769785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2769914Z with 2022-11-23T02:28:36.2770039Z [ 2022-11-23T02:28:36.2770238Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2770361Z ] 2022-11-23T02:28:36.2771059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2771187Z with 2022-11-23T02:28:36.2771306Z [ 2022-11-23T02:28:36.2771504Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2771624Z ] 2022-11-23T02:28:36.2772416Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2772549Z with 2022-11-23T02:28:36.2772669Z [ 2022-11-23T02:28:36.2772868Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2772981Z ] 2022-11-23T02:28:36.2773826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2773962Z with 2022-11-23T02:28:36.2774083Z [ 2022-11-23T02:28:36.2774281Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2774402Z ] 2022-11-23T02:28:36.2775162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2776017Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2776826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.2777572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2777708Z with 2022-11-23T02:28:36.2777834Z [ 2022-11-23T02:28:36.2778034Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.2778164Z ] 2022-11-23T02:28:36.2778834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2778965Z with 2022-11-23T02:28:36.2779087Z [ 2022-11-23T02:28:36.2779267Z T=torch::jit::Method 2022-11-23T02:28:36.2779380Z ] 2022-11-23T02:28:36.2780082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2780318Z with 2022-11-23T02:28:36.2780454Z [ 2022-11-23T02:28:36.2780640Z T=torch::jit::Method 2022-11-23T02:28:36.2780759Z ] 2022-11-23T02:28:36.2781546Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2781678Z with 2022-11-23T02:28:36.2781803Z [ 2022-11-23T02:28:36.2781980Z T=torch::jit::Method 2022-11-23T02:28:36.2782099Z ] 2022-11-23T02:28:36.2782934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2783066Z with 2022-11-23T02:28:36.2783191Z [ 2022-11-23T02:28:36.2783373Z T=torch::jit::Method 2022-11-23T02:28:36.2783497Z ] 2022-11-23T02:28:36.2784213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2784947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2785688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2785820Z with 2022-11-23T02:28:36.2785940Z [ 2022-11-23T02:28:36.2786118Z T=torch::jit::Method 2022-11-23T02:28:36.2786241Z ] 2022-11-23T02:28:36.2786912Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2787043Z with 2022-11-23T02:28:36.2787164Z [ 2022-11-23T02:28:36.2787445Z T=std::vector> 2022-11-23T02:28:36.2787686Z ] 2022-11-23T02:28:36.2788392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2788522Z with 2022-11-23T02:28:36.2788641Z [ 2022-11-23T02:28:36.2788919Z T=std::vector> 2022-11-23T02:28:36.2789045Z ] 2022-11-23T02:28:36.2789822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2789941Z with 2022-11-23T02:28:36.2790065Z [ 2022-11-23T02:28:36.2790351Z T=std::vector> 2022-11-23T02:28:36.2790473Z ] 2022-11-23T02:28:36.2791313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2791442Z with 2022-11-23T02:28:36.2791564Z [ 2022-11-23T02:28:36.2791834Z T=std::vector> 2022-11-23T02:28:36.2791955Z ] 2022-11-23T02:28:36.2792927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2793761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2794508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2794635Z with 2022-11-23T02:28:36.2794757Z [ 2022-11-23T02:28:36.2795034Z T=std::vector> 2022-11-23T02:28:36.2795156Z ] 2022-11-23T02:28:36.2795819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2795953Z with 2022-11-23T02:28:36.2796076Z [ 2022-11-23T02:28:36.2796412Z T=std::function 2022-11-23T02:28:36.2796534Z ] 2022-11-23T02:28:36.2797231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2797372Z with 2022-11-23T02:28:36.2797495Z [ 2022-11-23T02:28:36.2797844Z T=std::function 2022-11-23T02:28:36.2797974Z ] 2022-11-23T02:28:36.2798749Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2798877Z with 2022-11-23T02:28:36.2798998Z [ 2022-11-23T02:28:36.2799339Z T=std::function 2022-11-23T02:28:36.2799464Z ] 2022-11-23T02:28:36.2800299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2800556Z with 2022-11-23T02:28:36.2800682Z [ 2022-11-23T02:28:36.2801024Z T=std::function 2022-11-23T02:28:36.2801141Z ] 2022-11-23T02:28:36.2802000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2802895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2803640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2803767Z with 2022-11-23T02:28:36.2803875Z [ 2022-11-23T02:28:36.2804217Z T=std::function 2022-11-23T02:28:36.2804339Z ] 2022-11-23T02:28:36.2805004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2805235Z with 2022-11-23T02:28:36.2805374Z [ 2022-11-23T02:28:36.2805771Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2805891Z ] 2022-11-23T02:28:36.2806597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2806733Z with 2022-11-23T02:28:36.2806861Z [ 2022-11-23T02:28:36.2807249Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2807375Z ] 2022-11-23T02:28:36.2808152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2808284Z with 2022-11-23T02:28:36.2808410Z [ 2022-11-23T02:28:36.2808801Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2808913Z ] 2022-11-23T02:28:36.2809752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2809893Z with 2022-11-23T02:28:36.2810012Z [ 2022-11-23T02:28:36.2810397Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2810518Z ] 2022-11-23T02:28:36.2811423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2812404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2813143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2814610Z with 2022-11-23T02:28:36.2814735Z [ 2022-11-23T02:28:36.2815141Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.2815265Z ] 2022-11-23T02:28:36.2815935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2816064Z with 2022-11-23T02:28:36.2816186Z [ 2022-11-23T02:28:36.2816453Z T=std::vector> 2022-11-23T02:28:36.2816576Z ] 2022-11-23T02:28:36.2817269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2817405Z with 2022-11-23T02:28:36.2817516Z [ 2022-11-23T02:28:36.2817771Z T=std::vector> 2022-11-23T02:28:36.2817894Z ] 2022-11-23T02:28:36.2818784Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2818983Z with 2022-11-23T02:28:36.2819113Z [ 2022-11-23T02:28:36.2819472Z T=std::vector> 2022-11-23T02:28:36.2819743Z ] 2022-11-23T02:28:36.2820626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2820769Z with 2022-11-23T02:28:36.2820902Z [ 2022-11-23T02:28:36.2821168Z T=std::vector> 2022-11-23T02:28:36.2821299Z ] 2022-11-23T02:28:36.2822076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2822213Z with 2022-11-23T02:28:36.2822344Z [ 2022-11-23T02:28:36.2822473Z T=double 2022-11-23T02:28:36.2822604Z ] 2022-11-23T02:28:36.2823484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2823625Z with 2022-11-23T02:28:36.2823756Z [ 2022-11-23T02:28:36.2823910Z T=double 2022-11-23T02:28:36.2824042Z ] 2022-11-23T02:28:36.2824806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2824946Z with 2022-11-23T02:28:36.2825075Z [ 2022-11-23T02:28:36.2825340Z T=std::vector> 2022-11-23T02:28:36.2825470Z ] 2022-11-23T02:28:36.2826156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2826294Z with 2022-11-23T02:28:36.2826428Z [ 2022-11-23T02:28:36.2826648Z T=std::tuple 2022-11-23T02:28:36.2826781Z ] 2022-11-23T02:28:36.2827494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2827768Z with 2022-11-23T02:28:36.2827899Z [ 2022-11-23T02:28:36.2828136Z T=std::tuple 2022-11-23T02:28:36.2828265Z ] 2022-11-23T02:28:36.2829061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2829199Z with 2022-11-23T02:28:36.2829330Z [ 2022-11-23T02:28:36.2829572Z T=std::tuple 2022-11-23T02:28:36.2829707Z ] 2022-11-23T02:28:36.2830568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2830714Z with 2022-11-23T02:28:36.2830847Z [ 2022-11-23T02:28:36.2831078Z T=std::tuple 2022-11-23T02:28:36.2831193Z ] 2022-11-23T02:28:36.2831964Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2832918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2833696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2833845Z with 2022-11-23T02:28:36.2833977Z [ 2022-11-23T02:28:36.2834214Z T=std::tuple 2022-11-23T02:28:36.2834345Z ] 2022-11-23T02:28:36.2835021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2835158Z with 2022-11-23T02:28:36.2835286Z [ 2022-11-23T02:28:36.2835567Z T=std::vector> 2022-11-23T02:28:36.2835697Z ] 2022-11-23T02:28:36.2836404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2836543Z with 2022-11-23T02:28:36.2836672Z [ 2022-11-23T02:28:36.2836954Z T=std::vector> 2022-11-23T02:28:36.2837088Z ] 2022-11-23T02:28:36.2837856Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2837995Z with 2022-11-23T02:28:36.2838127Z [ 2022-11-23T02:28:36.2838406Z T=std::vector> 2022-11-23T02:28:36.2838537Z ] 2022-11-23T02:28:36.2839386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2839526Z with 2022-11-23T02:28:36.2839653Z [ 2022-11-23T02:28:36.2839936Z T=std::vector> 2022-11-23T02:28:36.2840193Z ] 2022-11-23T02:28:36.2840999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2841867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2842625Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2842761Z with 2022-11-23T02:28:36.2842893Z [ 2022-11-23T02:28:36.2843173Z T=std::vector> 2022-11-23T02:28:36.2843308Z ] 2022-11-23T02:28:36.2844343Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension.pyd 2022-11-23T02:28:36.2844705Z Creating library inline_jit_extension.lib and object inline_jit_extension.exp 2022-11-23T02:28:36.2844968Z Loading extension module inline_jit_extension... 2022-11-23T02:28:36.2845108Z ok (19.897s) 2022-11-23T02:28:36.2845630Z test_inline_jit_compile_extension_throws_when_functions_is_bad (__main__.TestCppExtensionJIT) ... ok (0.002s) 2022-11-23T02:28:36.2846394Z test_inline_jit_compile_extension_with_functions_as_dict (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.2847012Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict... 2022-11-23T02:28:36.2847634Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict\build.ninja... 2022-11-23T02:28:36.2847968Z Building extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:28:36.2848407Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.2850572Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_dict -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_dict\main.cpp /Fomain.o 2022-11-23T02:28:36.2850908Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.2851191Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.2851233Z 2022-11-23T02:28:36.2851898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.2852580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2852840Z with 2022-11-23T02:28:36.2852972Z [ 2022-11-23T02:28:36.2853141Z T=c10::SymInt 2022-11-23T02:28:36.2853279Z ] 2022-11-23T02:28:36.2853984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2854121Z with 2022-11-23T02:28:36.2854251Z [ 2022-11-23T02:28:36.2854415Z T=c10::SymInt 2022-11-23T02:28:36.2854544Z ] 2022-11-23T02:28:36.2855336Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2855474Z with 2022-11-23T02:28:36.2855608Z [ 2022-11-23T02:28:36.2855770Z T=c10::SymInt 2022-11-23T02:28:36.2855883Z ] 2022-11-23T02:28:36.2856735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2856871Z with 2022-11-23T02:28:36.2857002Z [ 2022-11-23T02:28:36.2857163Z T=c10::SymInt 2022-11-23T02:28:36.2857294Z ] 2022-11-23T02:28:36.2858003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2858886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2859670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2859818Z with 2022-11-23T02:28:36.2859952Z [ 2022-11-23T02:28:36.2860117Z T=c10::SymInt 2022-11-23T02:28:36.2860248Z ] 2022-11-23T02:28:36.2860881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.2861560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2861699Z with 2022-11-23T02:28:36.2861831Z [ 2022-11-23T02:28:36.2862010Z T=at::TensorBase 2022-11-23T02:28:36.2862119Z ] 2022-11-23T02:28:36.2862829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2862973Z with 2022-11-23T02:28:36.2863104Z [ 2022-11-23T02:28:36.2863277Z T=at::TensorBase 2022-11-23T02:28:36.2863404Z ] 2022-11-23T02:28:36.2864190Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2864327Z with 2022-11-23T02:28:36.2864454Z [ 2022-11-23T02:28:36.2864629Z T=at::TensorBase 2022-11-23T02:28:36.2864760Z ] 2022-11-23T02:28:36.2865608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2865872Z with 2022-11-23T02:28:36.2866003Z [ 2022-11-23T02:28:36.2866176Z T=at::TensorBase 2022-11-23T02:28:36.2866287Z ] 2022-11-23T02:28:36.2867015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2867748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2868499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2868641Z with 2022-11-23T02:28:36.2868775Z [ 2022-11-23T02:28:36.2868959Z T=at::TensorBase 2022-11-23T02:28:36.2869090Z ] 2022-11-23T02:28:36.2869762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2869901Z with 2022-11-23T02:28:36.2870030Z [ 2022-11-23T02:28:36.2870193Z T=at::Tensor 2022-11-23T02:28:36.2870326Z ] 2022-11-23T02:28:36.2871025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2871267Z with 2022-11-23T02:28:36.2871410Z [ 2022-11-23T02:28:36.2871579Z T=at::Tensor 2022-11-23T02:28:36.2871687Z ] 2022-11-23T02:28:36.2872476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2872624Z with 2022-11-23T02:28:36.2872755Z [ 2022-11-23T02:28:36.2872921Z T=at::Tensor 2022-11-23T02:28:36.2873053Z ] 2022-11-23T02:28:36.2873899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2874036Z with 2022-11-23T02:28:36.2874166Z [ 2022-11-23T02:28:36.2874336Z T=at::Tensor 2022-11-23T02:28:36.2874464Z ] 2022-11-23T02:28:36.2875179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2875889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2876629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2876766Z with 2022-11-23T02:28:36.2876899Z [ 2022-11-23T02:28:36.2877061Z T=at::Tensor 2022-11-23T02:28:36.2877173Z ] 2022-11-23T02:28:36.2877849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2877986Z with 2022-11-23T02:28:36.2878116Z [ 2022-11-23T02:28:36.2878291Z T=at::Generator 2022-11-23T02:28:36.2878548Z ] 2022-11-23T02:28:36.2879256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2879394Z with 2022-11-23T02:28:36.2879527Z [ 2022-11-23T02:28:36.2879701Z T=at::Generator 2022-11-23T02:28:36.2879834Z ] 2022-11-23T02:28:36.2880617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2880756Z with 2022-11-23T02:28:36.2880895Z [ 2022-11-23T02:28:36.2881063Z T=at::Generator 2022-11-23T02:28:36.2881171Z ] 2022-11-23T02:28:36.2882025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2882171Z with 2022-11-23T02:28:36.2882300Z [ 2022-11-23T02:28:36.2882469Z T=at::Generator 2022-11-23T02:28:36.2882597Z ] 2022-11-23T02:28:36.2883322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2884758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2885579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2885729Z with 2022-11-23T02:28:36.2885864Z [ 2022-11-23T02:28:36.2886035Z T=at::Generator 2022-11-23T02:28:36.2886164Z ] 2022-11-23T02:28:36.2886835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2886970Z with 2022-11-23T02:28:36.2887103Z [ 2022-11-23T02:28:36.2887266Z T=c10::Scalar 2022-11-23T02:28:36.2887375Z ] 2022-11-23T02:28:36.2888088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2888230Z with 2022-11-23T02:28:36.2888363Z [ 2022-11-23T02:28:36.2888530Z T=c10::Scalar 2022-11-23T02:28:36.2888663Z ] 2022-11-23T02:28:36.2889451Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2889593Z with 2022-11-23T02:28:36.2889724Z [ 2022-11-23T02:28:36.2889888Z T=c10::Scalar 2022-11-23T02:28:36.2890019Z ] 2022-11-23T02:28:36.2890871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2891008Z with 2022-11-23T02:28:36.2891147Z [ 2022-11-23T02:28:36.2891312Z T=c10::Scalar 2022-11-23T02:28:36.2891426Z ] 2022-11-23T02:28:36.2892149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2893017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2893772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2893912Z with 2022-11-23T02:28:36.2894050Z [ 2022-11-23T02:28:36.2894215Z T=c10::Scalar 2022-11-23T02:28:36.2894348Z ] 2022-11-23T02:28:36.2895032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2895173Z with 2022-11-23T02:28:36.2895305Z [ 2022-11-23T02:28:36.2895475Z T=std::string 2022-11-23T02:28:36.2895606Z ] 2022-11-23T02:28:36.2896317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2896459Z with 2022-11-23T02:28:36.2896591Z [ 2022-11-23T02:28:36.2896757Z T=std::string 2022-11-23T02:28:36.2896869Z ] 2022-11-23T02:28:36.2897769Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2897930Z with 2022-11-23T02:28:36.2898060Z [ 2022-11-23T02:28:36.2898233Z T=std::string 2022-11-23T02:28:36.2898363Z ] 2022-11-23T02:28:36.2899218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2899362Z with 2022-11-23T02:28:36.2899494Z [ 2022-11-23T02:28:36.2899664Z T=std::string 2022-11-23T02:28:36.2899796Z ] 2022-11-23T02:28:36.2900521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2901250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2902015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2902161Z with 2022-11-23T02:28:36.2902291Z [ 2022-11-23T02:28:36.2902460Z T=std::string 2022-11-23T02:28:36.2902572Z ] 2022-11-23T02:28:36.2903249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2903390Z with 2022-11-23T02:28:36.2903521Z [ 2022-11-23T02:28:36.2903712Z T=c10::QualifiedName 2022-11-23T02:28:36.2903845Z ] 2022-11-23T02:28:36.2904561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2904701Z with 2022-11-23T02:28:36.2904836Z [ 2022-11-23T02:28:36.2905023Z T=c10::QualifiedName 2022-11-23T02:28:36.2905276Z ] 2022-11-23T02:28:36.2906074Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2906213Z with 2022-11-23T02:28:36.2906343Z [ 2022-11-23T02:28:36.2906528Z T=c10::QualifiedName 2022-11-23T02:28:36.2906641Z ] 2022-11-23T02:28:36.2907495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2907638Z with 2022-11-23T02:28:36.2907772Z [ 2022-11-23T02:28:36.2907958Z T=c10::QualifiedName 2022-11-23T02:28:36.2908089Z ] 2022-11-23T02:28:36.2908830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.2909580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.2910341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2910482Z with 2022-11-23T02:28:36.2910717Z [ 2022-11-23T02:28:36.2910928Z T=c10::QualifiedName 2022-11-23T02:28:36.2911059Z ] 2022-11-23T02:28:36.2911739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2911886Z with 2022-11-23T02:28:36.2912018Z [ 2022-11-23T02:28:36.2912305Z T=std::shared_ptr 2022-11-23T02:28:36.2912435Z ] 2022-11-23T02:28:36.2913136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2913276Z with 2022-11-23T02:28:36.2913410Z [ 2022-11-23T02:28:36.2913690Z T=std::shared_ptr 2022-11-23T02:28:36.2913824Z ] 2022-11-23T02:28:36.2914627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2914766Z with 2022-11-23T02:28:36.2914909Z [ 2022-11-23T02:28:36.2915185Z T=std::shared_ptr 2022-11-23T02:28:36.2915318Z ] 2022-11-23T02:28:36.2916181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2916319Z with 2022-11-23T02:28:36.2916453Z [ 2022-11-23T02:28:36.2916727Z T=std::shared_ptr 2022-11-23T02:28:36.2916856Z ] 2022-11-23T02:28:36.2917670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2918464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2919352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2919495Z with 2022-11-23T02:28:36.2919701Z [ 2022-11-23T02:28:36.2920001Z T=std::shared_ptr 2022-11-23T02:28:36.2920135Z ] 2022-11-23T02:28:36.2920896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2921831Z with 2022-11-23T02:28:36.2922184Z [ 2022-11-23T02:28:36.2922656Z T=std::weak_ptr 2022-11-23T02:28:36.2923110Z ] 2022-11-23T02:28:36.2924003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2924852Z with 2022-11-23T02:28:36.2925191Z [ 2022-11-23T02:28:36.2925662Z T=std::weak_ptr 2022-11-23T02:28:36.2926117Z ] 2022-11-23T02:28:36.2927256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2928397Z with 2022-11-23T02:28:36.2928769Z [ 2022-11-23T02:28:36.2929246Z T=std::weak_ptr 2022-11-23T02:28:36.2929699Z ] 2022-11-23T02:28:36.2930758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2931750Z with 2022-11-23T02:28:36.2932069Z [ 2022-11-23T02:28:36.2932542Z T=std::weak_ptr 2022-11-23T02:28:36.2933003Z ] 2022-11-23T02:28:36.2934284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.2935890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.2937544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2938435Z with 2022-11-23T02:28:36.2938881Z [ 2022-11-23T02:28:36.2939391Z T=std::weak_ptr 2022-11-23T02:28:36.2939976Z ] 2022-11-23T02:28:36.2941152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2942069Z with 2022-11-23T02:28:36.2942507Z [ 2022-11-23T02:28:36.2943052Z T=std::vector> 2022-11-23T02:28:36.2943609Z ] 2022-11-23T02:28:36.2944546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2945554Z with 2022-11-23T02:28:36.2945893Z [ 2022-11-23T02:28:36.2946526Z T=std::vector> 2022-11-23T02:28:36.2947175Z ] 2022-11-23T02:28:36.2948178Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2949084Z with 2022-11-23T02:28:36.2949421Z [ 2022-11-23T02:28:36.2949954Z T=std::vector> 2022-11-23T02:28:36.2950473Z ] 2022-11-23T02:28:36.2952892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2954057Z with 2022-11-23T02:28:36.2954400Z [ 2022-11-23T02:28:36.2954927Z T=std::vector> 2022-11-23T02:28:36.2955427Z ] 2022-11-23T02:28:36.2956465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2958286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2960094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2961074Z with 2022-11-23T02:28:36.2961425Z [ 2022-11-23T02:28:36.2961965Z T=std::vector> 2022-11-23T02:28:36.2962450Z ] 2022-11-23T02:28:36.2963333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2964165Z with 2022-11-23T02:28:36.2964525Z [ 2022-11-23T02:28:36.2964997Z T=std::vector> 2022-11-23T02:28:36.2965422Z ] 2022-11-23T02:28:36.2966516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2967469Z with 2022-11-23T02:28:36.2967828Z [ 2022-11-23T02:28:36.2968402Z T=std::vector> 2022-11-23T02:28:36.2968859Z ] 2022-11-23T02:28:36.2969864Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2970787Z with 2022-11-23T02:28:36.2971109Z [ 2022-11-23T02:28:36.2971564Z T=std::vector> 2022-11-23T02:28:36.2972001Z ] 2022-11-23T02:28:36.2973210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2974267Z with 2022-11-23T02:28:36.2974611Z [ 2022-11-23T02:28:36.2975048Z T=std::vector> 2022-11-23T02:28:36.2975491Z ] 2022-11-23T02:28:36.2976650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.2978235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.2979995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2980891Z with 2022-11-23T02:28:36.2981234Z [ 2022-11-23T02:28:36.2981698Z T=std::vector> 2022-11-23T02:28:36.2982118Z ] 2022-11-23T02:28:36.2983007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.2983837Z with 2022-11-23T02:28:36.2984172Z [ 2022-11-23T02:28:36.2984730Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2985338Z ] 2022-11-23T02:28:36.2986392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.2987268Z with 2022-11-23T02:28:36.2987633Z [ 2022-11-23T02:28:36.2988349Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2988927Z ] 2022-11-23T02:28:36.2989931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.2990871Z with 2022-11-23T02:28:36.2991189Z [ 2022-11-23T02:28:36.2991830Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2992450Z ] 2022-11-23T02:28:36.2993609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.2994660Z with 2022-11-23T02:28:36.2995014Z [ 2022-11-23T02:28:36.2995591Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.2996087Z ] 2022-11-23T02:28:36.2997159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.2999002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3000653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3002138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3003022Z with 2022-11-23T02:28:36.3003507Z [ 2022-11-23T02:28:36.3004073Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3004655Z ] 2022-11-23T02:28:36.3005539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3006512Z with 2022-11-23T02:28:36.3006855Z [ 2022-11-23T02:28:36.3007406Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3007910Z ] 2022-11-23T02:28:36.3008820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3009642Z with 2022-11-23T02:28:36.3009976Z [ 2022-11-23T02:28:36.3010507Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3011025Z ] 2022-11-23T02:28:36.3012103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3013160Z with 2022-11-23T02:28:36.3013479Z [ 2022-11-23T02:28:36.3014015Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3014519Z ] 2022-11-23T02:28:36.3015697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3016691Z with 2022-11-23T02:28:36.3017025Z [ 2022-11-23T02:28:36.3017543Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3018061Z ] 2022-11-23T02:28:36.3019207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.3021000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3022505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3023947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3024820Z with 2022-11-23T02:28:36.3025217Z [ 2022-11-23T02:28:36.3025759Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3026320Z ] 2022-11-23T02:28:36.3027285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3028101Z with 2022-11-23T02:28:36.3028445Z [ 2022-11-23T02:28:36.3028920Z T=std::vector> 2022-11-23T02:28:36.3029344Z ] 2022-11-23T02:28:36.3030255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3031252Z with 2022-11-23T02:28:36.3031595Z [ 2022-11-23T02:28:36.3032141Z T=std::vector> 2022-11-23T02:28:36.3032589Z ] 2022-11-23T02:28:36.3033686Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3034614Z with 2022-11-23T02:28:36.3034952Z [ 2022-11-23T02:28:36.3035420Z T=std::vector> 2022-11-23T02:28:36.3035860Z ] 2022-11-23T02:28:36.3036922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3037903Z with 2022-11-23T02:28:36.3038222Z [ 2022-11-23T02:28:36.3038689Z T=std::vector> 2022-11-23T02:28:36.3039214Z ] 2022-11-23T02:28:36.3040290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3041939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3043590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3044501Z with 2022-11-23T02:28:36.3044827Z [ 2022-11-23T02:28:36.3045301Z T=std::vector> 2022-11-23T02:28:36.3045745Z ] 2022-11-23T02:28:36.3046694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3047605Z with 2022-11-23T02:28:36.3048008Z [ 2022-11-23T02:28:36.3048514Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3049014Z ] 2022-11-23T02:28:36.3049937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3050788Z with 2022-11-23T02:28:36.3051131Z [ 2022-11-23T02:28:36.3051654Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3052139Z ] 2022-11-23T02:28:36.3053132Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3054139Z with 2022-11-23T02:28:36.3054565Z [ 2022-11-23T02:28:36.3055152Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3055650Z ] 2022-11-23T02:28:36.3056699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3057692Z with 2022-11-23T02:28:36.3058056Z [ 2022-11-23T02:28:36.3058608Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3059155Z ] 2022-11-23T02:28:36.3060478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3062310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3064009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.3065705Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3066574Z with 2022-11-23T02:28:36.3066915Z [ 2022-11-23T02:28:36.3067527Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3068023Z ] 2022-11-23T02:28:36.3069042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3069867Z with 2022-11-23T02:28:36.3070184Z [ 2022-11-23T02:28:36.3070702Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3071199Z ] 2022-11-23T02:28:36.3072240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3073101Z with 2022-11-23T02:28:36.3073419Z [ 2022-11-23T02:28:36.3074035Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3074532Z ] 2022-11-23T02:28:36.3075712Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3076630Z with 2022-11-23T02:28:36.3076972Z [ 2022-11-23T02:28:36.3077487Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3077968Z ] 2022-11-23T02:28:36.3079020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3079995Z with 2022-11-23T02:28:36.3080333Z [ 2022-11-23T02:28:36.3080988Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3081505Z ] 2022-11-23T02:28:36.3082675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3084386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3086070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.3087704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3088888Z with 2022-11-23T02:28:36.3089229Z [ 2022-11-23T02:28:36.3089754Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3090247Z ] 2022-11-23T02:28:36.3091093Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3091892Z with 2022-11-23T02:28:36.3092225Z [ 2022-11-23T02:28:36.3092705Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3093114Z ] 2022-11-23T02:28:36.3094088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3095101Z with 2022-11-23T02:28:36.3095439Z [ 2022-11-23T02:28:36.3095854Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3096262Z ] 2022-11-23T02:28:36.3097259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3098168Z with 2022-11-23T02:28:36.3098489Z [ 2022-11-23T02:28:36.3098914Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3099326Z ] 2022-11-23T02:28:36.3100634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3101794Z with 2022-11-23T02:28:36.3102144Z [ 2022-11-23T02:28:36.3102557Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3102964Z ] 2022-11-23T02:28:36.3103936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3105437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3106373Z with 2022-11-23T02:28:36.3106724Z [ 2022-11-23T02:28:36.3107200Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3107688Z ] 2022-11-23T02:28:36.3108732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.3110322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3111211Z with 2022-11-23T02:28:36.3111551Z [ 2022-11-23T02:28:36.3111968Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3112365Z ] 2022-11-23T02:28:36.3113320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3114221Z with 2022-11-23T02:28:36.3114639Z [ 2022-11-23T02:28:36.3115249Z T=std::vector> 2022-11-23T02:28:36.3115811Z ] 2022-11-23T02:28:36.3116689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3117683Z with 2022-11-23T02:28:36.3118018Z [ 2022-11-23T02:28:36.3118616Z T=std::vector> 2022-11-23T02:28:36.3119172Z ] 2022-11-23T02:28:36.3120241Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3121274Z with 2022-11-23T02:28:36.3121620Z [ 2022-11-23T02:28:36.3122228Z T=std::vector> 2022-11-23T02:28:36.3122785Z ] 2022-11-23T02:28:36.3123831Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3124806Z with 2022-11-23T02:28:36.3125149Z [ 2022-11-23T02:28:36.3125738Z T=std::vector> 2022-11-23T02:28:36.3126299Z ] 2022-11-23T02:28:36.3127605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3129599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3131232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3132124Z with 2022-11-23T02:28:36.3132457Z [ 2022-11-23T02:28:36.3133058Z T=std::vector> 2022-11-23T02:28:36.3133665Z ] 2022-11-23T02:28:36.3134557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3135506Z with 2022-11-23T02:28:36.3135845Z [ 2022-11-23T02:28:36.3136255Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3136657Z ] 2022-11-23T02:28:36.3137549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3138396Z with 2022-11-23T02:28:36.3138729Z [ 2022-11-23T02:28:36.3139137Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3139537Z ] 2022-11-23T02:28:36.3140587Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3141593Z with 2022-11-23T02:28:36.3141949Z [ 2022-11-23T02:28:36.3142414Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3142809Z ] 2022-11-23T02:28:36.3143858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3145863Z with 2022-11-23T02:28:36.3146185Z [ 2022-11-23T02:28:36.3146600Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3147001Z ] 2022-11-23T02:28:36.3148070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3149734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3151253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3152132Z with 2022-11-23T02:28:36.3152454Z [ 2022-11-23T02:28:36.3152869Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3153274Z ] 2022-11-23T02:28:36.3154157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3155051Z with 2022-11-23T02:28:36.3155370Z [ 2022-11-23T02:28:36.3155894Z T=c10::IValue 2022-11-23T02:28:36.3156260Z ] 2022-11-23T02:28:36.3157311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3158176Z with 2022-11-23T02:28:36.3158515Z [ 2022-11-23T02:28:36.3158908Z T=c10::IValue 2022-11-23T02:28:36.3159262Z ] 2022-11-23T02:28:36.3160255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3161177Z with 2022-11-23T02:28:36.3161614Z [ 2022-11-23T02:28:36.3161982Z T=c10::IValue 2022-11-23T02:28:36.3162322Z ] 2022-11-23T02:28:36.3163526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3164534Z with 2022-11-23T02:28:36.3164879Z [ 2022-11-23T02:28:36.3165245Z T=c10::IValue 2022-11-23T02:28:36.3165605Z ] 2022-11-23T02:28:36.3166509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3168000Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3169735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3170637Z with 2022-11-23T02:28:36.3170980Z [ 2022-11-23T02:28:36.3171346Z T=c10::IValue 2022-11-23T02:28:36.3171696Z ] 2022-11-23T02:28:36.3172609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3173428Z with 2022-11-23T02:28:36.3173949Z [ 2022-11-23T02:28:36.3174331Z T=c10::AliasInfo 2022-11-23T02:28:36.3174700Z ] 2022-11-23T02:28:36.3175687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3176611Z with 2022-11-23T02:28:36.3176970Z [ 2022-11-23T02:28:36.3177466Z T=c10::AliasInfo 2022-11-23T02:28:36.3177870Z ] 2022-11-23T02:28:36.3178920Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3194819Z with 2022-11-23T02:28:36.3195224Z [ 2022-11-23T02:28:36.3195565Z T=c10::AliasInfo 2022-11-23T02:28:36.3195882Z ] 2022-11-23T02:28:36.3197225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3197867Z with 2022-11-23T02:28:36.3198059Z [ 2022-11-23T02:28:36.3198301Z T=c10::AliasInfo 2022-11-23T02:28:36.3198520Z ] 2022-11-23T02:28:36.3199049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3200547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3202295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3203275Z with 2022-11-23T02:28:36.3203468Z [ 2022-11-23T02:28:36.3203696Z T=c10::AliasInfo 2022-11-23T02:28:36.3203910Z ] 2022-11-23T02:28:36.3204413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3204881Z with 2022-11-23T02:28:36.3205080Z [ 2022-11-23T02:28:36.3205344Z T=std::vector> 2022-11-23T02:28:36.3205615Z ] 2022-11-23T02:28:36.3206131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3207178Z with 2022-11-23T02:28:36.3207577Z [ 2022-11-23T02:28:36.3208179Z T=std::vector> 2022-11-23T02:28:36.3208687Z ] 2022-11-23T02:28:36.3209406Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3209925Z with 2022-11-23T02:28:36.3210122Z [ 2022-11-23T02:28:36.3210410Z T=std::vector> 2022-11-23T02:28:36.3210670Z ] 2022-11-23T02:28:36.3211973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3213299Z with 2022-11-23T02:28:36.3214071Z [ 2022-11-23T02:28:36.3214793Z T=std::vector> 2022-11-23T02:28:36.3215261Z ] 2022-11-23T02:28:36.3216245Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3217139Z with 2022-11-23T02:28:36.3217457Z [ 2022-11-23T02:28:36.3217823Z T=c10::SymInt 2022-11-23T02:28:36.3218183Z ] 2022-11-23T02:28:36.3219137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3220067Z with 2022-11-23T02:28:36.3220388Z [ 2022-11-23T02:28:36.3220823Z T=c10::SymInt 2022-11-23T02:28:36.3221261Z ] 2022-11-23T02:28:36.3222281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.3224003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.3225790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3226818Z with 2022-11-23T02:28:36.3227217Z [ 2022-11-23T02:28:36.3227804Z T=std::vector> 2022-11-23T02:28:36.3228262Z ] 2022-11-23T02:28:36.3229137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3229947Z with 2022-11-23T02:28:36.3230281Z [ 2022-11-23T02:28:36.3230762Z T=c10::either 2022-11-23T02:28:36.3231212Z ] 2022-11-23T02:28:36.3232114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3233020Z with 2022-11-23T02:28:36.3233363Z [ 2022-11-23T02:28:36.3234010Z T=c10::either 2022-11-23T02:28:36.3234478Z ] 2022-11-23T02:28:36.3235430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3236338Z with 2022-11-23T02:28:36.3236674Z [ 2022-11-23T02:28:36.3237161Z T=c10::either 2022-11-23T02:28:36.3237623Z ] 2022-11-23T02:28:36.3238658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3239730Z with 2022-11-23T02:28:36.3240147Z [ 2022-11-23T02:28:36.3240641Z T=c10::either 2022-11-23T02:28:36.3241106Z ] 2022-11-23T02:28:36.3242108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3243926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3245629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3246664Z with 2022-11-23T02:28:36.3246985Z [ 2022-11-23T02:28:36.3247478Z T=c10::either 2022-11-23T02:28:36.3247946Z ] 2022-11-23T02:28:36.3248811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3249626Z with 2022-11-23T02:28:36.3249938Z [ 2022-11-23T02:28:36.3250321Z T=at::StepCallbacks 2022-11-23T02:28:36.3250701Z ] 2022-11-23T02:28:36.3251669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3252654Z with 2022-11-23T02:28:36.3252993Z [ 2022-11-23T02:28:36.3253356Z T=at::StepCallbacks 2022-11-23T02:28:36.3253733Z ] 2022-11-23T02:28:36.3254846Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3255791Z with 2022-11-23T02:28:36.3256129Z [ 2022-11-23T02:28:36.3256529Z T=at::StepCallbacks 2022-11-23T02:28:36.3256896Z ] 2022-11-23T02:28:36.3258022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3259164Z with 2022-11-23T02:28:36.3259515Z [ 2022-11-23T02:28:36.3259903Z T=at::StepCallbacks 2022-11-23T02:28:36.3260284Z ] 2022-11-23T02:28:36.3261213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3262710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3264286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3265307Z with 2022-11-23T02:28:36.3265646Z [ 2022-11-23T02:28:36.3266041Z T=at::StepCallbacks 2022-11-23T02:28:36.3266425Z ] 2022-11-23T02:28:36.3267276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3268092Z with 2022-11-23T02:28:36.3268429Z [ 2022-11-23T02:28:36.3268806Z T=c10::DimVector 2022-11-23T02:28:36.3269172Z ] 2022-11-23T02:28:36.3270121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3271281Z with 2022-11-23T02:28:36.3271628Z [ 2022-11-23T02:28:36.3271999Z T=c10::DimVector 2022-11-23T02:28:36.3272368Z ] 2022-11-23T02:28:36.3273351Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3274242Z with 2022-11-23T02:28:36.3274585Z [ 2022-11-23T02:28:36.3274956Z T=c10::DimVector 2022-11-23T02:28:36.3275317Z ] 2022-11-23T02:28:36.3276372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3277541Z with 2022-11-23T02:28:36.3277934Z [ 2022-11-23T02:28:36.3278319Z T=c10::DimVector 2022-11-23T02:28:36.3278687Z ] 2022-11-23T02:28:36.3279604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3281039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3282624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3283619Z with 2022-11-23T02:28:36.3283941Z [ 2022-11-23T02:28:36.3284314Z T=c10::DimVector 2022-11-23T02:28:36.3284818Z ] 2022-11-23T02:28:36.3285701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3286507Z with 2022-11-23T02:28:36.3286850Z [ 2022-11-23T02:28:36.3287241Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3287642Z ] 2022-11-23T02:28:36.3288535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3289369Z with 2022-11-23T02:28:36.3289699Z [ 2022-11-23T02:28:36.3290088Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3290599Z ] 2022-11-23T02:28:36.3291704Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3292615Z with 2022-11-23T02:28:36.3292947Z [ 2022-11-23T02:28:36.3293358Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3293735Z ] 2022-11-23T02:28:36.3294818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3295786Z with 2022-11-23T02:28:36.3296118Z [ 2022-11-23T02:28:36.3296532Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3296937Z ] 2022-11-23T02:28:36.3298003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3299701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3301392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3302259Z with 2022-11-23T02:28:36.3302395Z [ 2022-11-23T02:28:36.3302609Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3302742Z ] 2022-11-23T02:28:36.3303415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3303555Z with 2022-11-23T02:28:36.3303683Z [ 2022-11-23T02:28:36.3303980Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3304116Z ] 2022-11-23T02:28:36.3304812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3304946Z with 2022-11-23T02:28:36.3305056Z [ 2022-11-23T02:28:36.3305358Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3305490Z ] 2022-11-23T02:28:36.3307729Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3307947Z with 2022-11-23T02:28:36.3308074Z [ 2022-11-23T02:28:36.3308385Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3308514Z ] 2022-11-23T02:28:36.3309482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3309638Z with 2022-11-23T02:28:36.3309768Z [ 2022-11-23T02:28:36.3310143Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3310279Z ] 2022-11-23T02:28:36.3311177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3312049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3312798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3312943Z with 2022-11-23T02:28:36.3313076Z [ 2022-11-23T02:28:36.3313376Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3313487Z ] 2022-11-23T02:28:36.3314159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3314299Z with 2022-11-23T02:28:36.3314436Z [ 2022-11-23T02:28:36.3314688Z T=std::tuple 2022-11-23T02:28:36.3314819Z ] 2022-11-23T02:28:36.3315521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3315839Z with 2022-11-23T02:28:36.3315972Z [ 2022-11-23T02:28:36.3316218Z T=std::tuple 2022-11-23T02:28:36.3316354Z ] 2022-11-23T02:28:36.3317135Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3317274Z with 2022-11-23T02:28:36.3317406Z [ 2022-11-23T02:28:36.3317650Z T=std::tuple 2022-11-23T02:28:36.3317788Z ] 2022-11-23T02:28:36.3318613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3318758Z with 2022-11-23T02:28:36.3318889Z [ 2022-11-23T02:28:36.3319130Z T=std::tuple 2022-11-23T02:28:36.3319259Z ] 2022-11-23T02:28:36.3320028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3320832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3322346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3322555Z with 2022-11-23T02:28:36.3322695Z [ 2022-11-23T02:28:36.3322953Z T=std::tuple 2022-11-23T02:28:36.3323083Z ] 2022-11-23T02:28:36.3323754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3323893Z with 2022-11-23T02:28:36.3324023Z [ 2022-11-23T02:28:36.3324225Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3324360Z ] 2022-11-23T02:28:36.3325076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3325218Z with 2022-11-23T02:28:36.3325328Z [ 2022-11-23T02:28:36.3325531Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3325662Z ] 2022-11-23T02:28:36.3326655Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3326811Z with 2022-11-23T02:28:36.3326946Z [ 2022-11-23T02:28:36.3327146Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3327353Z ] 2022-11-23T02:28:36.3328285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3328437Z with 2022-11-23T02:28:36.3328571Z [ 2022-11-23T02:28:36.3328769Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3328900Z ] 2022-11-23T02:28:36.3329651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3330621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3331372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3331512Z with 2022-11-23T02:28:36.3331624Z [ 2022-11-23T02:28:36.3331831Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3331964Z ] 2022-11-23T02:28:36.3332644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3332793Z with 2022-11-23T02:28:36.3332926Z [ 2022-11-23T02:28:36.3333167Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3333301Z ] 2022-11-23T02:28:36.3334007Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3334150Z with 2022-11-23T02:28:36.3334284Z [ 2022-11-23T02:28:36.3334526Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3334659Z ] 2022-11-23T02:28:36.3335557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3335718Z with 2022-11-23T02:28:36.3335854Z [ 2022-11-23T02:28:36.3336097Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3336240Z ] 2022-11-23T02:28:36.3337080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3337216Z with 2022-11-23T02:28:36.3337327Z [ 2022-11-23T02:28:36.3337564Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3337692Z ] 2022-11-23T02:28:36.3338467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3339249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3339995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3340184Z with 2022-11-23T02:28:36.3340315Z [ 2022-11-23T02:28:36.3340556Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3340692Z ] 2022-11-23T02:28:36.3341371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3341511Z with 2022-11-23T02:28:36.3341644Z [ 2022-11-23T02:28:36.3341877Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3342006Z ] 2022-11-23T02:28:36.3342701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3342977Z with 2022-11-23T02:28:36.3343087Z [ 2022-11-23T02:28:36.3343326Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3343456Z ] 2022-11-23T02:28:36.3344248Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3344386Z with 2022-11-23T02:28:36.3344518Z [ 2022-11-23T02:28:36.3344748Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3344887Z ] 2022-11-23T02:28:36.3345739Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3345883Z with 2022-11-23T02:28:36.3346016Z [ 2022-11-23T02:28:36.3346249Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3346380Z ] 2022-11-23T02:28:36.3347153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3347934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3348787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3348949Z with 2022-11-23T02:28:36.3349084Z [ 2022-11-23T02:28:36.3349326Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3349439Z ] 2022-11-23T02:28:36.3350122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3350260Z with 2022-11-23T02:28:36.3350389Z [ 2022-11-23T02:28:36.3350580Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3350709Z ] 2022-11-23T02:28:36.3351414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3351550Z with 2022-11-23T02:28:36.3351684Z [ 2022-11-23T02:28:36.3351873Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3352004Z ] 2022-11-23T02:28:36.3352785Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3352929Z with 2022-11-23T02:28:36.3353059Z [ 2022-11-23T02:28:36.3353253Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3353363Z ] 2022-11-23T02:28:36.3354201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3354341Z with 2022-11-23T02:28:36.3354473Z [ 2022-11-23T02:28:36.3354665Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3354796Z ] 2022-11-23T02:28:36.3355532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3356408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3357143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3357280Z with 2022-11-23T02:28:36.3357409Z [ 2022-11-23T02:28:36.3357596Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3357734Z ] 2022-11-23T02:28:36.3358552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3358699Z with 2022-11-23T02:28:36.3358838Z [ 2022-11-23T02:28:36.3359039Z T=at::ThreadLocalState 2022-11-23T02:28:36.3359149Z ] 2022-11-23T02:28:36.3360015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3360157Z with 2022-11-23T02:28:36.3360286Z [ 2022-11-23T02:28:36.3360484Z T=at::ThreadLocalState 2022-11-23T02:28:36.3360613Z ] 2022-11-23T02:28:36.3361517Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3361675Z with 2022-11-23T02:28:36.3361803Z [ 2022-11-23T02:28:36.3362005Z T=at::ThreadLocalState 2022-11-23T02:28:36.3362139Z ] 2022-11-23T02:28:36.3362982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3363118Z with 2022-11-23T02:28:36.3363247Z [ 2022-11-23T02:28:36.3363446Z T=at::ThreadLocalState 2022-11-23T02:28:36.3363553Z ] 2022-11-23T02:28:36.3364299Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3365085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3365826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3365972Z with 2022-11-23T02:28:36.3366100Z [ 2022-11-23T02:28:36.3366303Z T=at::ThreadLocalState 2022-11-23T02:28:36.3366433Z ] 2022-11-23T02:28:36.3367095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3367231Z with 2022-11-23T02:28:36.3367365Z [ 2022-11-23T02:28:36.3367610Z T=std::shared_ptr 2022-11-23T02:28:36.3367741Z ] 2022-11-23T02:28:36.3368439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3368712Z with 2022-11-23T02:28:36.3368842Z [ 2022-11-23T02:28:36.3369081Z T=std::shared_ptr 2022-11-23T02:28:36.3369215Z ] 2022-11-23T02:28:36.3369973Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3370111Z with 2022-11-23T02:28:36.3370244Z [ 2022-11-23T02:28:36.3370484Z T=std::shared_ptr 2022-11-23T02:28:36.3370617Z ] 2022-11-23T02:28:36.3371452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3371594Z with 2022-11-23T02:28:36.3371725Z [ 2022-11-23T02:28:36.3371962Z T=std::shared_ptr 2022-11-23T02:28:36.3372096Z ] 2022-11-23T02:28:36.3372848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3373584Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3374493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.3375264Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3375408Z with 2022-11-23T02:28:36.3375541Z [ 2022-11-23T02:28:36.3375777Z T=std::shared_ptr 2022-11-23T02:28:36.3375907Z ] 2022-11-23T02:28:36.3376565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3376697Z with 2022-11-23T02:28:36.3376808Z [ 2022-11-23T02:28:36.3377015Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3377154Z ] 2022-11-23T02:28:36.3377851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3377983Z with 2022-11-23T02:28:36.3378121Z [ 2022-11-23T02:28:36.3378332Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3378462Z ] 2022-11-23T02:28:36.3379236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3379371Z with 2022-11-23T02:28:36.3379503Z [ 2022-11-23T02:28:36.3379711Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3379843Z ] 2022-11-23T02:28:36.3380677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3380815Z with 2022-11-23T02:28:36.3380928Z [ 2022-11-23T02:28:36.3381134Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3381396Z ] 2022-11-23T02:28:36.3382153Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3382875Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3383681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.3384419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3384563Z with 2022-11-23T02:28:36.3384699Z [ 2022-11-23T02:28:36.3384908Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3385042Z ] 2022-11-23T02:28:36.3385714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3385854Z with 2022-11-23T02:28:36.3385985Z [ 2022-11-23T02:28:36.3386174Z T=torch::jit::Method 2022-11-23T02:28:36.3386300Z ] 2022-11-23T02:28:36.3387108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3387269Z with 2022-11-23T02:28:36.3387403Z [ 2022-11-23T02:28:36.3387573Z T=torch::jit::Method 2022-11-23T02:28:36.3387708Z ] 2022-11-23T02:28:36.3388496Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3388633Z with 2022-11-23T02:28:36.3388765Z [ 2022-11-23T02:28:36.3388951Z T=torch::jit::Method 2022-11-23T02:28:36.3389082Z ] 2022-11-23T02:28:36.3389934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3390077Z with 2022-11-23T02:28:36.3390209Z [ 2022-11-23T02:28:36.3390395Z T=torch::jit::Method 2022-11-23T02:28:36.3390529Z ] 2022-11-23T02:28:36.3391246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3391990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3392737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3392879Z with 2022-11-23T02:28:36.3393013Z [ 2022-11-23T02:28:36.3393186Z T=torch::jit::Method 2022-11-23T02:28:36.3393322Z ] 2022-11-23T02:28:36.3393989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3394254Z with 2022-11-23T02:28:36.3394383Z [ 2022-11-23T02:28:36.3394671Z T=std::vector> 2022-11-23T02:28:36.3394800Z ] 2022-11-23T02:28:36.3395495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3395629Z with 2022-11-23T02:28:36.3395762Z [ 2022-11-23T02:28:36.3396043Z T=std::vector> 2022-11-23T02:28:36.3396174Z ] 2022-11-23T02:28:36.3396946Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3397083Z with 2022-11-23T02:28:36.3397221Z [ 2022-11-23T02:28:36.3397506Z T=std::vector> 2022-11-23T02:28:36.3397619Z ] 2022-11-23T02:28:36.3398452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3398592Z with 2022-11-23T02:28:36.3398721Z [ 2022-11-23T02:28:36.3399003Z T=std::vector> 2022-11-23T02:28:36.3399135Z ] 2022-11-23T02:28:36.3400030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3400855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3401585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3401721Z with 2022-11-23T02:28:36.3401853Z [ 2022-11-23T02:28:36.3402138Z T=std::vector> 2022-11-23T02:28:36.3402271Z ] 2022-11-23T02:28:36.3402935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3403069Z with 2022-11-23T02:28:36.3403199Z [ 2022-11-23T02:28:36.3403548Z T=std::function 2022-11-23T02:28:36.3403690Z ] 2022-11-23T02:28:36.3404387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3404526Z with 2022-11-23T02:28:36.3404638Z [ 2022-11-23T02:28:36.3404987Z T=std::function 2022-11-23T02:28:36.3405113Z ] 2022-11-23T02:28:36.3405892Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3406034Z with 2022-11-23T02:28:36.3406163Z [ 2022-11-23T02:28:36.3406510Z T=std::function 2022-11-23T02:28:36.3406765Z ] 2022-11-23T02:28:36.3407612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3407750Z with 2022-11-23T02:28:36.3407881Z [ 2022-11-23T02:28:36.3408228Z T=std::function 2022-11-23T02:28:36.3408362Z ] 2022-11-23T02:28:36.3409217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3410123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3410862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3411000Z with 2022-11-23T02:28:36.3411131Z [ 2022-11-23T02:28:36.3411482Z T=std::function 2022-11-23T02:28:36.3411666Z ] 2022-11-23T02:28:36.3412442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3412582Z with 2022-11-23T02:28:36.3412709Z [ 2022-11-23T02:28:36.3413110Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3413252Z ] 2022-11-23T02:28:36.3413948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3414082Z with 2022-11-23T02:28:36.3414215Z [ 2022-11-23T02:28:36.3414606Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3414743Z ] 2022-11-23T02:28:36.3415813Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3415965Z with 2022-11-23T02:28:36.3416050Z [ 2022-11-23T02:28:36.3416700Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3416800Z ] 2022-11-23T02:28:36.3417417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3417585Z with 2022-11-23T02:28:36.3417727Z [ 2022-11-23T02:28:36.3418174Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3418322Z ] 2022-11-23T02:28:36.3419121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3419714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3420547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3420648Z with 2022-11-23T02:28:36.3420728Z [ 2022-11-23T02:28:36.3420964Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3421044Z ] 2022-11-23T02:28:36.3421438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3421526Z with 2022-11-23T02:28:36.3421605Z [ 2022-11-23T02:28:36.3421765Z T=std::vector> 2022-11-23T02:28:36.3421842Z ] 2022-11-23T02:28:36.3422244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3422326Z with 2022-11-23T02:28:36.3422401Z [ 2022-11-23T02:28:36.3422557Z T=std::vector> 2022-11-23T02:28:36.3422639Z ] 2022-11-23T02:28:36.3423065Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3423264Z with 2022-11-23T02:28:36.3423359Z [ 2022-11-23T02:28:36.3423515Z T=std::vector> 2022-11-23T02:28:36.3423596Z ] 2022-11-23T02:28:36.3424071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3424158Z with 2022-11-23T02:28:36.3424236Z [ 2022-11-23T02:28:36.3424392Z T=std::vector> 2022-11-23T02:28:36.3424469Z ] 2022-11-23T02:28:36.3424899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3424984Z with 2022-11-23T02:28:36.3425064Z [ 2022-11-23T02:28:36.3425156Z T=double 2022-11-23T02:28:36.3425236Z ] 2022-11-23T02:28:36.3425724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3425793Z with 2022-11-23T02:28:36.3425871Z [ 2022-11-23T02:28:36.3425963Z T=double 2022-11-23T02:28:36.3426041Z ] 2022-11-23T02:28:36.3426462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3426545Z with 2022-11-23T02:28:36.3426621Z [ 2022-11-23T02:28:36.3426780Z T=std::vector> 2022-11-23T02:28:36.3426859Z ] 2022-11-23T02:28:36.3427242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3427322Z with 2022-11-23T02:28:36.3427400Z [ 2022-11-23T02:28:36.3427540Z T=std::tuple 2022-11-23T02:28:36.3427712Z ] 2022-11-23T02:28:36.3428114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3428179Z with 2022-11-23T02:28:36.3428257Z [ 2022-11-23T02:28:36.3428396Z T=std::tuple 2022-11-23T02:28:36.3428525Z ] 2022-11-23T02:28:36.3429126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3429216Z with 2022-11-23T02:28:36.3429295Z [ 2022-11-23T02:28:36.3429436Z T=std::tuple 2022-11-23T02:28:36.3429515Z ] 2022-11-23T02:28:36.3429990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3430076Z with 2022-11-23T02:28:36.3430152Z [ 2022-11-23T02:28:36.3430289Z T=std::tuple 2022-11-23T02:28:36.3430367Z ] 2022-11-23T02:28:36.3430798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3431366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3431807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3431893Z with 2022-11-23T02:28:36.3431973Z [ 2022-11-23T02:28:36.3432092Z T=std::tuple 2022-11-23T02:28:36.3432171Z ] 2022-11-23T02:28:36.3432547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3432631Z with 2022-11-23T02:28:36.3432708Z [ 2022-11-23T02:28:36.3432878Z T=std::vector> 2022-11-23T02:28:36.3432960Z ] 2022-11-23T02:28:36.3433357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3433444Z with 2022-11-23T02:28:36.3433521Z [ 2022-11-23T02:28:36.3433687Z T=std::vector> 2022-11-23T02:28:36.3433764Z ] 2022-11-23T02:28:36.3434210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3434294Z with 2022-11-23T02:28:36.3434370Z [ 2022-11-23T02:28:36.3434515Z T=std::vector> 2022-11-23T02:28:36.3434597Z ] 2022-11-23T02:28:36.3435071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3435917Z with 2022-11-23T02:28:36.3436061Z [ 2022-11-23T02:28:36.3436372Z T=std::vector> 2022-11-23T02:28:36.3436513Z ] 2022-11-23T02:28:36.3437404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3437988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3438414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3438502Z with 2022-11-23T02:28:36.3438581Z [ 2022-11-23T02:28:36.3438822Z T=std::vector> 2022-11-23T02:28:36.3438971Z ] 2022-11-23T02:28:36.3439661Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_dict.pyd 2022-11-23T02:28:36.3440066Z Creating library inline_jit_extension_with_functions_dict.lib and object inline_jit_extension_with_functions_dict.exp 2022-11-23T02:28:36.3440274Z Loading extension module inline_jit_extension_with_functions_dict... 2022-11-23T02:28:36.3440360Z ok (19.610s) 2022-11-23T02:28:36.3440777Z test_inline_jit_compile_extension_with_functions_as_list (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.3441130Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list... 2022-11-23T02:28:36.3441482Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list\build.ninja... 2022-11-23T02:28:36.3441668Z Building extension module inline_jit_extension_with_functions_list... 2022-11-23T02:28:36.3441922Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.3443163Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=inline_jit_extension_with_functions_list -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\inline_jit_extension_with_functions_list\main.cpp /Fomain.o 2022-11-23T02:28:36.3443340Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.3443529Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.3443541Z 2022-11-23T02:28:36.3443927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.3444317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3444493Z with 2022-11-23T02:28:36.3444574Z [ 2022-11-23T02:28:36.3444678Z T=c10::SymInt 2022-11-23T02:28:36.3444756Z ] 2022-11-23T02:28:36.3445138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3445224Z with 2022-11-23T02:28:36.3445306Z [ 2022-11-23T02:28:36.3445406Z T=c10::SymInt 2022-11-23T02:28:36.3445484Z ] 2022-11-23T02:28:36.3445935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3446016Z with 2022-11-23T02:28:36.3446097Z [ 2022-11-23T02:28:36.3446195Z T=c10::SymInt 2022-11-23T02:28:36.3446275Z ] 2022-11-23T02:28:36.3446747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3446833Z with 2022-11-23T02:28:36.3446910Z [ 2022-11-23T02:28:36.3447007Z T=c10::SymInt 2022-11-23T02:28:36.3447084Z ] 2022-11-23T02:28:36.3447546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3448217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3449100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3449249Z with 2022-11-23T02:28:36.3449390Z [ 2022-11-23T02:28:36.3449526Z T=c10::SymInt 2022-11-23T02:28:36.3449605Z ] 2022-11-23T02:28:36.3449972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.3450358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3450443Z with 2022-11-23T02:28:36.3450525Z [ 2022-11-23T02:28:36.3450645Z T=at::TensorBase 2022-11-23T02:28:36.3450790Z ] 2022-11-23T02:28:36.3451312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3451400Z with 2022-11-23T02:28:36.3451478Z [ 2022-11-23T02:28:36.3451587Z T=at::TensorBase 2022-11-23T02:28:36.3451664Z ] 2022-11-23T02:28:36.3452094Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3452186Z with 2022-11-23T02:28:36.3452265Z [ 2022-11-23T02:28:36.3452370Z T=at::TensorBase 2022-11-23T02:28:36.3452444Z ] 2022-11-23T02:28:36.3452922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3453154Z with 2022-11-23T02:28:36.3453231Z [ 2022-11-23T02:28:36.3453336Z T=at::TensorBase 2022-11-23T02:28:36.3453412Z ] 2022-11-23T02:28:36.3453816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3454232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3454653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3454739Z with 2022-11-23T02:28:36.3454815Z [ 2022-11-23T02:28:36.3454919Z T=at::TensorBase 2022-11-23T02:28:36.3454996Z ] 2022-11-23T02:28:36.3455358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3455441Z with 2022-11-23T02:28:36.3455520Z [ 2022-11-23T02:28:36.3455622Z T=at::Tensor 2022-11-23T02:28:36.3455700Z ] 2022-11-23T02:28:36.3456168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3456262Z with 2022-11-23T02:28:36.3456339Z [ 2022-11-23T02:28:36.3456440Z T=at::Tensor 2022-11-23T02:28:36.3456517Z ] 2022-11-23T02:28:36.3456962Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3457049Z with 2022-11-23T02:28:36.3457126Z [ 2022-11-23T02:28:36.3457224Z T=at::Tensor 2022-11-23T02:28:36.3457301Z ] 2022-11-23T02:28:36.3457755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3457841Z with 2022-11-23T02:28:36.3457922Z [ 2022-11-23T02:28:36.3458020Z T=at::Tensor 2022-11-23T02:28:36.3458099Z ] 2022-11-23T02:28:36.3458551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3458959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3459374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3459456Z with 2022-11-23T02:28:36.3459532Z [ 2022-11-23T02:28:36.3459630Z T=at::Tensor 2022-11-23T02:28:36.3459707Z ] 2022-11-23T02:28:36.3460095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3460179Z with 2022-11-23T02:28:36.3460346Z [ 2022-11-23T02:28:36.3460451Z T=at::Generator 2022-11-23T02:28:36.3460529Z ] 2022-11-23T02:28:36.3461213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3461393Z with 2022-11-23T02:28:36.3461540Z [ 2022-11-23T02:28:36.3461733Z T=at::Generator 2022-11-23T02:28:36.3461869Z ] 2022-11-23T02:28:36.3462528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3462622Z with 2022-11-23T02:28:36.3462697Z [ 2022-11-23T02:28:36.3462803Z T=at::Generator 2022-11-23T02:28:36.3462880Z ] 2022-11-23T02:28:36.3463388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3463532Z with 2022-11-23T02:28:36.3463668Z [ 2022-11-23T02:28:36.3463821Z T=at::Generator 2022-11-23T02:28:36.3463905Z ] 2022-11-23T02:28:36.3464294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3464828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3465272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3465357Z with 2022-11-23T02:28:36.3465436Z [ 2022-11-23T02:28:36.3465539Z T=at::Generator 2022-11-23T02:28:36.3465616Z ] 2022-11-23T02:28:36.3465990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3466072Z with 2022-11-23T02:28:36.3466148Z [ 2022-11-23T02:28:36.3466246Z T=c10::Scalar 2022-11-23T02:28:36.3466324Z ] 2022-11-23T02:28:36.3466717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3466799Z with 2022-11-23T02:28:36.3466876Z [ 2022-11-23T02:28:36.3466975Z T=c10::Scalar 2022-11-23T02:28:36.3467039Z ] 2022-11-23T02:28:36.3467483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3467566Z with 2022-11-23T02:28:36.3467643Z [ 2022-11-23T02:28:36.3467743Z T=c10::Scalar 2022-11-23T02:28:36.3467819Z ] 2022-11-23T02:28:36.3468293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3468377Z with 2022-11-23T02:28:36.3468453Z [ 2022-11-23T02:28:36.3468551Z T=c10::Scalar 2022-11-23T02:28:36.3468627Z ] 2022-11-23T02:28:36.3469027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3469521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3469942Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3470025Z with 2022-11-23T02:28:36.3470102Z [ 2022-11-23T02:28:36.3470204Z T=c10::Scalar 2022-11-23T02:28:36.3470281Z ] 2022-11-23T02:28:36.3470641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3470727Z with 2022-11-23T02:28:36.3470868Z [ 2022-11-23T02:28:36.3471041Z T=std::string 2022-11-23T02:28:36.3471178Z ] 2022-11-23T02:28:36.3471956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3472120Z with 2022-11-23T02:28:36.3472251Z [ 2022-11-23T02:28:36.3472437Z T=std::string 2022-11-23T02:28:36.3472546Z ] 2022-11-23T02:28:36.3473127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3473224Z with 2022-11-23T02:28:36.3473301Z [ 2022-11-23T02:28:36.3473403Z T=std::string 2022-11-23T02:28:36.3473467Z ] 2022-11-23T02:28:36.3474152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3474251Z with 2022-11-23T02:28:36.3474327Z [ 2022-11-23T02:28:36.3474432Z T=std::string 2022-11-23T02:28:36.3474510Z ] 2022-11-23T02:28:36.3474913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3475318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3475740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3475827Z with 2022-11-23T02:28:36.3475904Z [ 2022-11-23T02:28:36.3476004Z T=std::string 2022-11-23T02:28:36.3476082Z ] 2022-11-23T02:28:36.3476463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3476545Z with 2022-11-23T02:28:36.3476624Z [ 2022-11-23T02:28:36.3476738Z T=c10::QualifiedName 2022-11-23T02:28:36.3476819Z ] 2022-11-23T02:28:36.3477196Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3477279Z with 2022-11-23T02:28:36.3477468Z [ 2022-11-23T02:28:36.3477583Z T=c10::QualifiedName 2022-11-23T02:28:36.3477660Z ] 2022-11-23T02:28:36.3478105Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3478187Z with 2022-11-23T02:28:36.3478269Z [ 2022-11-23T02:28:36.3478379Z T=c10::QualifiedName 2022-11-23T02:28:36.3478456Z ] 2022-11-23T02:28:36.3478932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3479016Z with 2022-11-23T02:28:36.3479093Z [ 2022-11-23T02:28:36.3479205Z T=c10::QualifiedName 2022-11-23T02:28:36.3479286Z ] 2022-11-23T02:28:36.3479679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3480092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3480593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3480692Z with 2022-11-23T02:28:36.3480768Z [ 2022-11-23T02:28:36.3480885Z T=c10::QualifiedName 2022-11-23T02:28:36.3480964Z ] 2022-11-23T02:28:36.3481339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3481423Z with 2022-11-23T02:28:36.3481501Z [ 2022-11-23T02:28:36.3481666Z T=std::shared_ptr 2022-11-23T02:28:36.3481745Z ] 2022-11-23T02:28:36.3482138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3482220Z with 2022-11-23T02:28:36.3482298Z [ 2022-11-23T02:28:36.3482462Z T=std::shared_ptr 2022-11-23T02:28:36.3482540Z ] 2022-11-23T02:28:36.3482984Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3483052Z with 2022-11-23T02:28:36.3483130Z [ 2022-11-23T02:28:36.3483291Z T=std::shared_ptr 2022-11-23T02:28:36.3483370Z ] 2022-11-23T02:28:36.3483839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3483922Z with 2022-11-23T02:28:36.3483998Z [ 2022-11-23T02:28:36.3484156Z T=std::shared_ptr 2022-11-23T02:28:36.3484238Z ] 2022-11-23T02:28:36.3484864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3485903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3486472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3486560Z with 2022-11-23T02:28:36.3486641Z [ 2022-11-23T02:28:36.3486806Z T=std::shared_ptr 2022-11-23T02:28:36.3486885Z ] 2022-11-23T02:28:36.3487297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3487441Z with 2022-11-23T02:28:36.3487557Z [ 2022-11-23T02:28:36.3487792Z T=std::weak_ptr 2022-11-23T02:28:36.3487871Z ] 2022-11-23T02:28:36.3488266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3488350Z with 2022-11-23T02:28:36.3488428Z [ 2022-11-23T02:28:36.3488587Z T=std::weak_ptr 2022-11-23T02:28:36.3488665Z ] 2022-11-23T02:28:36.3489227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3489325Z with 2022-11-23T02:28:36.3489405Z [ 2022-11-23T02:28:36.3489564Z T=std::weak_ptr 2022-11-23T02:28:36.3489642Z ] 2022-11-23T02:28:36.3490116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3490199Z with 2022-11-23T02:28:36.3490277Z [ 2022-11-23T02:28:36.3490433Z T=std::weak_ptr 2022-11-23T02:28:36.3490493Z ] 2022-11-23T02:28:36.3490948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3491387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3491810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3491892Z with 2022-11-23T02:28:36.3491970Z [ 2022-11-23T02:28:36.3492125Z T=std::weak_ptr 2022-11-23T02:28:36.3492205Z ] 2022-11-23T02:28:36.3492589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3492670Z with 2022-11-23T02:28:36.3492751Z [ 2022-11-23T02:28:36.3492943Z T=std::vector> 2022-11-23T02:28:36.3493021Z ] 2022-11-23T02:28:36.3493419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3493590Z with 2022-11-23T02:28:36.3493668Z [ 2022-11-23T02:28:36.3493864Z T=std::vector> 2022-11-23T02:28:36.3493942Z ] 2022-11-23T02:28:36.3494369Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3494452Z with 2022-11-23T02:28:36.3494529Z [ 2022-11-23T02:28:36.3494721Z T=std::vector> 2022-11-23T02:28:36.3494800Z ] 2022-11-23T02:28:36.3495272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3495406Z with 2022-11-23T02:28:36.3495532Z [ 2022-11-23T02:28:36.3495877Z T=std::vector> 2022-11-23T02:28:36.3496022Z ] 2022-11-23T02:28:36.3496922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3497599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3498041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3498167Z with 2022-11-23T02:28:36.3498295Z [ 2022-11-23T02:28:36.3498601Z T=std::vector> 2022-11-23T02:28:36.3498688Z ] 2022-11-23T02:28:36.3499072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3499153Z with 2022-11-23T02:28:36.3499232Z [ 2022-11-23T02:28:36.3499364Z T=std::vector> 2022-11-23T02:28:36.3499449Z ] 2022-11-23T02:28:36.3499846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3499929Z with 2022-11-23T02:28:36.3500011Z [ 2022-11-23T02:28:36.3500160Z T=std::vector> 2022-11-23T02:28:36.3500238Z ] 2022-11-23T02:28:36.3500681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3500763Z with 2022-11-23T02:28:36.3500839Z [ 2022-11-23T02:28:36.3500986Z T=std::vector> 2022-11-23T02:28:36.3501064Z ] 2022-11-23T02:28:36.3501541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3501624Z with 2022-11-23T02:28:36.3501701Z [ 2022-11-23T02:28:36.3501962Z T=std::vector> 2022-11-23T02:28:36.3502022Z ] 2022-11-23T02:28:36.3502459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3502888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3503311Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3503395Z with 2022-11-23T02:28:36.3503473Z [ 2022-11-23T02:28:36.3503619Z T=std::vector> 2022-11-23T02:28:36.3503700Z ] 2022-11-23T02:28:36.3504077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3504161Z with 2022-11-23T02:28:36.3504238Z [ 2022-11-23T02:28:36.3504447Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3504525Z ] 2022-11-23T02:28:36.3504995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3505091Z with 2022-11-23T02:28:36.3505168Z [ 2022-11-23T02:28:36.3505378Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3505455Z ] 2022-11-23T02:28:36.3505900Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3505971Z with 2022-11-23T02:28:36.3506048Z [ 2022-11-23T02:28:36.3506408Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3506532Z ] 2022-11-23T02:28:36.3507021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3507104Z with 2022-11-23T02:28:36.3507181Z [ 2022-11-23T02:28:36.3507388Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3507465Z ] 2022-11-23T02:28:36.3507957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.3508548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3508965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3509389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3509576Z with 2022-11-23T02:28:36.3509655Z [ 2022-11-23T02:28:36.3509866Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3509944Z ] 2022-11-23T02:28:36.3510326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3510409Z with 2022-11-23T02:28:36.3510486Z [ 2022-11-23T02:28:36.3510683Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3510747Z ] 2022-11-23T02:28:36.3511144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3511229Z with 2022-11-23T02:28:36.3511310Z [ 2022-11-23T02:28:36.3511506Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3511584Z ] 2022-11-23T02:28:36.3512025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3512107Z with 2022-11-23T02:28:36.3512183Z [ 2022-11-23T02:28:36.3512381Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3512458Z ] 2022-11-23T02:28:36.3513004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3513102Z with 2022-11-23T02:28:36.3513182Z [ 2022-11-23T02:28:36.3513381Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3513458Z ] 2022-11-23T02:28:36.3513937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.3514407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3514797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3515215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3515298Z with 2022-11-23T02:28:36.3515375Z [ 2022-11-23T02:28:36.3515553Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3515633Z ] 2022-11-23T02:28:36.3516016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3516103Z with 2022-11-23T02:28:36.3516181Z [ 2022-11-23T02:28:36.3516338Z T=std::vector> 2022-11-23T02:28:36.3516416Z ] 2022-11-23T02:28:36.3516810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3516975Z with 2022-11-23T02:28:36.3517185Z [ 2022-11-23T02:28:36.3517392Z T=std::vector> 2022-11-23T02:28:36.3517472Z ] 2022-11-23T02:28:36.3518103Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3518323Z with 2022-11-23T02:28:36.3518469Z [ 2022-11-23T02:28:36.3518868Z T=std::vector> 2022-11-23T02:28:36.3519003Z ] 2022-11-23T02:28:36.3519905Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3520025Z with 2022-11-23T02:28:36.3520101Z [ 2022-11-23T02:28:36.3520258Z T=std::vector> 2022-11-23T02:28:36.3520335Z ] 2022-11-23T02:28:36.3520770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3521497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3521960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3522046Z with 2022-11-23T02:28:36.3522125Z [ 2022-11-23T02:28:36.3522281Z T=std::vector> 2022-11-23T02:28:36.3522359Z ] 2022-11-23T02:28:36.3522735Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3522819Z with 2022-11-23T02:28:36.3522897Z [ 2022-11-23T02:28:36.3523085Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3523162Z ] 2022-11-23T02:28:36.3523563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3523630Z with 2022-11-23T02:28:36.3523707Z [ 2022-11-23T02:28:36.3523901Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3523978Z ] 2022-11-23T02:28:36.3524594Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3524683Z with 2022-11-23T02:28:36.3524761Z [ 2022-11-23T02:28:36.3524948Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3525027Z ] 2022-11-23T02:28:36.3525741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3525849Z with 2022-11-23T02:28:36.3525928Z [ 2022-11-23T02:28:36.3526116Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3526293Z ] 2022-11-23T02:28:36.3526772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3527263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3527740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.3528159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3528245Z with 2022-11-23T02:28:36.3528324Z [ 2022-11-23T02:28:36.3528512Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3528573Z ] 2022-11-23T02:28:36.3528952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3529035Z with 2022-11-23T02:28:36.3529112Z [ 2022-11-23T02:28:36.3529367Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3529456Z ] 2022-11-23T02:28:36.3530062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3530163Z with 2022-11-23T02:28:36.3530240Z [ 2022-11-23T02:28:36.3530433Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3530509Z ] 2022-11-23T02:28:36.3530951Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3531033Z with 2022-11-23T02:28:36.3531286Z [ 2022-11-23T02:28:36.3531568Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3531652Z ] 2022-11-23T02:28:36.3532199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3532340Z with 2022-11-23T02:28:36.3532418Z [ 2022-11-23T02:28:36.3532729Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3532808Z ] 2022-11-23T02:28:36.3533281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3533769Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3534241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.3534775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3534860Z with 2022-11-23T02:28:36.3534938Z [ 2022-11-23T02:28:36.3535123Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3535200Z ] 2022-11-23T02:28:36.3535577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3535663Z with 2022-11-23T02:28:36.3535741Z [ 2022-11-23T02:28:36.3535873Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3535951Z ] 2022-11-23T02:28:36.3536340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3536427Z with 2022-11-23T02:28:36.3536506Z [ 2022-11-23T02:28:36.3536617Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3536698Z ] 2022-11-23T02:28:36.3537140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3537223Z with 2022-11-23T02:28:36.3537301Z [ 2022-11-23T02:28:36.3537426Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3537575Z ] 2022-11-23T02:28:36.3538205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3538296Z with 2022-11-23T02:28:36.3538374Z [ 2022-11-23T02:28:36.3538503Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3538580Z ] 2022-11-23T02:28:36.3539012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3539651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3539741Z with 2022-11-23T02:28:36.3539821Z [ 2022-11-23T02:28:36.3539932Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3540011Z ] 2022-11-23T02:28:36.3540477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.3540902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3540985Z with 2022-11-23T02:28:36.3541063Z [ 2022-11-23T02:28:36.3541189Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3541266Z ] 2022-11-23T02:28:36.3541646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3541729Z with 2022-11-23T02:28:36.3541805Z [ 2022-11-23T02:28:36.3542037Z T=std::vector> 2022-11-23T02:28:36.3542210Z ] 2022-11-23T02:28:36.3542613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3542695Z with 2022-11-23T02:28:36.3542774Z [ 2022-11-23T02:28:36.3543008Z T=std::vector> 2022-11-23T02:28:36.3543083Z ] 2022-11-23T02:28:36.3543511Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3543596Z with 2022-11-23T02:28:36.3543673Z [ 2022-11-23T02:28:36.3543903Z T=std::vector> 2022-11-23T02:28:36.3543985Z ] 2022-11-23T02:28:36.3544466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3544549Z with 2022-11-23T02:28:36.3544626Z [ 2022-11-23T02:28:36.3544850Z T=std::vector> 2022-11-23T02:28:36.3545037Z ] 2022-11-23T02:28:36.3545664Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3546433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3546889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3546972Z with 2022-11-23T02:28:36.3547050Z [ 2022-11-23T02:28:36.3547281Z T=std::vector> 2022-11-23T02:28:36.3547361Z ] 2022-11-23T02:28:36.3547743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3547828Z with 2022-11-23T02:28:36.3547907Z [ 2022-11-23T02:28:36.3548030Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3548094Z ] 2022-11-23T02:28:36.3548487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3548570Z with 2022-11-23T02:28:36.3548650Z [ 2022-11-23T02:28:36.3548771Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3548849Z ] 2022-11-23T02:28:36.3549299Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3549381Z with 2022-11-23T02:28:36.3549458Z [ 2022-11-23T02:28:36.3549579Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3549656Z ] 2022-11-23T02:28:36.3550130Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3550307Z with 2022-11-23T02:28:36.3550385Z [ 2022-11-23T02:28:36.3550507Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3550584Z ] 2022-11-23T02:28:36.3550991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3551433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3552002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3552096Z with 2022-11-23T02:28:36.3552173Z [ 2022-11-23T02:28:36.3552295Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3552374Z ] 2022-11-23T02:28:36.3552750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3552935Z with 2022-11-23T02:28:36.3553034Z [ 2022-11-23T02:28:36.3553212Z T=c10::IValue 2022-11-23T02:28:36.3553338Z ] 2022-11-23T02:28:36.3553817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3553910Z with 2022-11-23T02:28:36.3553988Z [ 2022-11-23T02:28:36.3554095Z T=c10::IValue 2022-11-23T02:28:36.3554173Z ] 2022-11-23T02:28:36.3554599Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3554682Z with 2022-11-23T02:28:36.3554760Z [ 2022-11-23T02:28:36.3554856Z T=c10::IValue 2022-11-23T02:28:36.3554933Z ] 2022-11-23T02:28:36.3555408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3555492Z with 2022-11-23T02:28:36.3555568Z [ 2022-11-23T02:28:36.3555666Z T=c10::IValue 2022-11-23T02:28:36.3555743Z ] 2022-11-23T02:28:36.3556150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3556554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3556975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3557061Z with 2022-11-23T02:28:36.3557139Z [ 2022-11-23T02:28:36.3557237Z T=c10::IValue 2022-11-23T02:28:36.3557313Z ] 2022-11-23T02:28:36.3557669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3557837Z with 2022-11-23T02:28:36.3557913Z [ 2022-11-23T02:28:36.3558020Z T=c10::AliasInfo 2022-11-23T02:28:36.3558097Z ] 2022-11-23T02:28:36.3558540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3558697Z with 2022-11-23T02:28:36.3558833Z [ 2022-11-23T02:28:36.3558944Z T=c10::AliasInfo 2022-11-23T02:28:36.3559022Z ] 2022-11-23T02:28:36.3559473Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3559554Z with 2022-11-23T02:28:36.3559632Z [ 2022-11-23T02:28:36.3559738Z T=c10::AliasInfo 2022-11-23T02:28:36.3559934Z ] 2022-11-23T02:28:36.3560547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3560632Z with 2022-11-23T02:28:36.3560710Z [ 2022-11-23T02:28:36.3560812Z T=c10::AliasInfo 2022-11-23T02:28:36.3560891Z ] 2022-11-23T02:28:36.3561372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3561801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3562219Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3562301Z with 2022-11-23T02:28:36.3562378Z [ 2022-11-23T02:28:36.3562479Z T=c10::AliasInfo 2022-11-23T02:28:36.3562556Z ] 2022-11-23T02:28:36.3562931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3563014Z with 2022-11-23T02:28:36.3563090Z [ 2022-11-23T02:28:36.3563262Z T=std::vector> 2022-11-23T02:28:36.3563344Z ] 2022-11-23T02:28:36.3563743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3563811Z with 2022-11-23T02:28:36.3563889Z [ 2022-11-23T02:28:36.3564051Z T=std::vector> 2022-11-23T02:28:36.3564130Z ] 2022-11-23T02:28:36.3564571Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3564653Z with 2022-11-23T02:28:36.3564731Z [ 2022-11-23T02:28:36.3564897Z T=std::vector> 2022-11-23T02:28:36.3564974Z ] 2022-11-23T02:28:36.3565877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3567126Z with 2022-11-23T02:28:36.3567213Z [ 2022-11-23T02:28:36.3567394Z T=std::vector> 2022-11-23T02:28:36.3567485Z ] 2022-11-23T02:28:36.3568010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3568095Z with 2022-11-23T02:28:36.3568154Z [ 2022-11-23T02:28:36.3568262Z T=c10::SymInt 2022-11-23T02:28:36.3568340Z ] 2022-11-23T02:28:36.3568882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3569051Z with 2022-11-23T02:28:36.3569139Z [ 2022-11-23T02:28:36.3569249Z T=c10::SymInt 2022-11-23T02:28:36.3569326Z ] 2022-11-23T02:28:36.3569790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.3570313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.3570854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3570956Z with 2022-11-23T02:28:36.3571035Z [ 2022-11-23T02:28:36.3571207Z T=std::vector> 2022-11-23T02:28:36.3571289Z ] 2022-11-23T02:28:36.3571670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3571756Z with 2022-11-23T02:28:36.3571833Z [ 2022-11-23T02:28:36.3571989Z T=c10::either 2022-11-23T02:28:36.3572068Z ] 2022-11-23T02:28:36.3572629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3572719Z with 2022-11-23T02:28:36.3572795Z [ 2022-11-23T02:28:36.3572968Z T=c10::either 2022-11-23T02:28:36.3573045Z ] 2022-11-23T02:28:36.3573623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3573715Z with 2022-11-23T02:28:36.3590966Z [ 2022-11-23T02:28:36.3591279Z T=c10::either 2022-11-23T02:28:36.3591372Z ] 2022-11-23T02:28:36.3591880Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3591975Z with 2022-11-23T02:28:36.3592056Z [ 2022-11-23T02:28:36.3592234Z T=c10::either 2022-11-23T02:28:36.3592314Z ] 2022-11-23T02:28:36.3592770Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3593629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3594172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3594268Z with 2022-11-23T02:28:36.3594352Z [ 2022-11-23T02:28:36.3594654Z T=c10::either 2022-11-23T02:28:36.3594741Z ] 2022-11-23T02:28:36.3595128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3595217Z with 2022-11-23T02:28:36.3595297Z [ 2022-11-23T02:28:36.3595414Z T=at::StepCallbacks 2022-11-23T02:28:36.3595493Z ] 2022-11-23T02:28:36.3595896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3595980Z with 2022-11-23T02:28:36.3596058Z [ 2022-11-23T02:28:36.3596171Z T=at::StepCallbacks 2022-11-23T02:28:36.3596355Z ] 2022-11-23T02:28:36.3596901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3597044Z with 2022-11-23T02:28:36.3597187Z [ 2022-11-23T02:28:36.3597310Z T=at::StepCallbacks 2022-11-23T02:28:36.3597390Z ] 2022-11-23T02:28:36.3597872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3597956Z with 2022-11-23T02:28:36.3598034Z [ 2022-11-23T02:28:36.3598147Z T=at::StepCallbacks 2022-11-23T02:28:36.3598228Z ] 2022-11-23T02:28:36.3598655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3599082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3599504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3599587Z with 2022-11-23T02:28:36.3599665Z [ 2022-11-23T02:28:36.3599777Z T=at::StepCallbacks 2022-11-23T02:28:36.3599858Z ] 2022-11-23T02:28:36.3600402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3600493Z with 2022-11-23T02:28:36.3600553Z [ 2022-11-23T02:28:36.3600662Z T=c10::DimVector 2022-11-23T02:28:36.3600740Z ] 2022-11-23T02:28:36.3601260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3601608Z with 2022-11-23T02:28:36.3601693Z [ 2022-11-23T02:28:36.3601803Z T=c10::DimVector 2022-11-23T02:28:36.3601881Z ] 2022-11-23T02:28:36.3602330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3602414Z with 2022-11-23T02:28:36.3602540Z [ 2022-11-23T02:28:36.3602720Z T=c10::DimVector 2022-11-23T02:28:36.3602871Z ] 2022-11-23T02:28:36.3603369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3603457Z with 2022-11-23T02:28:36.3603516Z [ 2022-11-23T02:28:36.3603618Z T=c10::DimVector 2022-11-23T02:28:36.3603696Z ] 2022-11-23T02:28:36.3604102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3604514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3605037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3605140Z with 2022-11-23T02:28:36.3605218Z [ 2022-11-23T02:28:36.3605329Z T=c10::DimVector 2022-11-23T02:28:36.3605407Z ] 2022-11-23T02:28:36.3605789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3605871Z with 2022-11-23T02:28:36.3605952Z [ 2022-11-23T02:28:36.3606083Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3606162Z ] 2022-11-23T02:28:36.3606554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3606642Z with 2022-11-23T02:28:36.3606702Z [ 2022-11-23T02:28:36.3606830Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3607014Z ] 2022-11-23T02:28:36.3607522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3607614Z with 2022-11-23T02:28:36.3607693Z [ 2022-11-23T02:28:36.3607822Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3607899Z ] 2022-11-23T02:28:36.3608713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3608816Z with 2022-11-23T02:28:36.3608894Z [ 2022-11-23T02:28:36.3609032Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3609111Z ] 2022-11-23T02:28:36.3609542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3610110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3610529Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3610613Z with 2022-11-23T02:28:36.3610673Z [ 2022-11-23T02:28:36.3610801Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3610885Z ] 2022-11-23T02:28:36.3611269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3611355Z with 2022-11-23T02:28:36.3611436Z [ 2022-11-23T02:28:36.3611611Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3611690Z ] 2022-11-23T02:28:36.3612092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3612176Z with 2022-11-23T02:28:36.3612254Z [ 2022-11-23T02:28:36.3612429Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3612511Z ] 2022-11-23T02:28:36.3613030Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3613131Z with 2022-11-23T02:28:36.3613209Z [ 2022-11-23T02:28:36.3613363Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3613447Z ] 2022-11-23T02:28:36.3613923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3614154Z with 2022-11-23T02:28:36.3614236Z [ 2022-11-23T02:28:36.3614411Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3614490Z ] 2022-11-23T02:28:36.3614961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3615688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3616128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3616212Z with 2022-11-23T02:28:36.3616292Z [ 2022-11-23T02:28:36.3616465Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3616547Z ] 2022-11-23T02:28:36.3616933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3617017Z with 2022-11-23T02:28:36.3617098Z [ 2022-11-23T02:28:36.3617247Z T=std::tuple 2022-11-23T02:28:36.3617326Z ] 2022-11-23T02:28:36.3617707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3617893Z with 2022-11-23T02:28:36.3617976Z [ 2022-11-23T02:28:36.3618124Z T=std::tuple 2022-11-23T02:28:36.3618203Z ] 2022-11-23T02:28:36.3618650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3618734Z with 2022-11-23T02:28:36.3618812Z [ 2022-11-23T02:28:36.3618962Z T=std::tuple 2022-11-23T02:28:36.3619039Z ] 2022-11-23T02:28:36.3619513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3619599Z with 2022-11-23T02:28:36.3619676Z [ 2022-11-23T02:28:36.3619857Z T=std::tuple 2022-11-23T02:28:36.3619990Z ] 2022-11-23T02:28:36.3620923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3622172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3622653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3622747Z with 2022-11-23T02:28:36.3622810Z [ 2022-11-23T02:28:36.3622962Z T=std::tuple 2022-11-23T02:28:36.3623043Z ] 2022-11-23T02:28:36.3623610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3623722Z with 2022-11-23T02:28:36.3623802Z [ 2022-11-23T02:28:36.3623929Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3624009Z ] 2022-11-23T02:28:36.3624417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3624503Z with 2022-11-23T02:28:36.3624582Z [ 2022-11-23T02:28:36.3624703Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3624787Z ] 2022-11-23T02:28:36.3625234Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3625316Z with 2022-11-23T02:28:36.3625375Z [ 2022-11-23T02:28:36.3625494Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3625574Z ] 2022-11-23T02:28:36.3626056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3626140Z with 2022-11-23T02:28:36.3626218Z [ 2022-11-23T02:28:36.3626337Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3626416Z ] 2022-11-23T02:28:36.3626836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3627398Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3627957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3628052Z with 2022-11-23T02:28:36.3628131Z [ 2022-11-23T02:28:36.3628252Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3628331Z ] 2022-11-23T02:28:36.3628899Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3629079Z with 2022-11-23T02:28:36.3629198Z [ 2022-11-23T02:28:36.3629329Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3629409Z ] 2022-11-23T02:28:36.3629806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3629889Z with 2022-11-23T02:28:36.3629967Z [ 2022-11-23T02:28:36.3630111Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3630190Z ] 2022-11-23T02:28:36.3631228Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3631363Z with 2022-11-23T02:28:36.3631447Z [ 2022-11-23T02:28:36.3631600Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3631678Z ] 2022-11-23T02:28:36.3632160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3632245Z with 2022-11-23T02:28:36.3632322Z [ 2022-11-23T02:28:36.3632443Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3632522Z ] 2022-11-23T02:28:36.3632962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3633400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3633819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3633905Z with 2022-11-23T02:28:36.3633982Z [ 2022-11-23T02:28:36.3634123Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.3634205Z ] 2022-11-23T02:28:36.3634750Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3634844Z with 2022-11-23T02:28:36.3634922Z [ 2022-11-23T02:28:36.3635065Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3635144Z ] 2022-11-23T02:28:36.3635640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3635871Z with 2022-11-23T02:28:36.3636081Z [ 2022-11-23T02:28:36.3636229Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3636289Z ] 2022-11-23T02:28:36.3636736Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3636821Z with 2022-11-23T02:28:36.3636906Z [ 2022-11-23T02:28:36.3637043Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3637122Z ] 2022-11-23T02:28:36.3637602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3637688Z with 2022-11-23T02:28:36.3637765Z [ 2022-11-23T02:28:36.3637901Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3637980Z ] 2022-11-23T02:28:36.3638410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3638927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3639367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3639454Z with 2022-11-23T02:28:36.3639532Z [ 2022-11-23T02:28:36.3639670Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.3639748Z ] 2022-11-23T02:28:36.3640110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3640195Z with 2022-11-23T02:28:36.3640276Z [ 2022-11-23T02:28:36.3640392Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3640469Z ] 2022-11-23T02:28:36.3640872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3640955Z with 2022-11-23T02:28:36.3641034Z [ 2022-11-23T02:28:36.3641146Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3641227Z ] 2022-11-23T02:28:36.3641815Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3641907Z with 2022-11-23T02:28:36.3641989Z [ 2022-11-23T02:28:36.3642105Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3642184Z ] 2022-11-23T02:28:36.3642869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3642996Z with 2022-11-23T02:28:36.3643077Z [ 2022-11-23T02:28:36.3643193Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3643273Z ] 2022-11-23T02:28:36.3643695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3644222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3644643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3644730Z with 2022-11-23T02:28:36.3644812Z [ 2022-11-23T02:28:36.3644926Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.3645003Z ] 2022-11-23T02:28:36.3645382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3645468Z with 2022-11-23T02:28:36.3645545Z [ 2022-11-23T02:28:36.3645663Z T=at::ThreadLocalState 2022-11-23T02:28:36.3645742Z ] 2022-11-23T02:28:36.3646136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3646201Z with 2022-11-23T02:28:36.3646280Z [ 2022-11-23T02:28:36.3646397Z T=at::ThreadLocalState 2022-11-23T02:28:36.3646475Z ] 2022-11-23T02:28:36.3646988Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3647086Z with 2022-11-23T02:28:36.3647164Z [ 2022-11-23T02:28:36.3647287Z T=at::ThreadLocalState 2022-11-23T02:28:36.3647365Z ] 2022-11-23T02:28:36.3647841Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3647926Z with 2022-11-23T02:28:36.3648003Z [ 2022-11-23T02:28:36.3648117Z T=at::ThreadLocalState 2022-11-23T02:28:36.3648195Z ] 2022-11-23T02:28:36.3648772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3649274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3650058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3650223Z with 2022-11-23T02:28:36.3650325Z [ 2022-11-23T02:28:36.3650541Z T=at::ThreadLocalState 2022-11-23T02:28:36.3650679Z ] 2022-11-23T02:28:36.3651395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3651570Z with 2022-11-23T02:28:36.3651720Z [ 2022-11-23T02:28:36.3652001Z T=std::shared_ptr 2022-11-23T02:28:36.3652143Z ] 2022-11-23T02:28:36.3652892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3653266Z with 2022-11-23T02:28:36.3653408Z [ 2022-11-23T02:28:36.3653676Z T=std::shared_ptr 2022-11-23T02:28:36.3653830Z ] 2022-11-23T02:28:36.3654613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3654717Z with 2022-11-23T02:28:36.3654777Z [ 2022-11-23T02:28:36.3654924Z T=std::shared_ptr 2022-11-23T02:28:36.3655011Z ] 2022-11-23T02:28:36.3655689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3655785Z with 2022-11-23T02:28:36.3655864Z [ 2022-11-23T02:28:36.3656008Z T=std::shared_ptr 2022-11-23T02:28:36.3656087Z ] 2022-11-23T02:28:36.3656885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3657329Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3657913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.3658364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3658487Z with 2022-11-23T02:28:36.3658568Z [ 2022-11-23T02:28:36.3658712Z T=std::shared_ptr 2022-11-23T02:28:36.3658790Z ] 2022-11-23T02:28:36.3659171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3659254Z with 2022-11-23T02:28:36.3659331Z [ 2022-11-23T02:28:36.3659442Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3659521Z ] 2022-11-23T02:28:36.3659915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3660003Z with 2022-11-23T02:28:36.3660081Z [ 2022-11-23T02:28:36.3660204Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3660282Z ] 2022-11-23T02:28:36.3660725Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3660806Z with 2022-11-23T02:28:36.3660884Z [ 2022-11-23T02:28:36.3661007Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3661084Z ] 2022-11-23T02:28:36.3661562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3661646Z with 2022-11-23T02:28:36.3661821Z [ 2022-11-23T02:28:36.3661948Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3662008Z ] 2022-11-23T02:28:36.3662606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3663034Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3663857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.3664298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3664385Z with 2022-11-23T02:28:36.3664465Z [ 2022-11-23T02:28:36.3664592Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.3664671Z ] 2022-11-23T02:28:36.3665061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3665146Z with 2022-11-23T02:28:36.3665286Z [ 2022-11-23T02:28:36.3665494Z T=torch::jit::Method 2022-11-23T02:28:36.3665629Z ] 2022-11-23T02:28:36.3666135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3666236Z with 2022-11-23T02:28:36.3666319Z [ 2022-11-23T02:28:36.3666433Z T=torch::jit::Method 2022-11-23T02:28:36.3666492Z ] 2022-11-23T02:28:36.3666938Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3667022Z with 2022-11-23T02:28:36.3667099Z [ 2022-11-23T02:28:36.3667211Z T=torch::jit::Method 2022-11-23T02:28:36.3667290Z ] 2022-11-23T02:28:36.3667767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3667852Z with 2022-11-23T02:28:36.3667929Z [ 2022-11-23T02:28:36.3668040Z T=torch::jit::Method 2022-11-23T02:28:36.3668125Z ] 2022-11-23T02:28:36.3668537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3668954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3669534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3669626Z with 2022-11-23T02:28:36.3669705Z [ 2022-11-23T02:28:36.3669818Z T=torch::jit::Method 2022-11-23T02:28:36.3669877Z ] 2022-11-23T02:28:36.3670356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3670723Z with 2022-11-23T02:28:36.3670832Z [ 2022-11-23T02:28:36.3671012Z T=std::vector> 2022-11-23T02:28:36.3671090Z ] 2022-11-23T02:28:36.3671685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3671782Z with 2022-11-23T02:28:36.3671861Z [ 2022-11-23T02:28:36.3672039Z T=std::vector> 2022-11-23T02:28:36.3672118Z ] 2022-11-23T02:28:36.3672565Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3672653Z with 2022-11-23T02:28:36.3672731Z [ 2022-11-23T02:28:36.3672900Z T=std::vector> 2022-11-23T02:28:36.3672979Z ] 2022-11-23T02:28:36.3673456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3673540Z with 2022-11-23T02:28:36.3673646Z [ 2022-11-23T02:28:36.3673965Z T=std::vector> 2022-11-23T02:28:36.3674247Z ] 2022-11-23T02:28:36.3675129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3676545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3677835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3678072Z with 2022-11-23T02:28:36.3678219Z [ 2022-11-23T02:28:36.3678577Z T=std::vector> 2022-11-23T02:28:36.3678733Z ] 2022-11-23T02:28:36.3679473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3679644Z with 2022-11-23T02:28:36.3679788Z [ 2022-11-23T02:28:36.3680181Z T=std::function 2022-11-23T02:28:36.3680335Z ] 2022-11-23T02:28:36.3681106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3681260Z with 2022-11-23T02:28:36.3681411Z [ 2022-11-23T02:28:36.3681764Z T=std::function 2022-11-23T02:28:36.3681915Z ] 2022-11-23T02:28:36.3682787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3683078Z with 2022-11-23T02:28:36.3683234Z [ 2022-11-23T02:28:36.3683830Z T=std::function 2022-11-23T02:28:36.3683984Z ] 2022-11-23T02:28:36.3685070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3685249Z with 2022-11-23T02:28:36.3685397Z [ 2022-11-23T02:28:36.3685785Z T=std::function 2022-11-23T02:28:36.3685939Z ] 2022-11-23T02:28:36.3686873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3688194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3689049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3689229Z with 2022-11-23T02:28:36.3689370Z [ 2022-11-23T02:28:36.3689771Z T=std::function 2022-11-23T02:28:36.3690194Z ] 2022-11-23T02:28:36.3690947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3691228Z with 2022-11-23T02:28:36.3691359Z [ 2022-11-23T02:28:36.3691866Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3692017Z ] 2022-11-23T02:28:36.3692792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3692959Z with 2022-11-23T02:28:36.3693101Z [ 2022-11-23T02:28:36.3693549Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3693699Z ] 2022-11-23T02:28:36.3694543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3701895Z with 2022-11-23T02:28:36.3702097Z [ 2022-11-23T02:28:36.3702575Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3702757Z ] 2022-11-23T02:28:36.3703879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3704066Z with 2022-11-23T02:28:36.3704213Z [ 2022-11-23T02:28:36.3705122Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3705295Z ] 2022-11-23T02:28:36.3706261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3708132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3709271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3709430Z with 2022-11-23T02:28:36.3709844Z [ 2022-11-23T02:28:36.3711915Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.3712738Z ] 2022-11-23T02:28:36.3713610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3713807Z with 2022-11-23T02:28:36.3713956Z [ 2022-11-23T02:28:36.3714270Z T=std::vector> 2022-11-23T02:28:36.3714433Z ] 2022-11-23T02:28:36.3715207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3715384Z with 2022-11-23T02:28:36.3715531Z [ 2022-11-23T02:28:36.3715837Z T=std::vector> 2022-11-23T02:28:36.3715985Z ] 2022-11-23T02:28:36.3718661Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3718902Z with 2022-11-23T02:28:36.3719035Z [ 2022-11-23T02:28:36.3719426Z T=std::vector> 2022-11-23T02:28:36.3719585Z ] 2022-11-23T02:28:36.3720515Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3720691Z with 2022-11-23T02:28:36.3720834Z [ 2022-11-23T02:28:36.3721141Z T=std::vector> 2022-11-23T02:28:36.3721288Z ] 2022-11-23T02:28:36.3722176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3722366Z with 2022-11-23T02:28:36.3722514Z [ 2022-11-23T02:28:36.3722680Z T=double 2022-11-23T02:28:36.3722824Z ] 2022-11-23T02:28:36.3723755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3723940Z with 2022-11-23T02:28:36.3724060Z [ 2022-11-23T02:28:36.3724229Z T=double 2022-11-23T02:28:36.3724373Z ] 2022-11-23T02:28:36.3725376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3725614Z with 2022-11-23T02:28:36.3725764Z [ 2022-11-23T02:28:36.3726078Z T=std::vector> 2022-11-23T02:28:36.3726231Z ] 2022-11-23T02:28:36.3726965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3727312Z with 2022-11-23T02:28:36.3727454Z [ 2022-11-23T02:28:36.3727725Z T=std::tuple 2022-11-23T02:28:36.3727874Z ] 2022-11-23T02:28:36.3728634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3728805Z with 2022-11-23T02:28:36.3728929Z [ 2022-11-23T02:28:36.3729195Z T=std::tuple 2022-11-23T02:28:36.3729341Z ] 2022-11-23T02:28:36.3730192Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3730366Z with 2022-11-23T02:28:36.3730513Z [ 2022-11-23T02:28:36.3730877Z T=std::tuple 2022-11-23T02:28:36.3731044Z ] 2022-11-23T02:28:36.3732100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3732275Z with 2022-11-23T02:28:36.3732421Z [ 2022-11-23T02:28:36.3732690Z T=std::tuple 2022-11-23T02:28:36.3732833Z ] 2022-11-23T02:28:36.3733798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3734717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3735544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3735718Z with 2022-11-23T02:28:36.3735863Z [ 2022-11-23T02:28:36.3736124Z T=std::tuple 2022-11-23T02:28:36.3736250Z ] 2022-11-23T02:28:36.3736972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3737247Z with 2022-11-23T02:28:36.3737403Z [ 2022-11-23T02:28:36.3737729Z T=std::vector> 2022-11-23T02:28:36.3737879Z ] 2022-11-23T02:28:36.3738816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3739006Z with 2022-11-23T02:28:36.3739152Z [ 2022-11-23T02:28:36.3739476Z T=std::vector> 2022-11-23T02:28:36.3739621Z ] 2022-11-23T02:28:36.3740478Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3740651Z with 2022-11-23T02:28:36.3740794Z [ 2022-11-23T02:28:36.3741119Z T=std::vector> 2022-11-23T02:28:36.3741272Z ] 2022-11-23T02:28:36.3742150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3742477Z with 2022-11-23T02:28:36.3742627Z [ 2022-11-23T02:28:36.3742947Z T=std::vector> 2022-11-23T02:28:36.3743096Z ] 2022-11-23T02:28:36.3744064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3745116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3746018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3746210Z with 2022-11-23T02:28:36.3746357Z [ 2022-11-23T02:28:36.3746787Z T=std::vector> 2022-11-23T02:28:36.3746941Z ] 2022-11-23T02:28:36.3748091Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:inline_jit_extension_with_functions_list.pyd 2022-11-23T02:28:36.3748740Z Creating library inline_jit_extension_with_functions_list.lib and object inline_jit_extension_with_functions_list.exp 2022-11-23T02:28:36.3749129Z Loading extension module inline_jit_extension_with_functions_list... 2022-11-23T02:28:36.3749295Z ok (19.766s) 2022-11-23T02:28:36.3750010Z test_jit_compile_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.3750617Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\jit_extension... 2022-11-23T02:28:36.3751338Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\jit_extension\build.ninja... 2022-11-23T02:28:36.3751628Z Building extension module jit_extension... 2022-11-23T02:28:36.3752288Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.3754604Z [1/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension2.cpp /Fojit_extension2.o 2022-11-23T02:28:36.3754974Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.3755314Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.3755336Z 2022-11-23T02:28:36.3755666Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:28:36.3756405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.3757163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3757602Z with 2022-11-23T02:28:36.3757761Z [ 2022-11-23T02:28:36.3757960Z T=c10::SymInt 2022-11-23T02:28:36.3758085Z ] 2022-11-23T02:28:36.3759011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3759193Z with 2022-11-23T02:28:36.3759337Z [ 2022-11-23T02:28:36.3759529Z T=c10::SymInt 2022-11-23T02:28:36.3759686Z ] 2022-11-23T02:28:36.3760543Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3760731Z with 2022-11-23T02:28:36.3760877Z [ 2022-11-23T02:28:36.3761061Z T=c10::SymInt 2022-11-23T02:28:36.3761205Z ] 2022-11-23T02:28:36.3762115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3762291Z with 2022-11-23T02:28:36.3762437Z [ 2022-11-23T02:28:36.3762628Z T=c10::SymInt 2022-11-23T02:28:36.3762759Z ] 2022-11-23T02:28:36.3763706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3764634Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3765589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3765866Z with 2022-11-23T02:28:36.3766013Z [ 2022-11-23T02:28:36.3766203Z T=c10::SymInt 2022-11-23T02:28:36.3766347Z ] 2022-11-23T02:28:36.3767035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.3767788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3767968Z with 2022-11-23T02:28:36.3768111Z [ 2022-11-23T02:28:36.3768326Z T=at::TensorBase 2022-11-23T02:28:36.3768473Z ] 2022-11-23T02:28:36.3769234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3769403Z with 2022-11-23T02:28:36.3769546Z [ 2022-11-23T02:28:36.3769727Z T=at::TensorBase 2022-11-23T02:28:36.3769877Z ] 2022-11-23T02:28:36.3770728Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3770916Z with 2022-11-23T02:28:36.3771162Z [ 2022-11-23T02:28:36.3771372Z T=at::TensorBase 2022-11-23T02:28:36.3771516Z ] 2022-11-23T02:28:36.3772603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3773838Z with 2022-11-23T02:28:36.3773985Z [ 2022-11-23T02:28:36.3774201Z T=at::TensorBase 2022-11-23T02:28:36.3774339Z ] 2022-11-23T02:28:36.3775134Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3775941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3776779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3776974Z with 2022-11-23T02:28:36.3777122Z [ 2022-11-23T02:28:36.3777338Z T=at::TensorBase 2022-11-23T02:28:36.3777470Z ] 2022-11-23T02:28:36.3778304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3778485Z with 2022-11-23T02:28:36.3778637Z [ 2022-11-23T02:28:36.3778836Z T=at::Tensor 2022-11-23T02:28:36.3779084Z ] 2022-11-23T02:28:36.3780089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3780286Z with 2022-11-23T02:28:36.3780430Z [ 2022-11-23T02:28:36.3780696Z T=at::Tensor 2022-11-23T02:28:36.3780852Z ] 2022-11-23T02:28:36.3781726Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3781903Z with 2022-11-23T02:28:36.3782049Z [ 2022-11-23T02:28:36.3782220Z T=at::Tensor 2022-11-23T02:28:36.3782363Z ] 2022-11-23T02:28:36.3783293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3783483Z with 2022-11-23T02:28:36.3783623Z [ 2022-11-23T02:28:36.3783811Z T=at::Tensor 2022-11-23T02:28:36.3783952Z ] 2022-11-23T02:28:36.3784829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3785719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3786626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3786805Z with 2022-11-23T02:28:36.3786955Z [ 2022-11-23T02:28:36.3787158Z T=at::Tensor 2022-11-23T02:28:36.3787307Z ] 2022-11-23T02:28:36.3788038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3788389Z with 2022-11-23T02:28:36.3788536Z [ 2022-11-23T02:28:36.3788718Z T=at::Generator 2022-11-23T02:28:36.3788864Z ] 2022-11-23T02:28:36.3789644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3789824Z with 2022-11-23T02:28:36.3789974Z [ 2022-11-23T02:28:36.3790174Z T=at::Generator 2022-11-23T02:28:36.3790319Z ] 2022-11-23T02:28:36.3791172Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3791460Z with 2022-11-23T02:28:36.3791616Z [ 2022-11-23T02:28:36.3791812Z T=at::Generator 2022-11-23T02:28:36.3791968Z ] 2022-11-23T02:28:36.3793020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3793203Z with 2022-11-23T02:28:36.3793350Z [ 2022-11-23T02:28:36.3793530Z T=at::Generator 2022-11-23T02:28:36.3793680Z ] 2022-11-23T02:28:36.3794467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3795439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3796284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3796483Z with 2022-11-23T02:28:36.3796627Z [ 2022-11-23T02:28:36.3796826Z T=at::Generator 2022-11-23T02:28:36.3796968Z ] 2022-11-23T02:28:36.3797698Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3797877Z with 2022-11-23T02:28:36.3798187Z [ 2022-11-23T02:28:36.3798391Z T=c10::Scalar 2022-11-23T02:28:36.3798544Z ] 2022-11-23T02:28:36.3799464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3799643Z with 2022-11-23T02:28:36.3799799Z [ 2022-11-23T02:28:36.3799966Z T=c10::Scalar 2022-11-23T02:28:36.3800117Z ] 2022-11-23T02:28:36.3800976Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3801158Z with 2022-11-23T02:28:36.3801302Z [ 2022-11-23T02:28:36.3801492Z T=c10::Scalar 2022-11-23T02:28:36.3801640Z ] 2022-11-23T02:28:36.3802548Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3802732Z with 2022-11-23T02:28:36.3802879Z [ 2022-11-23T02:28:36.3803074Z T=c10::Scalar 2022-11-23T02:28:36.3803224Z ] 2022-11-23T02:28:36.3804170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3805053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3805961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3806224Z with 2022-11-23T02:28:36.3806380Z [ 2022-11-23T02:28:36.3806547Z T=c10::Scalar 2022-11-23T02:28:36.3806696Z ] 2022-11-23T02:28:36.3807432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3807614Z with 2022-11-23T02:28:36.3807762Z [ 2022-11-23T02:28:36.3807960Z T=std::string 2022-11-23T02:28:36.3808111Z ] 2022-11-23T02:28:36.3808881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3809059Z with 2022-11-23T02:28:36.3809205Z [ 2022-11-23T02:28:36.3809395Z T=std::string 2022-11-23T02:28:36.3809548Z ] 2022-11-23T02:28:36.3810555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3810754Z with 2022-11-23T02:28:36.3810896Z [ 2022-11-23T02:28:36.3811078Z T=std::string 2022-11-23T02:28:36.3811224Z ] 2022-11-23T02:28:36.3812247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3812517Z with 2022-11-23T02:28:36.3812672Z [ 2022-11-23T02:28:36.3812945Z T=std::string 2022-11-23T02:28:36.3813090Z ] 2022-11-23T02:28:36.3813873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3814660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3815490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3815665Z with 2022-11-23T02:28:36.3815814Z [ 2022-11-23T02:28:36.3816003Z T=std::string 2022-11-23T02:28:36.3816149Z ] 2022-11-23T02:28:36.3816889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3817066Z with 2022-11-23T02:28:36.3817210Z [ 2022-11-23T02:28:36.3817415Z T=c10::QualifiedName 2022-11-23T02:28:36.3817568Z ] 2022-11-23T02:28:36.3818424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3818781Z with 2022-11-23T02:28:36.3818927Z [ 2022-11-23T02:28:36.3819235Z T=c10::QualifiedName 2022-11-23T02:28:36.3819468Z ] 2022-11-23T02:28:36.3820326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3820508Z with 2022-11-23T02:28:36.3820658Z [ 2022-11-23T02:28:36.3820878Z T=c10::QualifiedName 2022-11-23T02:28:36.3821023Z ] 2022-11-23T02:28:36.3821937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3822118Z with 2022-11-23T02:28:36.3822274Z [ 2022-11-23T02:28:36.3822466Z T=c10::QualifiedName 2022-11-23T02:28:36.3822611Z ] 2022-11-23T02:28:36.3823413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3824215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3825286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3825493Z with 2022-11-23T02:28:36.3825642Z [ 2022-11-23T02:28:36.3825956Z T=c10::QualifiedName 2022-11-23T02:28:36.3826186Z ] 2022-11-23T02:28:36.3826931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3827105Z with 2022-11-23T02:28:36.3827250Z [ 2022-11-23T02:28:36.3827566Z T=std::shared_ptr 2022-11-23T02:28:36.3827720Z ] 2022-11-23T02:28:36.3828506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3828679Z with 2022-11-23T02:28:36.3828830Z [ 2022-11-23T02:28:36.3829152Z T=std::shared_ptr 2022-11-23T02:28:36.3829285Z ] 2022-11-23T02:28:36.3830123Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3830319Z with 2022-11-23T02:28:36.3830472Z [ 2022-11-23T02:28:36.3830788Z T=std::shared_ptr 2022-11-23T02:28:36.3830937Z ] 2022-11-23T02:28:36.3832025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3832210Z with 2022-11-23T02:28:36.3832359Z [ 2022-11-23T02:28:36.3832779Z T=std::shared_ptr 2022-11-23T02:28:36.3833009Z ] 2022-11-23T02:28:36.3833875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3834914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3835749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3835932Z with 2022-11-23T02:28:36.3836076Z [ 2022-11-23T02:28:36.3836452Z T=std::shared_ptr 2022-11-23T02:28:36.3836607Z ] 2022-11-23T02:28:36.3837340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3837507Z with 2022-11-23T02:28:36.3837651Z [ 2022-11-23T02:28:36.3837959Z T=std::weak_ptr 2022-11-23T02:28:36.3838116Z ] 2022-11-23T02:28:36.3838978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3839156Z with 2022-11-23T02:28:36.3839394Z [ 2022-11-23T02:28:36.3839791Z T=std::weak_ptr 2022-11-23T02:28:36.3839953Z ] 2022-11-23T02:28:36.3840946Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3841142Z with 2022-11-23T02:28:36.3841294Z [ 2022-11-23T02:28:36.3841611Z T=std::weak_ptr 2022-11-23T02:28:36.3841772Z ] 2022-11-23T02:28:36.3842681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3842864Z with 2022-11-23T02:28:36.3842991Z [ 2022-11-23T02:28:36.3843310Z T=std::weak_ptr 2022-11-23T02:28:36.3843465Z ] 2022-11-23T02:28:36.3844334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3845289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3846261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3846518Z with 2022-11-23T02:28:36.3846666Z [ 2022-11-23T02:28:36.3846974Z T=std::weak_ptr 2022-11-23T02:28:36.3847127Z ] 2022-11-23T02:28:36.3847875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3848053Z with 2022-11-23T02:28:36.3848210Z [ 2022-11-23T02:28:36.3848579Z T=std::vector> 2022-11-23T02:28:36.3848730Z ] 2022-11-23T02:28:36.3849512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3849868Z with 2022-11-23T02:28:36.3850022Z [ 2022-11-23T02:28:36.3850365Z T=std::vector> 2022-11-23T02:28:36.3850526Z ] 2022-11-23T02:28:36.3851375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3851556Z with 2022-11-23T02:28:36.3851828Z [ 2022-11-23T02:28:36.3852211Z T=std::vector> 2022-11-23T02:28:36.3852370Z ] 2022-11-23T02:28:36.3853448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3853642Z with 2022-11-23T02:28:36.3853786Z [ 2022-11-23T02:28:36.3854146Z T=std::vector> 2022-11-23T02:28:36.3854299Z ] 2022-11-23T02:28:36.3855204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3857060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3857932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3858125Z with 2022-11-23T02:28:36.3858277Z [ 2022-11-23T02:28:36.3858803Z T=std::vector> 2022-11-23T02:28:36.3858970Z ] 2022-11-23T02:28:36.3859797Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3859952Z with 2022-11-23T02:28:36.3860099Z [ 2022-11-23T02:28:36.3860403Z T=std::vector> 2022-11-23T02:28:36.3860557Z ] 2022-11-23T02:28:36.3861334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3861519Z with 2022-11-23T02:28:36.3861662Z [ 2022-11-23T02:28:36.3861966Z T=std::vector> 2022-11-23T02:28:36.3862117Z ] 2022-11-23T02:28:36.3862965Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3863143Z with 2022-11-23T02:28:36.3863298Z [ 2022-11-23T02:28:36.3863590Z T=std::vector> 2022-11-23T02:28:36.3863735Z ] 2022-11-23T02:28:36.3864761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3864947Z with 2022-11-23T02:28:36.3865258Z [ 2022-11-23T02:28:36.3865648Z T=std::vector> 2022-11-23T02:28:36.3865878Z ] 2022-11-23T02:28:36.3866729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3867580Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3868419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3868598Z with 2022-11-23T02:28:36.3868742Z [ 2022-11-23T02:28:36.3869037Z T=std::vector> 2022-11-23T02:28:36.3869190Z ] 2022-11-23T02:28:36.3869922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3870097Z with 2022-11-23T02:28:36.3870244Z [ 2022-11-23T02:28:36.3870652Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3870802Z ] 2022-11-23T02:28:36.3871832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3872034Z with 2022-11-23T02:28:36.3872192Z [ 2022-11-23T02:28:36.3872766Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3872915Z ] 2022-11-23T02:28:36.3873758Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3873937Z with 2022-11-23T02:28:36.3874087Z [ 2022-11-23T02:28:36.3874484Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3874652Z ] 2022-11-23T02:28:36.3875584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3875762Z with 2022-11-23T02:28:36.3875908Z [ 2022-11-23T02:28:36.3876309Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3876473Z ] 2022-11-23T02:28:36.3877390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.3878451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3879428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3880251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3880651Z with 2022-11-23T02:28:36.3880795Z [ 2022-11-23T02:28:36.3881197Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3881352Z ] 2022-11-23T02:28:36.3882075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3882250Z with 2022-11-23T02:28:36.3882397Z [ 2022-11-23T02:28:36.3882762Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3882919Z ] 2022-11-23T02:28:36.3883681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3883875Z with 2022-11-23T02:28:36.3884022Z [ 2022-11-23T02:28:36.3884415Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3884672Z ] 2022-11-23T02:28:36.3885479Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3885746Z with 2022-11-23T02:28:36.3885970Z [ 2022-11-23T02:28:36.3886519Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3886698Z ] 2022-11-23T02:28:36.3887612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3887796Z with 2022-11-23T02:28:36.3887941Z [ 2022-11-23T02:28:36.3888318Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3888473Z ] 2022-11-23T02:28:36.3889392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.3890317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.3891099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.3892036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3892221Z with 2022-11-23T02:28:36.3892441Z [ 2022-11-23T02:28:36.3892923Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.3893083Z ] 2022-11-23T02:28:36.3893830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3894008Z with 2022-11-23T02:28:36.3894155Z [ 2022-11-23T02:28:36.3894461Z T=std::vector> 2022-11-23T02:28:36.3894610Z ] 2022-11-23T02:28:36.3895380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3895744Z with 2022-11-23T02:28:36.3895892Z [ 2022-11-23T02:28:36.3896194Z T=std::vector> 2022-11-23T02:28:36.3896350Z ] 2022-11-23T02:28:36.3897202Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3897377Z with 2022-11-23T02:28:36.3897511Z [ 2022-11-23T02:28:36.3897807Z T=std::vector> 2022-11-23T02:28:36.3898065Z ] 2022-11-23T02:28:36.3899078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3899413Z with 2022-11-23T02:28:36.3899567Z [ 2022-11-23T02:28:36.3899863Z T=std::vector> 2022-11-23T02:28:36.3900010Z ] 2022-11-23T02:28:36.3900852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3901855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3902695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3902882Z with 2022-11-23T02:28:36.3903027Z [ 2022-11-23T02:28:36.3903323Z T=std::vector> 2022-11-23T02:28:36.3903480Z ] 2022-11-23T02:28:36.3904231Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3904404Z with 2022-11-23T02:28:36.3904545Z [ 2022-11-23T02:28:36.3905010Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3905154Z ] 2022-11-23T02:28:36.3906046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3906231Z with 2022-11-23T02:28:36.3906385Z [ 2022-11-23T02:28:36.3906749Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3906900Z ] 2022-11-23T02:28:36.3907754Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3907934Z with 2022-11-23T02:28:36.3908081Z [ 2022-11-23T02:28:36.3908446Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3908596Z ] 2022-11-23T02:28:36.3909555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3909735Z with 2022-11-23T02:28:36.3910063Z [ 2022-11-23T02:28:36.3910426Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3910570Z ] 2022-11-23T02:28:36.3911579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3912622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3913628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.3914455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3914639Z with 2022-11-23T02:28:36.3914765Z [ 2022-11-23T02:28:36.3915124Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.3915280Z ] 2022-11-23T02:28:36.3916010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3916184Z with 2022-11-23T02:28:36.3916468Z [ 2022-11-23T02:28:36.3916905Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3917061Z ] 2022-11-23T02:28:36.3917839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3918123Z with 2022-11-23T02:28:36.3918280Z [ 2022-11-23T02:28:36.3918641Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3918863Z ] 2022-11-23T02:28:36.3919844Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3920021Z with 2022-11-23T02:28:36.3920167Z [ 2022-11-23T02:28:36.3920539Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3920676Z ] 2022-11-23T02:28:36.3921581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3921779Z with 2022-11-23T02:28:36.3921927Z [ 2022-11-23T02:28:36.3922287Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3922440Z ] 2022-11-23T02:28:36.3923339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3924302Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3925325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.3926354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3926466Z with 2022-11-23T02:28:36.3926548Z [ 2022-11-23T02:28:36.3926906Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.3926992Z ] 2022-11-23T02:28:36.3927387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3927472Z with 2022-11-23T02:28:36.3927551Z [ 2022-11-23T02:28:36.3927685Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3927766Z ] 2022-11-23T02:28:36.3928162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3928234Z with 2022-11-23T02:28:36.3928316Z [ 2022-11-23T02:28:36.3928448Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3928528Z ] 2022-11-23T02:28:36.3928977Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3929061Z with 2022-11-23T02:28:36.3929140Z [ 2022-11-23T02:28:36.3929379Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3929475Z ] 2022-11-23T02:28:36.3929962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3930049Z with 2022-11-23T02:28:36.3930189Z [ 2022-11-23T02:28:36.3930319Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3930398Z ] 2022-11-23T02:28:36.3930832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3931242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3931326Z with 2022-11-23T02:28:36.3931386Z [ 2022-11-23T02:28:36.3931515Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3931594Z ] 2022-11-23T02:28:36.3932256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.3932694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3932777Z with 2022-11-23T02:28:36.3932856Z [ 2022-11-23T02:28:36.3932984Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.3933183Z ] 2022-11-23T02:28:36.3933672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3933763Z with 2022-11-23T02:28:36.3933841Z [ 2022-11-23T02:28:36.3934078Z T=std::vector> 2022-11-23T02:28:36.3934264Z ] 2022-11-23T02:28:36.3934668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3934752Z with 2022-11-23T02:28:36.3934831Z [ 2022-11-23T02:28:36.3935047Z T=std::vector> 2022-11-23T02:28:36.3935128Z ] 2022-11-23T02:28:36.3935576Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3935659Z with 2022-11-23T02:28:36.3935738Z [ 2022-11-23T02:28:36.3935968Z T=std::vector> 2022-11-23T02:28:36.3936053Z ] 2022-11-23T02:28:36.3936534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3936618Z with 2022-11-23T02:28:36.3936696Z [ 2022-11-23T02:28:36.3936921Z T=std::vector> 2022-11-23T02:28:36.3936999Z ] 2022-11-23T02:28:36.3937583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3938112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3938541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3938623Z with 2022-11-23T02:28:36.3938704Z [ 2022-11-23T02:28:36.3939075Z T=std::vector> 2022-11-23T02:28:36.3939163Z ] 2022-11-23T02:28:36.3939549Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3939631Z with 2022-11-23T02:28:36.3939714Z [ 2022-11-23T02:28:36.3939819Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3940016Z ] 2022-11-23T02:28:36.3940531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3940620Z with 2022-11-23T02:28:36.3940700Z [ 2022-11-23T02:28:36.3940827Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3940904Z ] 2022-11-23T02:28:36.3941350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3941437Z with 2022-11-23T02:28:36.3941517Z [ 2022-11-23T02:28:36.3941638Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3941715Z ] 2022-11-23T02:28:36.3942359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3942442Z with 2022-11-23T02:28:36.3942520Z [ 2022-11-23T02:28:36.3942622Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3942702Z ] 2022-11-23T02:28:36.3943132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3943571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3943996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3944083Z with 2022-11-23T02:28:36.3944161Z [ 2022-11-23T02:28:36.3944283Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.3944361Z ] 2022-11-23T02:28:36.3944738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3944820Z with 2022-11-23T02:28:36.3944898Z [ 2022-11-23T02:28:36.3945073Z T=c10::IValue 2022-11-23T02:28:36.3945165Z ] 2022-11-23T02:28:36.3945561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3945758Z with 2022-11-23T02:28:36.3945863Z [ 2022-11-23T02:28:36.3945948Z T=c10::IValue 2022-11-23T02:28:36.3946027Z ] 2022-11-23T02:28:36.3946476Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3946558Z with 2022-11-23T02:28:36.3946637Z [ 2022-11-23T02:28:36.3946840Z T=c10::IValue 2022-11-23T02:28:36.3946921Z ] 2022-11-23T02:28:36.3947516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3947605Z with 2022-11-23T02:28:36.3947683Z [ 2022-11-23T02:28:36.3947784Z T=c10::IValue 2022-11-23T02:28:36.3947865Z ] 2022-11-23T02:28:36.3948273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3948677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3949101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3949186Z with 2022-11-23T02:28:36.3949265Z [ 2022-11-23T02:28:36.3949365Z T=c10::IValue 2022-11-23T02:28:36.3949426Z ] 2022-11-23T02:28:36.3949805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3949988Z with 2022-11-23T02:28:36.3950066Z [ 2022-11-23T02:28:36.3950174Z T=c10::AliasInfo 2022-11-23T02:28:36.3950255Z ] 2022-11-23T02:28:36.3950646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3950729Z with 2022-11-23T02:28:36.3950808Z [ 2022-11-23T02:28:36.3950911Z T=c10::AliasInfo 2022-11-23T02:28:36.3950989Z ] 2022-11-23T02:28:36.3951437Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3951523Z with 2022-11-23T02:28:36.3951600Z [ 2022-11-23T02:28:36.3951684Z T=c10::AliasInfo 2022-11-23T02:28:36.3951765Z ] 2022-11-23T02:28:36.3952242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3952325Z with 2022-11-23T02:28:36.3952415Z [ 2022-11-23T02:28:36.3952660Z T=c10::AliasInfo 2022-11-23T02:28:36.3952739Z ] 2022-11-23T02:28:36.3953226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3953788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3954317Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3954403Z with 2022-11-23T02:28:36.3954482Z [ 2022-11-23T02:28:36.3954589Z T=c10::AliasInfo 2022-11-23T02:28:36.3954668Z ] 2022-11-23T02:28:36.3955050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3955134Z with 2022-11-23T02:28:36.3955215Z [ 2022-11-23T02:28:36.3955382Z T=std::vector> 2022-11-23T02:28:36.3955442Z ] 2022-11-23T02:28:36.3955837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3955925Z with 2022-11-23T02:28:36.3956002Z [ 2022-11-23T02:28:36.3956167Z T=std::vector> 2022-11-23T02:28:36.3956247Z ] 2022-11-23T02:28:36.3956689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3956772Z with 2022-11-23T02:28:36.3956849Z [ 2022-11-23T02:28:36.3957018Z T=std::vector> 2022-11-23T02:28:36.3957098Z ] 2022-11-23T02:28:36.3957572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3957754Z with 2022-11-23T02:28:36.3957834Z [ 2022-11-23T02:28:36.3958000Z T=std::vector> 2022-11-23T02:28:36.3958079Z ] 2022-11-23T02:28:36.3958545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.3958614Z with 2022-11-23T02:28:36.3958692Z [ 2022-11-23T02:28:36.3958793Z T=c10::SymInt 2022-11-23T02:28:36.3958875Z ] 2022-11-23T02:28:36.3959448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.3959546Z with 2022-11-23T02:28:36.3959624Z [ 2022-11-23T02:28:36.3959725Z T=c10::SymInt 2022-11-23T02:28:36.3959802Z ] 2022-11-23T02:28:36.3960266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.3961094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.3961541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3961624Z with 2022-11-23T02:28:36.3961706Z [ 2022-11-23T02:28:36.3961874Z T=std::vector> 2022-11-23T02:28:36.3961954Z ] 2022-11-23T02:28:36.3962336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3962419Z with 2022-11-23T02:28:36.3962479Z [ 2022-11-23T02:28:36.3962652Z T=c10::either 2022-11-23T02:28:36.3962732Z ] 2022-11-23T02:28:36.3963132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3963215Z with 2022-11-23T02:28:36.3963292Z [ 2022-11-23T02:28:36.3963463Z T=c10::either 2022-11-23T02:28:36.3963545Z ] 2022-11-23T02:28:36.3963991Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3964073Z with 2022-11-23T02:28:36.3964151Z [ 2022-11-23T02:28:36.3964319Z T=c10::either 2022-11-23T02:28:36.3964396Z ] 2022-11-23T02:28:36.3964873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3964960Z with 2022-11-23T02:28:36.3965039Z [ 2022-11-23T02:28:36.3965191Z T=c10::either 2022-11-23T02:28:36.3965271Z ] 2022-11-23T02:28:36.3965821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3966466Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3966901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3966985Z with 2022-11-23T02:28:36.3967151Z [ 2022-11-23T02:28:36.3967350Z T=c10::either 2022-11-23T02:28:36.3967511Z ] 2022-11-23T02:28:36.3967915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3967999Z with 2022-11-23T02:28:36.3968077Z [ 2022-11-23T02:28:36.3968194Z T=at::StepCallbacks 2022-11-23T02:28:36.3968273Z ] 2022-11-23T02:28:36.3968675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3968761Z with 2022-11-23T02:28:36.3968839Z [ 2022-11-23T02:28:36.3969032Z T=at::StepCallbacks 2022-11-23T02:28:36.3969104Z ] 2022-11-23T02:28:36.3969559Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3969647Z with 2022-11-23T02:28:36.3969725Z [ 2022-11-23T02:28:36.3969838Z T=at::StepCallbacks 2022-11-23T02:28:36.3969916Z ] 2022-11-23T02:28:36.3970392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3970475Z with 2022-11-23T02:28:36.3970554Z [ 2022-11-23T02:28:36.3970665Z T=at::StepCallbacks 2022-11-23T02:28:36.3970743Z ] 2022-11-23T02:28:36.3971161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3971590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3972010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3972094Z with 2022-11-23T02:28:36.3972173Z [ 2022-11-23T02:28:36.3972285Z T=at::StepCallbacks 2022-11-23T02:28:36.3972345Z ] 2022-11-23T02:28:36.3972721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3972947Z with 2022-11-23T02:28:36.3973044Z [ 2022-11-23T02:28:36.3973154Z T=c10::DimVector 2022-11-23T02:28:36.3973233Z ] 2022-11-23T02:28:36.3974627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3974718Z with 2022-11-23T02:28:36.3974797Z [ 2022-11-23T02:28:36.3974903Z T=c10::DimVector 2022-11-23T02:28:36.3974982Z ] 2022-11-23T02:28:36.3975430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3975514Z with 2022-11-23T02:28:36.3975599Z [ 2022-11-23T02:28:36.3975706Z T=c10::DimVector 2022-11-23T02:28:36.3975765Z ] 2022-11-23T02:28:36.3976247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3976336Z with 2022-11-23T02:28:36.3976416Z [ 2022-11-23T02:28:36.3976519Z T=c10::DimVector 2022-11-23T02:28:36.3976599Z ] 2022-11-23T02:28:36.3977002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3977512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3977957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3978042Z with 2022-11-23T02:28:36.3978124Z [ 2022-11-23T02:28:36.3978227Z T=c10::DimVector 2022-11-23T02:28:36.3978306Z ] 2022-11-23T02:28:36.3978686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3978769Z with 2022-11-23T02:28:36.3978849Z [ 2022-11-23T02:28:36.3978978Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3979038Z ] 2022-11-23T02:28:36.3979433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3979518Z with 2022-11-23T02:28:36.3979610Z [ 2022-11-23T02:28:36.3979882Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3979962Z ] 2022-11-23T02:28:36.3980410Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3980497Z with 2022-11-23T02:28:36.3980576Z [ 2022-11-23T02:28:36.3980817Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3980906Z ] 2022-11-23T02:28:36.3981488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3981630Z with 2022-11-23T02:28:36.3981708Z [ 2022-11-23T02:28:36.3981836Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3981915Z ] 2022-11-23T02:28:36.3982326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3982903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3983322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3983388Z with 2022-11-23T02:28:36.3983469Z [ 2022-11-23T02:28:36.3983600Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.3983680Z ] 2022-11-23T02:28:36.3984063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3984151Z with 2022-11-23T02:28:36.3984230Z [ 2022-11-23T02:28:36.3984406Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3984485Z ] 2022-11-23T02:28:36.3984885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3984967Z with 2022-11-23T02:28:36.3985045Z [ 2022-11-23T02:28:36.3985219Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3985297Z ] 2022-11-23T02:28:36.3985821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3985919Z with 2022-11-23T02:28:36.3985978Z [ 2022-11-23T02:28:36.3986158Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3986237Z ] 2022-11-23T02:28:36.3986949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3987039Z with 2022-11-23T02:28:36.3987117Z [ 2022-11-23T02:28:36.3987291Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3987370Z ] 2022-11-23T02:28:36.3988024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3988522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3988949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3989034Z with 2022-11-23T02:28:36.3989112Z [ 2022-11-23T02:28:36.3989284Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.3989363Z ] 2022-11-23T02:28:36.3989747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3989831Z with 2022-11-23T02:28:36.3989910Z [ 2022-11-23T02:28:36.3990039Z T=std::tuple 2022-11-23T02:28:36.3990118Z ] 2022-11-23T02:28:36.3990624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3990707Z with 2022-11-23T02:28:36.3990785Z [ 2022-11-23T02:28:36.3990930Z T=std::tuple 2022-11-23T02:28:36.3991009Z ] 2022-11-23T02:28:36.3991454Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3991540Z with 2022-11-23T02:28:36.3991617Z [ 2022-11-23T02:28:36.3991763Z T=std::tuple 2022-11-23T02:28:36.3991842Z ] 2022-11-23T02:28:36.3992318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3992404Z with 2022-11-23T02:28:36.3992482Z [ 2022-11-23T02:28:36.3992626Z T=std::tuple 2022-11-23T02:28:36.3992686Z ] 2022-11-23T02:28:36.3993124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.3993818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.3994375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3994478Z with 2022-11-23T02:28:36.3994558Z [ 2022-11-23T02:28:36.3994809Z T=std::tuple 2022-11-23T02:28:36.3994895Z ] 2022-11-23T02:28:36.3995276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3995358Z with 2022-11-23T02:28:36.3995437Z [ 2022-11-23T02:28:36.3995558Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3995642Z ] 2022-11-23T02:28:36.3996040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.3996123Z with 2022-11-23T02:28:36.3996206Z [ 2022-11-23T02:28:36.3996378Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3996457Z ] 2022-11-23T02:28:36.3996883Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.3996968Z with 2022-11-23T02:28:36.3997047Z [ 2022-11-23T02:28:36.3997164Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3997242Z ] 2022-11-23T02:28:36.3997717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.3997800Z with 2022-11-23T02:28:36.3997877Z [ 2022-11-23T02:28:36.3997997Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3998173Z ] 2022-11-23T02:28:36.3998599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.3999040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.3999460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.3999547Z with 2022-11-23T02:28:36.3999627Z [ 2022-11-23T02:28:36.3999744Z T=torch::jit::SourceRange 2022-11-23T02:28:36.3999823Z ] 2022-11-23T02:28:36.4000348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4000423Z with 2022-11-23T02:28:36.4000502Z [ 2022-11-23T02:28:36.4000648Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4000728Z ] 2022-11-23T02:28:36.4001243Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4001334Z with 2022-11-23T02:28:36.4001496Z [ 2022-11-23T02:28:36.4001745Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4001836Z ] 2022-11-23T02:28:36.4002284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4002370Z with 2022-11-23T02:28:36.4002449Z [ 2022-11-23T02:28:36.4002588Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4002668Z ] 2022-11-23T02:28:36.4003141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4003225Z with 2022-11-23T02:28:36.4003284Z [ 2022-11-23T02:28:36.4003422Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4003501Z ] 2022-11-23T02:28:36.4003939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4004382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4004801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4004884Z with 2022-11-23T02:28:36.4004963Z [ 2022-11-23T02:28:36.4005104Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4005182Z ] 2022-11-23T02:28:36.4005568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4005652Z with 2022-11-23T02:28:36.4005729Z [ 2022-11-23T02:28:36.4005868Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4006031Z ] 2022-11-23T02:28:36.4006428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4006512Z with 2022-11-23T02:28:36.4006570Z [ 2022-11-23T02:28:36.4006710Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4007012Z ] 2022-11-23T02:28:36.4007483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4007569Z with 2022-11-23T02:28:36.4007647Z [ 2022-11-23T02:28:36.4007786Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4007984Z ] 2022-11-23T02:28:36.4008582Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4008674Z with 2022-11-23T02:28:36.4008753Z [ 2022-11-23T02:28:36.4008890Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4008972Z ] 2022-11-23T02:28:36.4009402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4009924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4010361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4010449Z with 2022-11-23T02:28:36.4010528Z [ 2022-11-23T02:28:36.4010647Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4010726Z ] 2022-11-23T02:28:36.4011112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4011194Z with 2022-11-23T02:28:36.4011271Z [ 2022-11-23T02:28:36.4011387Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4011465Z ] 2022-11-23T02:28:36.4011859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4011943Z with 2022-11-23T02:28:36.4012022Z [ 2022-11-23T02:28:36.4012140Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4012219Z ] 2022-11-23T02:28:36.4012707Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4012793Z with 2022-11-23T02:28:36.4012871Z [ 2022-11-23T02:28:36.4012966Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4013045Z ] 2022-11-23T02:28:36.4013519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4013749Z with 2022-11-23T02:28:36.4013837Z [ 2022-11-23T02:28:36.4013953Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4014031Z ] 2022-11-23T02:28:36.4014550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4015189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4015622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4015705Z with 2022-11-23T02:28:36.4015785Z [ 2022-11-23T02:28:36.4015897Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4015976Z ] 2022-11-23T02:28:36.4016354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4016443Z with 2022-11-23T02:28:36.4016520Z [ 2022-11-23T02:28:36.4016639Z T=at::ThreadLocalState 2022-11-23T02:28:36.4016698Z ] 2022-11-23T02:28:36.4017091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4017173Z with 2022-11-23T02:28:36.4017251Z [ 2022-11-23T02:28:36.4017366Z T=at::ThreadLocalState 2022-11-23T02:28:36.4017444Z ] 2022-11-23T02:28:36.4018505Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4018635Z with 2022-11-23T02:28:36.4018720Z [ 2022-11-23T02:28:36.4018843Z T=at::ThreadLocalState 2022-11-23T02:28:36.4018922Z ] 2022-11-23T02:28:36.4019410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4019493Z with 2022-11-23T02:28:36.4019571Z [ 2022-11-23T02:28:36.4019686Z T=at::ThreadLocalState 2022-11-23T02:28:36.4019745Z ] 2022-11-23T02:28:36.4020171Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4020914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4021403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4021620Z with 2022-11-23T02:28:36.4021701Z [ 2022-11-23T02:28:36.4021946Z T=at::ThreadLocalState 2022-11-23T02:28:36.4022033Z ] 2022-11-23T02:28:36.4022425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4022509Z with 2022-11-23T02:28:36.4022587Z [ 2022-11-23T02:28:36.4022731Z T=std::shared_ptr 2022-11-23T02:28:36.4022810Z ] 2022-11-23T02:28:36.4023204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4023415Z with 2022-11-23T02:28:36.4023494Z [ 2022-11-23T02:28:36.4023641Z T=std::shared_ptr 2022-11-23T02:28:36.4023701Z ] 2022-11-23T02:28:36.4024146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4024231Z with 2022-11-23T02:28:36.4024309Z [ 2022-11-23T02:28:36.4024455Z T=std::shared_ptr 2022-11-23T02:28:36.4024534Z ] 2022-11-23T02:28:36.4025010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4025097Z with 2022-11-23T02:28:36.4025175Z [ 2022-11-23T02:28:36.4025316Z T=std::shared_ptr 2022-11-23T02:28:36.4025394Z ] 2022-11-23T02:28:36.4025829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4026323Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4026804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.4027371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4027463Z with 2022-11-23T02:28:36.4027543Z [ 2022-11-23T02:28:36.4027687Z T=std::shared_ptr 2022-11-23T02:28:36.4027766Z ] 2022-11-23T02:28:36.4028143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4028352Z with 2022-11-23T02:28:36.4028416Z [ 2022-11-23T02:28:36.4028554Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4028739Z ] 2022-11-23T02:28:36.4029139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4029226Z with 2022-11-23T02:28:36.4029305Z [ 2022-11-23T02:28:36.4029430Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4029508Z ] 2022-11-23T02:28:36.4029952Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4030033Z with 2022-11-23T02:28:36.4030113Z [ 2022-11-23T02:28:36.4030235Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4030319Z ] 2022-11-23T02:28:36.4030794Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4030976Z with 2022-11-23T02:28:36.4031036Z [ 2022-11-23T02:28:36.4031163Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4031242Z ] 2022-11-23T02:28:36.4031672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4032089Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4032544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.4032968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4033055Z with 2022-11-23T02:28:36.4033135Z [ 2022-11-23T02:28:36.4033260Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4033340Z ] 2022-11-23T02:28:36.4033721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4033805Z with 2022-11-23T02:28:36.4033884Z [ 2022-11-23T02:28:36.4034218Z T=torch::jit::Method 2022-11-23T02:28:36.4034314Z ] 2022-11-23T02:28:36.4034718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4034805Z with 2022-11-23T02:28:36.4034884Z [ 2022-11-23T02:28:36.4035111Z T=torch::jit::Method 2022-11-23T02:28:36.4035197Z ] 2022-11-23T02:28:36.4035644Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4035727Z with 2022-11-23T02:28:36.4035807Z [ 2022-11-23T02:28:36.4036035Z T=torch::jit::Method 2022-11-23T02:28:36.4036122Z ] 2022-11-23T02:28:36.4036601Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4036684Z with 2022-11-23T02:28:36.4036762Z [ 2022-11-23T02:28:36.4036876Z T=torch::jit::Method 2022-11-23T02:28:36.4036955Z ] 2022-11-23T02:28:36.4037372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4037785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4038210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4038297Z with 2022-11-23T02:28:36.4038378Z [ 2022-11-23T02:28:36.4038470Z T=torch::jit::Method 2022-11-23T02:28:36.4038548Z ] 2022-11-23T02:28:36.4039029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4039112Z with 2022-11-23T02:28:36.4039192Z [ 2022-11-23T02:28:36.4039363Z T=std::vector> 2022-11-23T02:28:36.4039443Z ] 2022-11-23T02:28:36.4039840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4039923Z with 2022-11-23T02:28:36.4040054Z [ 2022-11-23T02:28:36.4040226Z T=std::vector> 2022-11-23T02:28:36.4040305Z ] 2022-11-23T02:28:36.4040751Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4040839Z with 2022-11-23T02:28:36.4040916Z [ 2022-11-23T02:28:36.4041085Z T=std::vector> 2022-11-23T02:28:36.4041144Z ] 2022-11-23T02:28:36.4041761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4041853Z with 2022-11-23T02:28:36.4041931Z [ 2022-11-23T02:28:36.4042185Z T=std::vector> 2022-11-23T02:28:36.4042403Z ] 2022-11-23T02:28:36.4043006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4043477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4043896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4043979Z with 2022-11-23T02:28:36.4044057Z [ 2022-11-23T02:28:36.4044232Z T=std::vector> 2022-11-23T02:28:36.4044310Z ] 2022-11-23T02:28:36.4044690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4044779Z with 2022-11-23T02:28:36.4044860Z [ 2022-11-23T02:28:36.4045064Z T=std::function 2022-11-23T02:28:36.4045143Z ] 2022-11-23T02:28:36.4045539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4045625Z with 2022-11-23T02:28:36.4045685Z [ 2022-11-23T02:28:36.4045890Z T=std::function 2022-11-23T02:28:36.4045971Z ] 2022-11-23T02:28:36.4046414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4046597Z with 2022-11-23T02:28:36.4046676Z [ 2022-11-23T02:28:36.4046879Z T=std::function 2022-11-23T02:28:36.4046958Z ] 2022-11-23T02:28:36.4047432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4047514Z with 2022-11-23T02:28:36.4047598Z [ 2022-11-23T02:28:36.4047801Z T=std::function 2022-11-23T02:28:36.4047883Z ] 2022-11-23T02:28:36.4048527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4049049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4049714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4049804Z with 2022-11-23T02:28:36.4049885Z [ 2022-11-23T02:28:36.4050169Z T=std::function 2022-11-23T02:28:36.4050262Z ] 2022-11-23T02:28:36.4050633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4050721Z with 2022-11-23T02:28:36.4050800Z [ 2022-11-23T02:28:36.4051068Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4051146Z ] 2022-11-23T02:28:36.4051546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4051630Z with 2022-11-23T02:28:36.4051708Z [ 2022-11-23T02:28:36.4051933Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4052011Z ] 2022-11-23T02:28:36.4052458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4052542Z with 2022-11-23T02:28:36.4052622Z [ 2022-11-23T02:28:36.4052850Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4052928Z ] 2022-11-23T02:28:36.4053403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4053488Z with 2022-11-23T02:28:36.4053546Z [ 2022-11-23T02:28:36.4053771Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4053849Z ] 2022-11-23T02:28:36.4054368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4055070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4055598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4055682Z with 2022-11-23T02:28:36.4055762Z [ 2022-11-23T02:28:36.4056124Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4056322Z ] 2022-11-23T02:28:36.4056715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4056799Z with 2022-11-23T02:28:36.4056881Z [ 2022-11-23T02:28:36.4057040Z T=std::vector> 2022-11-23T02:28:36.4057119Z ] 2022-11-23T02:28:36.4057522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4057604Z with 2022-11-23T02:28:36.4057682Z [ 2022-11-23T02:28:36.4057840Z T=std::vector> 2022-11-23T02:28:36.4057900Z ] 2022-11-23T02:28:36.4058427Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4058564Z with 2022-11-23T02:28:36.4058647Z [ 2022-11-23T02:28:36.4058805Z T=std::vector> 2022-11-23T02:28:36.4058890Z ] 2022-11-23T02:28:36.4059362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4059446Z with 2022-11-23T02:28:36.4059524Z [ 2022-11-23T02:28:36.4059681Z T=std::vector> 2022-11-23T02:28:36.4059759Z ] 2022-11-23T02:28:36.4060192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4060276Z with 2022-11-23T02:28:36.4060355Z [ 2022-11-23T02:28:36.4060447Z T=double 2022-11-23T02:28:36.4060526Z ] 2022-11-23T02:28:36.4061011Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4061079Z with 2022-11-23T02:28:36.4061157Z [ 2022-11-23T02:28:36.4061248Z T=double 2022-11-23T02:28:36.4061328Z ] 2022-11-23T02:28:36.4061900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4061991Z with 2022-11-23T02:28:36.4062069Z [ 2022-11-23T02:28:36.4062231Z T=std::vector> 2022-11-23T02:28:36.4062309Z ] 2022-11-23T02:28:36.4062805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4063101Z with 2022-11-23T02:28:36.4063186Z [ 2022-11-23T02:28:36.4063333Z T=std::tuple 2022-11-23T02:28:36.4063411Z ] 2022-11-23T02:28:36.4063809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4063874Z with 2022-11-23T02:28:36.4063950Z [ 2022-11-23T02:28:36.4064090Z T=std::tuple 2022-11-23T02:28:36.4064168Z ] 2022-11-23T02:28:36.4064617Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4064700Z with 2022-11-23T02:28:36.4064777Z [ 2022-11-23T02:28:36.4064918Z T=std::tuple 2022-11-23T02:28:36.4064995Z ] 2022-11-23T02:28:36.4065470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4065552Z with 2022-11-23T02:28:36.4065629Z [ 2022-11-23T02:28:36.4065769Z T=std::tuple 2022-11-23T02:28:36.4065847Z ] 2022-11-23T02:28:36.4066357Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4066850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4067273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4067356Z with 2022-11-23T02:28:36.4067416Z [ 2022-11-23T02:28:36.4067552Z T=std::tuple 2022-11-23T02:28:36.4067633Z ] 2022-11-23T02:28:36.4068010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4068094Z with 2022-11-23T02:28:36.4068172Z [ 2022-11-23T02:28:36.4068491Z T=std::vector> 2022-11-23T02:28:36.4068590Z ] 2022-11-23T02:28:36.4068997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4069080Z with 2022-11-23T02:28:36.4069158Z [ 2022-11-23T02:28:36.4069416Z T=std::vector> 2022-11-23T02:28:36.4069516Z ] 2022-11-23T02:28:36.4070083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4070173Z with 2022-11-23T02:28:36.4070255Z [ 2022-11-23T02:28:36.4070402Z T=std::vector> 2022-11-23T02:28:36.4070481Z ] 2022-11-23T02:28:36.4070954Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4071130Z with 2022-11-23T02:28:36.4071208Z [ 2022-11-23T02:28:36.4071376Z T=std::vector> 2022-11-23T02:28:36.4071454Z ] 2022-11-23T02:28:36.4071913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4072404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4072824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4072912Z with 2022-11-23T02:28:36.4072992Z [ 2022-11-23T02:28:36.4073155Z T=std::vector> 2022-11-23T02:28:36.4073233Z ] 2022-11-23T02:28:36.4074549Z [2/3] cl /showIncludes -DTORCH_EXTENSION_NAME=jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\jit_extension.cpp /Fojit_extension.o 2022-11-23T02:28:36.4074750Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.4074930Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.4074947Z 2022-11-23T02:28:36.4075250Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:28:36.4075649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.4076038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4076232Z with 2022-11-23T02:28:36.4076324Z [ 2022-11-23T02:28:36.4076433Z T=c10::SymInt 2022-11-23T02:28:36.4076606Z ] 2022-11-23T02:28:36.4077022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4077109Z with 2022-11-23T02:28:36.4077169Z [ 2022-11-23T02:28:36.4077268Z T=c10::SymInt 2022-11-23T02:28:36.4077347Z ] 2022-11-23T02:28:36.4077794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4077878Z with 2022-11-23T02:28:36.4077959Z [ 2022-11-23T02:28:36.4078059Z T=c10::SymInt 2022-11-23T02:28:36.4078137Z ] 2022-11-23T02:28:36.4078611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4078787Z with 2022-11-23T02:28:36.4078868Z [ 2022-11-23T02:28:36.4078969Z T=c10::SymInt 2022-11-23T02:28:36.4079048Z ] 2022-11-23T02:28:36.4079456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4079859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4080287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4080446Z with 2022-11-23T02:28:36.4080507Z [ 2022-11-23T02:28:36.4080605Z T=c10::SymInt 2022-11-23T02:28:36.4080686Z ] 2022-11-23T02:28:36.4081050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.4081430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4081514Z with 2022-11-23T02:28:36.4081593Z [ 2022-11-23T02:28:36.4081701Z T=at::TensorBase 2022-11-23T02:28:36.4081989Z ] 2022-11-23T02:28:36.4082429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4082516Z with 2022-11-23T02:28:36.4082595Z [ 2022-11-23T02:28:36.4082702Z T=at::TensorBase 2022-11-23T02:28:36.4082781Z ] 2022-11-23T02:28:36.4083453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4083544Z with 2022-11-23T02:28:36.4083603Z [ 2022-11-23T02:28:36.4083711Z T=at::TensorBase 2022-11-23T02:28:36.4083789Z ] 2022-11-23T02:28:36.4084269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4084353Z with 2022-11-23T02:28:36.4084433Z [ 2022-11-23T02:28:36.4084537Z T=at::TensorBase 2022-11-23T02:28:36.4084620Z ] 2022-11-23T02:28:36.4085024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4085438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4085862Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4085946Z with 2022-11-23T02:28:36.4086028Z [ 2022-11-23T02:28:36.4086133Z T=at::TensorBase 2022-11-23T02:28:36.4086212Z ] 2022-11-23T02:28:36.4086591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4086767Z with 2022-11-23T02:28:36.4086828Z [ 2022-11-23T02:28:36.4086932Z T=at::Tensor 2022-11-23T02:28:36.4087010Z ] 2022-11-23T02:28:36.4087404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4087488Z with 2022-11-23T02:28:36.4087568Z [ 2022-11-23T02:28:36.4087668Z T=at::Tensor 2022-11-23T02:28:36.4087746Z ] 2022-11-23T02:28:36.4088194Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4088278Z with 2022-11-23T02:28:36.4088359Z [ 2022-11-23T02:28:36.4088459Z T=at::Tensor 2022-11-23T02:28:36.4088537Z ] 2022-11-23T02:28:36.4089159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4089247Z with 2022-11-23T02:28:36.4089307Z [ 2022-11-23T02:28:36.4089408Z T=at::Tensor 2022-11-23T02:28:36.4089490Z ] 2022-11-23T02:28:36.4090194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4090631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4091053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4091138Z with 2022-11-23T02:28:36.4091216Z [ 2022-11-23T02:28:36.4091315Z T=at::Tensor 2022-11-23T02:28:36.4091394Z ] 2022-11-23T02:28:36.4091774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4091857Z with 2022-11-23T02:28:36.4091938Z [ 2022-11-23T02:28:36.4092046Z T=at::Generator 2022-11-23T02:28:36.4092125Z ] 2022-11-23T02:28:36.4092523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4092591Z with 2022-11-23T02:28:36.4092670Z [ 2022-11-23T02:28:36.4092777Z T=at::Generator 2022-11-23T02:28:36.4092855Z ] 2022-11-23T02:28:36.4093293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4093375Z with 2022-11-23T02:28:36.4093453Z [ 2022-11-23T02:28:36.4093557Z T=at::Generator 2022-11-23T02:28:36.4093635Z ] 2022-11-23T02:28:36.4094114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4094199Z with 2022-11-23T02:28:36.4094360Z [ 2022-11-23T02:28:36.4094466Z T=at::Generator 2022-11-23T02:28:36.4094545Z ] 2022-11-23T02:28:36.4094950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4095356Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4095924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4096013Z with 2022-11-23T02:28:36.4096072Z [ 2022-11-23T02:28:36.4096178Z T=at::Generator 2022-11-23T02:28:36.4096257Z ] 2022-11-23T02:28:36.4096768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4096962Z with 2022-11-23T02:28:36.4097047Z [ 2022-11-23T02:28:36.4097147Z T=c10::Scalar 2022-11-23T02:28:36.4097225Z ] 2022-11-23T02:28:36.4097620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4097703Z with 2022-11-23T02:28:36.4097780Z [ 2022-11-23T02:28:36.4097960Z T=c10::Scalar 2022-11-23T02:28:36.4098054Z ] 2022-11-23T02:28:36.4098504Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4098572Z with 2022-11-23T02:28:36.4098650Z [ 2022-11-23T02:28:36.4098747Z T=c10::Scalar 2022-11-23T02:28:36.4098827Z ] 2022-11-23T02:28:36.4099300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4099385Z with 2022-11-23T02:28:36.4099462Z [ 2022-11-23T02:28:36.4099560Z T=c10::Scalar 2022-11-23T02:28:36.4099638Z ] 2022-11-23T02:28:36.4100042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4100443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4100868Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4100951Z with 2022-11-23T02:28:36.4101028Z [ 2022-11-23T02:28:36.4101126Z T=c10::Scalar 2022-11-23T02:28:36.4101205Z ] 2022-11-23T02:28:36.4101585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4101651Z with 2022-11-23T02:28:36.4101728Z [ 2022-11-23T02:28:36.4101828Z T=std::string 2022-11-23T02:28:36.4101907Z ] 2022-11-23T02:28:36.4102428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4103152Z with 2022-11-23T02:28:36.4103351Z [ 2022-11-23T02:28:36.4103479Z T=std::string 2022-11-23T02:28:36.4103558Z ] 2022-11-23T02:28:36.4104115Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4104201Z with 2022-11-23T02:28:36.4104277Z [ 2022-11-23T02:28:36.4104385Z T=std::string 2022-11-23T02:28:36.4104463Z ] 2022-11-23T02:28:36.4104940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4105027Z with 2022-11-23T02:28:36.4105087Z [ 2022-11-23T02:28:36.4105187Z T=std::string 2022-11-23T02:28:36.4105266Z ] 2022-11-23T02:28:36.4105671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4106071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4106587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4106686Z with 2022-11-23T02:28:36.4106765Z [ 2022-11-23T02:28:36.4106870Z T=std::string 2022-11-23T02:28:36.4106947Z ] 2022-11-23T02:28:36.4107330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4107412Z with 2022-11-23T02:28:36.4107490Z [ 2022-11-23T02:28:36.4107604Z T=c10::QualifiedName 2022-11-23T02:28:36.4107683Z ] 2022-11-23T02:28:36.4108076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4108144Z with 2022-11-23T02:28:36.4108222Z [ 2022-11-23T02:28:36.4108338Z T=c10::QualifiedName 2022-11-23T02:28:36.4108416Z ] 2022-11-23T02:28:36.4108859Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4108957Z with 2022-11-23T02:28:36.4109227Z [ 2022-11-23T02:28:36.4109347Z T=c10::QualifiedName 2022-11-23T02:28:36.4109424Z ] 2022-11-23T02:28:36.4109900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4109983Z with 2022-11-23T02:28:36.4110155Z [ 2022-11-23T02:28:36.4110281Z T=c10::QualifiedName 2022-11-23T02:28:36.4110359Z ] 2022-11-23T02:28:36.4110866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4111386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4111807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4111890Z with 2022-11-23T02:28:36.4111949Z [ 2022-11-23T02:28:36.4112066Z T=c10::QualifiedName 2022-11-23T02:28:36.4112144Z ] 2022-11-23T02:28:36.4112526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4112611Z with 2022-11-23T02:28:36.4112691Z [ 2022-11-23T02:28:36.4112856Z T=std::shared_ptr 2022-11-23T02:28:36.4112937Z ] 2022-11-23T02:28:36.4113330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4113414Z with 2022-11-23T02:28:36.4113492Z [ 2022-11-23T02:28:36.4113660Z T=std::shared_ptr 2022-11-23T02:28:36.4113738Z ] 2022-11-23T02:28:36.4114251Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4114352Z with 2022-11-23T02:28:36.4114411Z [ 2022-11-23T02:28:36.4114573Z T=std::shared_ptr 2022-11-23T02:28:36.4114653Z ] 2022-11-23T02:28:36.4115137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4115222Z with 2022-11-23T02:28:36.4115299Z [ 2022-11-23T02:28:36.4115459Z T=std::shared_ptr 2022-11-23T02:28:36.4115538Z ] 2022-11-23T02:28:36.4116149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4116607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4117155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4117342Z with 2022-11-23T02:28:36.4117424Z [ 2022-11-23T02:28:36.4117586Z T=std::shared_ptr 2022-11-23T02:28:36.4117665Z ] 2022-11-23T02:28:36.4118046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4118129Z with 2022-11-23T02:28:36.4118211Z [ 2022-11-23T02:28:36.4118374Z T=std::weak_ptr 2022-11-23T02:28:36.4118434Z ] 2022-11-23T02:28:36.4118830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4119008Z with 2022-11-23T02:28:36.4119087Z [ 2022-11-23T02:28:36.4119250Z T=std::weak_ptr 2022-11-23T02:28:36.4119330Z ] 2022-11-23T02:28:36.4119775Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4119858Z with 2022-11-23T02:28:36.4119978Z [ 2022-11-23T02:28:36.4120135Z T=std::weak_ptr 2022-11-23T02:28:36.4120216Z ] 2022-11-23T02:28:36.4120690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4120776Z with 2022-11-23T02:28:36.4120854Z [ 2022-11-23T02:28:36.4121012Z T=std::weak_ptr 2022-11-23T02:28:36.4121071Z ] 2022-11-23T02:28:36.4121523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4122034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4122473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4122656Z with 2022-11-23T02:28:36.4122764Z [ 2022-11-23T02:28:36.4122927Z T=std::weak_ptr 2022-11-23T02:28:36.4123005Z ] 2022-11-23T02:28:36.4123388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4123470Z with 2022-11-23T02:28:36.4123549Z [ 2022-11-23T02:28:36.4123855Z T=std::vector> 2022-11-23T02:28:36.4123942Z ] 2022-11-23T02:28:36.4124444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4124529Z with 2022-11-23T02:28:36.4124609Z [ 2022-11-23T02:28:36.4124803Z T=std::vector> 2022-11-23T02:28:36.4124885Z ] 2022-11-23T02:28:36.4125326Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4125408Z with 2022-11-23T02:28:36.4125468Z [ 2022-11-23T02:28:36.4125656Z T=std::vector> 2022-11-23T02:28:36.4125735Z ] 2022-11-23T02:28:36.4126215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4126300Z with 2022-11-23T02:28:36.4126381Z [ 2022-11-23T02:28:36.4126567Z T=std::vector> 2022-11-23T02:28:36.4126738Z ] 2022-11-23T02:28:36.4127204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4127675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4128099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4128183Z with 2022-11-23T02:28:36.4128262Z [ 2022-11-23T02:28:36.4128454Z T=std::vector> 2022-11-23T02:28:36.4128535Z ] 2022-11-23T02:28:36.4128917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4129001Z with 2022-11-23T02:28:36.4129079Z [ 2022-11-23T02:28:36.4129229Z T=std::vector> 2022-11-23T02:28:36.4129289Z ] 2022-11-23T02:28:36.4129834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4130004Z with 2022-11-23T02:28:36.4130094Z [ 2022-11-23T02:28:36.4130249Z T=std::vector> 2022-11-23T02:28:36.4130328Z ] 2022-11-23T02:28:36.4131031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4131124Z with 2022-11-23T02:28:36.4131202Z [ 2022-11-23T02:28:36.4131353Z T=std::vector> 2022-11-23T02:28:36.4131436Z ] 2022-11-23T02:28:36.4131913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4131997Z with 2022-11-23T02:28:36.4132074Z [ 2022-11-23T02:28:36.4132225Z T=std::vector> 2022-11-23T02:28:36.4132304Z ] 2022-11-23T02:28:36.4132725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4133160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4133576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4133660Z with 2022-11-23T02:28:36.4133741Z [ 2022-11-23T02:28:36.4133893Z T=std::vector> 2022-11-23T02:28:36.4133971Z ] 2022-11-23T02:28:36.4134353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4134532Z with 2022-11-23T02:28:36.4134611Z [ 2022-11-23T02:28:36.4134824Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4134905Z ] 2022-11-23T02:28:36.4135304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4135388Z with 2022-11-23T02:28:36.4135466Z [ 2022-11-23T02:28:36.4135674Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4135752Z ] 2022-11-23T02:28:36.4136348Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4136440Z with 2022-11-23T02:28:36.4136504Z [ 2022-11-23T02:28:36.4136714Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4136793Z ] 2022-11-23T02:28:36.4137391Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4137482Z with 2022-11-23T02:28:36.4137656Z [ 2022-11-23T02:28:36.4137875Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4138034Z ] 2022-11-23T02:28:36.4138537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4139019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4139428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4139849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4139934Z with 2022-11-23T02:28:36.4140013Z [ 2022-11-23T02:28:36.4140220Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4140302Z ] 2022-11-23T02:28:36.4140681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4140765Z with 2022-11-23T02:28:36.4140843Z [ 2022-11-23T02:28:36.4141042Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4141120Z ] 2022-11-23T02:28:36.4141511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4141599Z with 2022-11-23T02:28:36.4141679Z [ 2022-11-23T02:28:36.4141880Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4141957Z ] 2022-11-23T02:28:36.4142399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4142561Z with 2022-11-23T02:28:36.4142620Z [ 2022-11-23T02:28:36.4142816Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4143017Z ] 2022-11-23T02:28:36.4143513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4143600Z with 2022-11-23T02:28:36.4143678Z [ 2022-11-23T02:28:36.4143870Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4144051Z ] 2022-11-23T02:28:36.4144655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4145133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4146068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4146545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4146630Z with 2022-11-23T02:28:36.4146716Z [ 2022-11-23T02:28:36.4146916Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4146994Z ] 2022-11-23T02:28:36.4147377Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4147458Z with 2022-11-23T02:28:36.4147535Z [ 2022-11-23T02:28:36.4147694Z T=std::vector> 2022-11-23T02:28:36.4147771Z ] 2022-11-23T02:28:36.4148156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4148244Z with 2022-11-23T02:28:36.4148323Z [ 2022-11-23T02:28:36.4148475Z T=std::vector> 2022-11-23T02:28:36.4148556Z ] 2022-11-23T02:28:36.4149000Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4149084Z with 2022-11-23T02:28:36.4149161Z [ 2022-11-23T02:28:36.4149316Z T=std::vector> 2022-11-23T02:28:36.4149393Z ] 2022-11-23T02:28:36.4150049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4150138Z with 2022-11-23T02:28:36.4150216Z [ 2022-11-23T02:28:36.4150373Z T=std::vector> 2022-11-23T02:28:36.4150450Z ] 2022-11-23T02:28:36.4151135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4151685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4152117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4152201Z with 2022-11-23T02:28:36.4152262Z [ 2022-11-23T02:28:36.4152416Z T=std::vector> 2022-11-23T02:28:36.4152495Z ] 2022-11-23T02:28:36.4152876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4152963Z with 2022-11-23T02:28:36.4153042Z [ 2022-11-23T02:28:36.4153230Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4153307Z ] 2022-11-23T02:28:36.4153704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4153786Z with 2022-11-23T02:28:36.4153863Z [ 2022-11-23T02:28:36.4154560Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4154680Z ] 2022-11-23T02:28:36.4155138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4155226Z with 2022-11-23T02:28:36.4155303Z [ 2022-11-23T02:28:36.4155471Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4155549Z ] 2022-11-23T02:28:36.4156024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4156106Z with 2022-11-23T02:28:36.4156186Z [ 2022-11-23T02:28:36.4156375Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4156452Z ] 2022-11-23T02:28:36.4157081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4157589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4158181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.4158766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4158853Z with 2022-11-23T02:28:36.4158933Z [ 2022-11-23T02:28:36.4159125Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4159312Z ] 2022-11-23T02:28:36.4159696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4159780Z with 2022-11-23T02:28:36.4159857Z [ 2022-11-23T02:28:36.4160044Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4160123Z ] 2022-11-23T02:28:36.4160528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4160649Z with 2022-11-23T02:28:36.4160726Z [ 2022-11-23T02:28:36.4160907Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4160985Z ] 2022-11-23T02:28:36.4161429Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4161515Z with 2022-11-23T02:28:36.4161593Z [ 2022-11-23T02:28:36.4161779Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4161856Z ] 2022-11-23T02:28:36.4162828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4162954Z with 2022-11-23T02:28:36.4163030Z [ 2022-11-23T02:28:36.4163224Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4163300Z ] 2022-11-23T02:28:36.4163926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4164434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4165032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.4165567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4165657Z with 2022-11-23T02:28:36.4165736Z [ 2022-11-23T02:28:36.4165925Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4165987Z ] 2022-11-23T02:28:36.4166370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4166452Z with 2022-11-23T02:28:36.4166530Z [ 2022-11-23T02:28:36.4166662Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4166739Z ] 2022-11-23T02:28:36.4167136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4167218Z with 2022-11-23T02:28:36.4167295Z [ 2022-11-23T02:28:36.4167426Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4167611Z ] 2022-11-23T02:28:36.4168063Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4168146Z with 2022-11-23T02:28:36.4168223Z [ 2022-11-23T02:28:36.4168351Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4168410Z ] 2022-11-23T02:28:36.4168890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4168973Z with 2022-11-23T02:28:36.4169051Z [ 2022-11-23T02:28:36.4169180Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4169258Z ] 2022-11-23T02:28:36.4169688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4170096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4170178Z with 2022-11-23T02:28:36.4170254Z [ 2022-11-23T02:28:36.4170380Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4170568Z ] 2022-11-23T02:28:36.4171764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.4172358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4172451Z with 2022-11-23T02:28:36.4172529Z [ 2022-11-23T02:28:36.4172661Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4172738Z ] 2022-11-23T02:28:36.4173100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4173184Z with 2022-11-23T02:28:36.4173262Z [ 2022-11-23T02:28:36.4173500Z T=std::vector> 2022-11-23T02:28:36.4173582Z ] 2022-11-23T02:28:36.4173983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4174069Z with 2022-11-23T02:28:36.4174145Z [ 2022-11-23T02:28:36.4174379Z T=std::vector> 2022-11-23T02:28:36.4174457Z ] 2022-11-23T02:28:36.4174902Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4174983Z with 2022-11-23T02:28:36.4175060Z [ 2022-11-23T02:28:36.4175295Z T=std::vector> 2022-11-23T02:28:36.4175373Z ] 2022-11-23T02:28:36.4175849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4176095Z with 2022-11-23T02:28:36.4176171Z [ 2022-11-23T02:28:36.4176402Z T=std::vector> 2022-11-23T02:28:36.4176464Z ] 2022-11-23T02:28:36.4176972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4177626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4178057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4178141Z with 2022-11-23T02:28:36.4178220Z [ 2022-11-23T02:28:36.4178566Z T=std::vector> 2022-11-23T02:28:36.4178754Z ] 2022-11-23T02:28:36.4179143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4179225Z with 2022-11-23T02:28:36.4179303Z [ 2022-11-23T02:28:36.4180043Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4180169Z ] 2022-11-23T02:28:36.4180584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4180672Z with 2022-11-23T02:28:36.4180749Z [ 2022-11-23T02:28:36.4180933Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4181012Z ] 2022-11-23T02:28:36.4181458Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4181541Z with 2022-11-23T02:28:36.4181600Z [ 2022-11-23T02:28:36.4181723Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4181801Z ] 2022-11-23T02:28:36.4182278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4182357Z with 2022-11-23T02:28:36.4182437Z [ 2022-11-23T02:28:36.4182558Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4182636Z ] 2022-11-23T02:28:36.4183061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4183497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4183918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4184015Z with 2022-11-23T02:28:36.4184237Z [ 2022-11-23T02:28:36.4184365Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4184553Z ] 2022-11-23T02:28:36.4184937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4185027Z with 2022-11-23T02:28:36.4185225Z [ 2022-11-23T02:28:36.4185329Z T=c10::IValue 2022-11-23T02:28:36.4185408Z ] 2022-11-23T02:28:36.4185898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4185983Z with 2022-11-23T02:28:36.4186064Z [ 2022-11-23T02:28:36.4186164Z T=c10::IValue 2022-11-23T02:28:36.4186242Z ] 2022-11-23T02:28:36.4186690Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4186774Z with 2022-11-23T02:28:36.4186851Z [ 2022-11-23T02:28:36.4186947Z T=c10::IValue 2022-11-23T02:28:36.4187024Z ] 2022-11-23T02:28:36.4187496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4187578Z with 2022-11-23T02:28:36.4187637Z [ 2022-11-23T02:28:36.4187735Z T=c10::IValue 2022-11-23T02:28:36.4187814Z ] 2022-11-23T02:28:36.4188711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4189181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4189604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4189687Z with 2022-11-23T02:28:36.4189766Z [ 2022-11-23T02:28:36.4189863Z T=c10::IValue 2022-11-23T02:28:36.4189940Z ] 2022-11-23T02:28:36.4190322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4190406Z with 2022-11-23T02:28:36.4190484Z [ 2022-11-23T02:28:36.4190588Z T=c10::AliasInfo 2022-11-23T02:28:36.4190666Z ] 2022-11-23T02:28:36.4191227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4191316Z with 2022-11-23T02:28:36.4191376Z [ 2022-11-23T02:28:36.4191484Z T=c10::AliasInfo 2022-11-23T02:28:36.4191562Z ] 2022-11-23T02:28:36.4192127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4192323Z with 2022-11-23T02:28:36.4192407Z [ 2022-11-23T02:28:36.4192515Z T=c10::AliasInfo 2022-11-23T02:28:36.4192594Z ] 2022-11-23T02:28:36.4193071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4193262Z with 2022-11-23T02:28:36.4193340Z [ 2022-11-23T02:28:36.4193444Z T=c10::AliasInfo 2022-11-23T02:28:36.4193524Z ] 2022-11-23T02:28:36.4193927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4194346Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4194764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4194847Z with 2022-11-23T02:28:36.4194911Z [ 2022-11-23T02:28:36.4195016Z T=c10::AliasInfo 2022-11-23T02:28:36.4195095Z ] 2022-11-23T02:28:36.4195474Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4195557Z with 2022-11-23T02:28:36.4195634Z [ 2022-11-23T02:28:36.4195806Z T=std::vector> 2022-11-23T02:28:36.4195884Z ] 2022-11-23T02:28:36.4196753Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4196881Z with 2022-11-23T02:28:36.4196958Z [ 2022-11-23T02:28:36.4197131Z T=std::vector> 2022-11-23T02:28:36.4197215Z ] 2022-11-23T02:28:36.4197816Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4197906Z with 2022-11-23T02:28:36.4197985Z [ 2022-11-23T02:28:36.4198137Z T=std::vector> 2022-11-23T02:28:36.4198212Z ] 2022-11-23T02:28:36.4198816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4198908Z with 2022-11-23T02:28:36.4199007Z [ 2022-11-23T02:28:36.4199268Z T=std::vector> 2022-11-23T02:28:36.4199347Z ] 2022-11-23T02:28:36.4199782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4199864Z with 2022-11-23T02:28:36.4199941Z [ 2022-11-23T02:28:36.4200042Z T=c10::SymInt 2022-11-23T02:28:36.4200118Z ] 2022-11-23T02:28:36.4200540Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4200624Z with 2022-11-23T02:28:36.4200705Z [ 2022-11-23T02:28:36.4200805Z T=c10::SymInt 2022-11-23T02:28:36.4200866Z ] 2022-11-23T02:28:36.4201323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.4201965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.4202390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4202473Z with 2022-11-23T02:28:36.4202551Z [ 2022-11-23T02:28:36.4202721Z T=std::vector> 2022-11-23T02:28:36.4202800Z ] 2022-11-23T02:28:36.4203178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4203267Z with 2022-11-23T02:28:36.4203342Z [ 2022-11-23T02:28:36.4203514Z T=c10::either 2022-11-23T02:28:36.4203589Z ] 2022-11-23T02:28:36.4203985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4204069Z with 2022-11-23T02:28:36.4204148Z [ 2022-11-23T02:28:36.4204319Z T=c10::either 2022-11-23T02:28:36.4204530Z ] 2022-11-23T02:28:36.4205615Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4205729Z with 2022-11-23T02:28:36.4205937Z [ 2022-11-23T02:28:36.4206126Z T=c10::either 2022-11-23T02:28:36.4206204Z ] 2022-11-23T02:28:36.4206679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4206762Z with 2022-11-23T02:28:36.4206841Z [ 2022-11-23T02:28:36.4207012Z T=c10::either 2022-11-23T02:28:36.4207089Z ] 2022-11-23T02:28:36.4207554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4208045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4208467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4208550Z with 2022-11-23T02:28:36.4208629Z [ 2022-11-23T02:28:36.4208796Z T=c10::either 2022-11-23T02:28:36.4208873Z ] 2022-11-23T02:28:36.4209251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4209338Z with 2022-11-23T02:28:36.4209417Z [ 2022-11-23T02:28:36.4209515Z T=at::StepCallbacks 2022-11-23T02:28:36.4209706Z ] 2022-11-23T02:28:36.4210109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4210192Z with 2022-11-23T02:28:36.4210270Z [ 2022-11-23T02:28:36.4210384Z T=at::StepCallbacks 2022-11-23T02:28:36.4210461Z ] 2022-11-23T02:28:36.4210908Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4210995Z with 2022-11-23T02:28:36.4211075Z [ 2022-11-23T02:28:36.4211326Z T=at::StepCallbacks 2022-11-23T02:28:36.4211426Z ] 2022-11-23T02:28:36.4211903Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4211989Z with 2022-11-23T02:28:36.4212065Z [ 2022-11-23T02:28:36.4212158Z T=at::StepCallbacks 2022-11-23T02:28:36.4212359Z ] 2022-11-23T02:28:36.4212894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4213827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4214303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4214391Z with 2022-11-23T02:28:36.4214471Z [ 2022-11-23T02:28:36.4214585Z T=at::StepCallbacks 2022-11-23T02:28:36.4214663Z ] 2022-11-23T02:28:36.4215037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4215121Z with 2022-11-23T02:28:36.4215201Z [ 2022-11-23T02:28:36.4215303Z T=c10::DimVector 2022-11-23T02:28:36.4215380Z ] 2022-11-23T02:28:36.4215779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4215862Z with 2022-11-23T02:28:36.4215939Z [ 2022-11-23T02:28:36.4216024Z T=c10::DimVector 2022-11-23T02:28:36.4216105Z ] 2022-11-23T02:28:36.4216554Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4216635Z with 2022-11-23T02:28:36.4216712Z [ 2022-11-23T02:28:36.4216813Z T=c10::DimVector 2022-11-23T02:28:36.4216891Z ] 2022-11-23T02:28:36.4217369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4217452Z with 2022-11-23T02:28:36.4217529Z [ 2022-11-23T02:28:36.4217629Z T=c10::DimVector 2022-11-23T02:28:36.4217706Z ] 2022-11-23T02:28:36.4218253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4218783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4219342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4219525Z with 2022-11-23T02:28:36.4219606Z [ 2022-11-23T02:28:36.4219698Z T=c10::DimVector 2022-11-23T02:28:36.4219776Z ] 2022-11-23T02:28:36.4220155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4220241Z with 2022-11-23T02:28:36.4220318Z [ 2022-11-23T02:28:36.4220449Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4220528Z ] 2022-11-23T02:28:36.4220918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4221000Z with 2022-11-23T02:28:36.4221077Z [ 2022-11-23T02:28:36.4221205Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4221286Z ] 2022-11-23T02:28:36.4222216Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4222341Z with 2022-11-23T02:28:36.4222419Z [ 2022-11-23T02:28:36.4222536Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4222620Z ] 2022-11-23T02:28:36.4223095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4223178Z with 2022-11-23T02:28:36.4223255Z [ 2022-11-23T02:28:36.4223380Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4223458Z ] 2022-11-23T02:28:36.4223890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4224339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4224914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4225005Z with 2022-11-23T02:28:36.4225083Z [ 2022-11-23T02:28:36.4225210Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4225288Z ] 2022-11-23T02:28:36.4225671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4225867Z with 2022-11-23T02:28:36.4225955Z [ 2022-11-23T02:28:36.4226218Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4226293Z ] 2022-11-23T02:28:36.4226695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4226885Z with 2022-11-23T02:28:36.4226962Z [ 2022-11-23T02:28:36.4227139Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4227217Z ] 2022-11-23T02:28:36.4227663Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4227746Z with 2022-11-23T02:28:36.4227824Z [ 2022-11-23T02:28:36.4227999Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4228130Z ] 2022-11-23T02:28:36.4228607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4228693Z with 2022-11-23T02:28:36.4228769Z [ 2022-11-23T02:28:36.4228941Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4229018Z ] 2022-11-23T02:28:36.4229478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4230454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4230932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4231022Z with 2022-11-23T02:28:36.4231084Z [ 2022-11-23T02:28:36.4231260Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4231337Z ] 2022-11-23T02:28:36.4231876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4231965Z with 2022-11-23T02:28:36.4232042Z [ 2022-11-23T02:28:36.4232192Z T=std::tuple 2022-11-23T02:28:36.4232270Z ] 2022-11-23T02:28:36.4232811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4233009Z with 2022-11-23T02:28:36.4233090Z [ 2022-11-23T02:28:36.4233239Z T=std::tuple 2022-11-23T02:28:36.4233320Z ] 2022-11-23T02:28:36.4233768Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4233849Z with 2022-11-23T02:28:36.4233909Z [ 2022-11-23T02:28:36.4234053Z T=std::tuple 2022-11-23T02:28:36.4234132Z ] 2022-11-23T02:28:36.4234612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4234697Z with 2022-11-23T02:28:36.4234774Z [ 2022-11-23T02:28:36.4234918Z T=std::tuple 2022-11-23T02:28:36.4235532Z ] 2022-11-23T02:28:36.4235984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4236443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4236867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4236953Z with 2022-11-23T02:28:36.4237032Z [ 2022-11-23T02:28:36.4237179Z T=std::tuple 2022-11-23T02:28:36.4237258Z ] 2022-11-23T02:28:36.4237640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4237725Z with 2022-11-23T02:28:36.4237804Z [ 2022-11-23T02:28:36.4237908Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4237986Z ] 2022-11-23T02:28:36.4238535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4238625Z with 2022-11-23T02:28:36.4238702Z [ 2022-11-23T02:28:36.4239422Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4239559Z ] 2022-11-23T02:28:36.4240125Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4240216Z with 2022-11-23T02:28:36.4240293Z [ 2022-11-23T02:28:36.4240413Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4240490Z ] 2022-11-23T02:28:36.4240969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4241051Z with 2022-11-23T02:28:36.4241127Z [ 2022-11-23T02:28:36.4241243Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4241303Z ] 2022-11-23T02:28:36.4241727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4242169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4242595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4242677Z with 2022-11-23T02:28:36.4242755Z [ 2022-11-23T02:28:36.4242872Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4242949Z ] 2022-11-23T02:28:36.4243326Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4243409Z with 2022-11-23T02:28:36.4243487Z [ 2022-11-23T02:28:36.4243631Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4243814Z ] 2022-11-23T02:28:36.4244217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4244299Z with 2022-11-23T02:28:36.4244378Z [ 2022-11-23T02:28:36.4244520Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4244580Z ] 2022-11-23T02:28:36.4245146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4245266Z with 2022-11-23T02:28:36.4245341Z [ 2022-11-23T02:28:36.4245484Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4245563Z ] 2022-11-23T02:28:36.4246137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4246248Z with 2022-11-23T02:28:36.4246326Z [ 2022-11-23T02:28:36.4246553Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4246635Z ] 2022-11-23T02:28:36.4247071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4248005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4248475Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4248562Z with 2022-11-23T02:28:36.4248640Z [ 2022-11-23T02:28:36.4248781Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4248860Z ] 2022-11-23T02:28:36.4249242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4249306Z with 2022-11-23T02:28:36.4249387Z [ 2022-11-23T02:28:36.4249526Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4249603Z ] 2022-11-23T02:28:36.4250001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4250087Z with 2022-11-23T02:28:36.4250165Z [ 2022-11-23T02:28:36.4250306Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4250385Z ] 2022-11-23T02:28:36.4250834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4250915Z with 2022-11-23T02:28:36.4250992Z [ 2022-11-23T02:28:36.4251127Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4251205Z ] 2022-11-23T02:28:36.4251682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4251766Z with 2022-11-23T02:28:36.4251970Z [ 2022-11-23T02:28:36.4252124Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4252305Z ] 2022-11-23T02:28:36.4252740Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4253393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4253823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4253907Z with 2022-11-23T02:28:36.4253986Z [ 2022-11-23T02:28:36.4254126Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4254204Z ] 2022-11-23T02:28:36.4254587Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4254673Z with 2022-11-23T02:28:36.4254753Z [ 2022-11-23T02:28:36.4254868Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4254947Z ] 2022-11-23T02:28:36.4255342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4255425Z with 2022-11-23T02:28:36.4255486Z [ 2022-11-23T02:28:36.4255678Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4255770Z ] 2022-11-23T02:28:36.4256221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4256307Z with 2022-11-23T02:28:36.4256386Z [ 2022-11-23T02:28:36.4256499Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4256577Z ] 2022-11-23T02:28:36.4257055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4257137Z with 2022-11-23T02:28:36.4257214Z [ 2022-11-23T02:28:36.4257326Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4257403Z ] 2022-11-23T02:28:36.4257826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4258248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4258819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4258910Z with 2022-11-23T02:28:36.4258971Z [ 2022-11-23T02:28:36.4259087Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4259166Z ] 2022-11-23T02:28:36.4259652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4259740Z with 2022-11-23T02:28:36.4259823Z [ 2022-11-23T02:28:36.4259944Z T=at::ThreadLocalState 2022-11-23T02:28:36.4260021Z ] 2022-11-23T02:28:36.4260413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4260591Z with 2022-11-23T02:28:36.4260669Z [ 2022-11-23T02:28:36.4260786Z T=at::ThreadLocalState 2022-11-23T02:28:36.4260864Z ] 2022-11-23T02:28:36.4261307Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4261390Z with 2022-11-23T02:28:36.4261449Z [ 2022-11-23T02:28:36.4261570Z T=at::ThreadLocalState 2022-11-23T02:28:36.4261645Z ] 2022-11-23T02:28:36.4262118Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4262204Z with 2022-11-23T02:28:36.4262282Z [ 2022-11-23T02:28:36.4262402Z T=at::ThreadLocalState 2022-11-23T02:28:36.4262480Z ] 2022-11-23T02:28:36.4262900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4263413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4263849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4263936Z with 2022-11-23T02:28:36.4264014Z [ 2022-11-23T02:28:36.4264134Z T=at::ThreadLocalState 2022-11-23T02:28:36.4264212Z ] 2022-11-23T02:28:36.4264590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4264672Z with 2022-11-23T02:28:36.4264756Z [ 2022-11-23T02:28:36.4265006Z T=std::shared_ptr 2022-11-23T02:28:36.4265083Z ] 2022-11-23T02:28:36.4265485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4265568Z with 2022-11-23T02:28:36.4265645Z [ 2022-11-23T02:28:36.4265903Z T=std::shared_ptr 2022-11-23T02:28:36.4265986Z ] 2022-11-23T02:28:36.4266551Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4266636Z with 2022-11-23T02:28:36.4266713Z [ 2022-11-23T02:28:36.4266853Z T=std::shared_ptr 2022-11-23T02:28:36.4266931Z ] 2022-11-23T02:28:36.4267409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4267492Z with 2022-11-23T02:28:36.4267570Z [ 2022-11-23T02:28:36.4267710Z T=std::shared_ptr 2022-11-23T02:28:36.4267769Z ] 2022-11-23T02:28:36.4268201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4268724Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4269183Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.4269604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4269688Z with 2022-11-23T02:28:36.4269771Z [ 2022-11-23T02:28:36.4269912Z T=std::shared_ptr 2022-11-23T02:28:36.4269990Z ] 2022-11-23T02:28:36.4270370Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4270453Z with 2022-11-23T02:28:36.4270531Z [ 2022-11-23T02:28:36.4270655Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4270733Z ] 2022-11-23T02:28:36.4271195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4271290Z with 2022-11-23T02:28:36.4271367Z [ 2022-11-23T02:28:36.4271494Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4271719Z ] 2022-11-23T02:28:36.4272174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4272260Z with 2022-11-23T02:28:36.4272337Z [ 2022-11-23T02:28:36.4272463Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4272655Z ] 2022-11-23T02:28:36.4273144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4273230Z with 2022-11-23T02:28:36.4273309Z [ 2022-11-23T02:28:36.4273526Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4273607Z ] 2022-11-23T02:28:36.4274037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4274453Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4274908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.4275328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4275415Z with 2022-11-23T02:28:36.4275494Z [ 2022-11-23T02:28:36.4275617Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4275789Z ] 2022-11-23T02:28:36.4276174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4276239Z with 2022-11-23T02:28:36.4276320Z [ 2022-11-23T02:28:36.4276432Z T=torch::jit::Method 2022-11-23T02:28:36.4276510Z ] 2022-11-23T02:28:36.4276902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4276988Z with 2022-11-23T02:28:36.4277070Z [ 2022-11-23T02:28:36.4277183Z T=torch::jit::Method 2022-11-23T02:28:36.4277260Z ] 2022-11-23T02:28:36.4277701Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4277787Z with 2022-11-23T02:28:36.4277864Z [ 2022-11-23T02:28:36.4277974Z T=torch::jit::Method 2022-11-23T02:28:36.4278050Z ] 2022-11-23T02:28:36.4278519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4278602Z with 2022-11-23T02:28:36.4278662Z [ 2022-11-23T02:28:36.4278902Z T=torch::jit::Method 2022-11-23T02:28:36.4279066Z ] 2022-11-23T02:28:36.4279500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4280060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4280588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4280676Z with 2022-11-23T02:28:36.4280753Z [ 2022-11-23T02:28:36.4280863Z T=torch::jit::Method 2022-11-23T02:28:36.4280940Z ] 2022-11-23T02:28:36.4281325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4281408Z with 2022-11-23T02:28:36.4281485Z [ 2022-11-23T02:28:36.4281655Z T=std::vector> 2022-11-23T02:28:36.4281737Z ] 2022-11-23T02:28:36.4282135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4282217Z with 2022-11-23T02:28:36.4282276Z [ 2022-11-23T02:28:36.4282443Z T=std::vector> 2022-11-23T02:28:36.4282521Z ] 2022-11-23T02:28:36.4282969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4283054Z with 2022-11-23T02:28:36.4283131Z [ 2022-11-23T02:28:36.4283299Z T=std::vector> 2022-11-23T02:28:36.4283376Z ] 2022-11-23T02:28:36.4283946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4284029Z with 2022-11-23T02:28:36.4284107Z [ 2022-11-23T02:28:36.4284270Z T=std::vector> 2022-11-23T02:28:36.4284348Z ] 2022-11-23T02:28:36.4284805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4285260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4285834Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4285923Z with 2022-11-23T02:28:36.4286001Z [ 2022-11-23T02:28:36.4286169Z T=std::vector> 2022-11-23T02:28:36.4286228Z ] 2022-11-23T02:28:36.4286724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4287008Z with 2022-11-23T02:28:36.4287109Z [ 2022-11-23T02:28:36.4287317Z T=std::function 2022-11-23T02:28:36.4287396Z ] 2022-11-23T02:28:36.4287793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4287878Z with 2022-11-23T02:28:36.4287955Z [ 2022-11-23T02:28:36.4288158Z T=std::function 2022-11-23T02:28:36.4288236Z ] 2022-11-23T02:28:36.4288678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4288758Z with 2022-11-23T02:28:36.4288841Z [ 2022-11-23T02:28:36.4289044Z T=std::function 2022-11-23T02:28:36.4289123Z ] 2022-11-23T02:28:36.4289598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4289684Z with 2022-11-23T02:28:36.4289744Z [ 2022-11-23T02:28:36.4289948Z T=std::function 2022-11-23T02:28:36.4290028Z ] 2022-11-23T02:28:36.4290514Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4291022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4291538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4291621Z with 2022-11-23T02:28:36.4291699Z [ 2022-11-23T02:28:36.4291905Z T=std::function 2022-11-23T02:28:36.4291985Z ] 2022-11-23T02:28:36.4292495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4292584Z with 2022-11-23T02:28:36.4292665Z [ 2022-11-23T02:28:36.4292899Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4292978Z ] 2022-11-23T02:28:36.4293486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4293583Z with 2022-11-23T02:28:36.4293760Z [ 2022-11-23T02:28:36.4293992Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4294052Z ] 2022-11-23T02:28:36.4294496Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4294581Z with 2022-11-23T02:28:36.4294659Z [ 2022-11-23T02:28:36.4294971Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4295061Z ] 2022-11-23T02:28:36.4295544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4295630Z with 2022-11-23T02:28:36.4295707Z [ 2022-11-23T02:28:36.4295933Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4296011Z ] 2022-11-23T02:28:36.4296520Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4297078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4297496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4297583Z with 2022-11-23T02:28:36.4297662Z [ 2022-11-23T02:28:36.4297888Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4297966Z ] 2022-11-23T02:28:36.4298345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4298428Z with 2022-11-23T02:28:36.4298506Z [ 2022-11-23T02:28:36.4298650Z T=std::vector> 2022-11-23T02:28:36.4298730Z ] 2022-11-23T02:28:36.4299124Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4299294Z with 2022-11-23T02:28:36.4299375Z [ 2022-11-23T02:28:36.4299534Z T=std::vector> 2022-11-23T02:28:36.4299611Z ] 2022-11-23T02:28:36.4300054Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4300137Z with 2022-11-23T02:28:36.4300216Z [ 2022-11-23T02:28:36.4300370Z T=std::vector> 2022-11-23T02:28:36.4300447Z ] 2022-11-23T02:28:36.4301077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4301222Z with 2022-11-23T02:28:36.4301347Z [ 2022-11-23T02:28:36.4301615Z T=std::vector> 2022-11-23T02:28:36.4301727Z ] 2022-11-23T02:28:36.4302503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4302657Z with 2022-11-23T02:28:36.4302801Z [ 2022-11-23T02:28:36.4302962Z T=double 2022-11-23T02:28:36.4303104Z ] 2022-11-23T02:28:36.4304333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4304519Z with 2022-11-23T02:28:36.4304654Z [ 2022-11-23T02:28:36.4304809Z T=double 2022-11-23T02:28:36.4304949Z ] 2022-11-23T02:28:36.4305850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4306007Z with 2022-11-23T02:28:36.4306150Z [ 2022-11-23T02:28:36.4306456Z T=std::vector> 2022-11-23T02:28:36.4306585Z ] 2022-11-23T02:28:36.4307384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4307550Z with 2022-11-23T02:28:36.4307700Z [ 2022-11-23T02:28:36.4307955Z T=std::tuple 2022-11-23T02:28:36.4308085Z ] 2022-11-23T02:28:36.4308817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4308968Z with 2022-11-23T02:28:36.4309101Z [ 2022-11-23T02:28:36.4309345Z T=std::tuple 2022-11-23T02:28:36.4309478Z ] 2022-11-23T02:28:36.4310325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4310466Z with 2022-11-23T02:28:36.4310600Z [ 2022-11-23T02:28:36.4310853Z T=std::tuple 2022-11-23T02:28:36.4310972Z ] 2022-11-23T02:28:36.4311902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4312199Z with 2022-11-23T02:28:36.4312340Z [ 2022-11-23T02:28:36.4312659Z T=std::tuple 2022-11-23T02:28:36.4312805Z ] 2022-11-23T02:28:36.4313643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4314533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4315318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4315469Z with 2022-11-23T02:28:36.4315602Z [ 2022-11-23T02:28:36.4315849Z T=std::tuple 2022-11-23T02:28:36.4315984Z ] 2022-11-23T02:28:36.4316819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4316973Z with 2022-11-23T02:28:36.4317103Z [ 2022-11-23T02:28:36.4317286Z T=std::vector> 2022-11-23T02:28:36.4317366Z ] 2022-11-23T02:28:36.4317953Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4318055Z with 2022-11-23T02:28:36.4318133Z [ 2022-11-23T02:28:36.4318415Z T=std::vector> 2022-11-23T02:28:36.4318566Z ] 2022-11-23T02:28:36.4319423Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4319519Z with 2022-11-23T02:28:36.4319600Z [ 2022-11-23T02:28:36.4319768Z T=std::vector> 2022-11-23T02:28:36.4319848Z ] 2022-11-23T02:28:36.4320338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4320423Z with 2022-11-23T02:28:36.4320501Z [ 2022-11-23T02:28:36.4320667Z T=std::vector> 2022-11-23T02:28:36.4320748Z ] 2022-11-23T02:28:36.4321323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4322283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4323104Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4323253Z with 2022-11-23T02:28:36.4323363Z [ 2022-11-23T02:28:36.4323516Z T=std::vector> 2022-11-23T02:28:36.4323712Z ] 2022-11-23T02:28:36.4324332Z [3/3] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" jit_extension.o jit_extension2.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:jit_extension.pyd 2022-11-23T02:28:36.4324517Z Creating library jit_extension.lib and object jit_extension.exp 2022-11-23T02:28:36.4324654Z Loading extension module jit_extension... 2022-11-23T02:28:36.4324739Z ok (20.918s) 2022-11-23T02:28:36.4325026Z test_jit_cuda_archflags (__main__.TestCppExtensionJIT) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.003s) 2022-11-23T02:28:36.4325654Z test_jit_cuda_extension (__main__.TestCppExtensionJIT) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/61655 for platform(s) windows. If you're seeing this on your local machine and would like to enable this test, please make sure CI is not set and you are not using the flag --import-disabled-tests. (0.003s) 2022-11-23T02:28:36.4326031Z test_jit_cudnn_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.4326353Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\torch_test_cudnn_extension... 2022-11-23T02:28:36.4326487Z Detected CUDA files, patching ldflags 2022-11-23T02:28:36.4326908Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\torch_test_cudnn_extension\build.ninja... 2022-11-23T02:28:36.4327088Z Building extension module torch_test_cudnn_extension... 2022-11-23T02:28:36.4327338Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.4328621Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=torch_test_cudnn_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC "-IC:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\include" -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\cudnn_extension.cpp /Focudnn_extension.o 2022-11-23T02:28:36.4328800Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.4328977Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.4328991Z 2022-11-23T02:28:36.4329383Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.4329773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4329859Z with 2022-11-23T02:28:36.4329941Z [ 2022-11-23T02:28:36.4330043Z T=c10::SymInt 2022-11-23T02:28:36.4330121Z ] 2022-11-23T02:28:36.4330521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4330605Z with 2022-11-23T02:28:36.4330685Z [ 2022-11-23T02:28:36.4330784Z T=c10::SymInt 2022-11-23T02:28:36.4330861Z ] 2022-11-23T02:28:36.4331399Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4331464Z with 2022-11-23T02:28:36.4331543Z [ 2022-11-23T02:28:36.4331641Z T=c10::SymInt 2022-11-23T02:28:36.4331718Z ] 2022-11-23T02:28:36.4332363Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4332457Z with 2022-11-23T02:28:36.4332536Z [ 2022-11-23T02:28:36.4332634Z T=c10::SymInt 2022-11-23T02:28:36.4332711Z ] 2022-11-23T02:28:36.4333303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4333837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4334268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4334351Z with 2022-11-23T02:28:36.4334432Z [ 2022-11-23T02:28:36.4334531Z T=c10::SymInt 2022-11-23T02:28:36.4334699Z ] 2022-11-23T02:28:36.4335072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.4335453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4335522Z with 2022-11-23T02:28:36.4335600Z [ 2022-11-23T02:28:36.4335707Z T=at::TensorBase 2022-11-23T02:28:36.4335785Z ] 2022-11-23T02:28:36.4336180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4336263Z with 2022-11-23T02:28:36.4336340Z [ 2022-11-23T02:28:36.4336444Z T=at::TensorBase 2022-11-23T02:28:36.4336525Z ] 2022-11-23T02:28:36.4336971Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4337057Z with 2022-11-23T02:28:36.4337136Z [ 2022-11-23T02:28:36.4337240Z T=at::TensorBase 2022-11-23T02:28:36.4337317Z ] 2022-11-23T02:28:36.4337791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4337855Z with 2022-11-23T02:28:36.4337933Z [ 2022-11-23T02:28:36.4338036Z T=at::TensorBase 2022-11-23T02:28:36.4338113Z ] 2022-11-23T02:28:36.4338522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4338939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4339452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4339535Z with 2022-11-23T02:28:36.4339615Z [ 2022-11-23T02:28:36.4339720Z T=at::TensorBase 2022-11-23T02:28:36.4339796Z ] 2022-11-23T02:28:36.4340175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4340260Z with 2022-11-23T02:28:36.4340338Z [ 2022-11-23T02:28:36.4340439Z T=at::Tensor 2022-11-23T02:28:36.4340516Z ] 2022-11-23T02:28:36.4340911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4340982Z with 2022-11-23T02:28:36.4341060Z [ 2022-11-23T02:28:36.4341160Z T=at::Tensor 2022-11-23T02:28:36.4341239Z ] 2022-11-23T02:28:36.4341681Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4341763Z with 2022-11-23T02:28:36.4341840Z [ 2022-11-23T02:28:36.4341938Z T=at::Tensor 2022-11-23T02:28:36.4342015Z ] 2022-11-23T02:28:36.4342555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4342655Z with 2022-11-23T02:28:36.4342734Z [ 2022-11-23T02:28:36.4342832Z T=at::Tensor 2022-11-23T02:28:36.4342910Z ] 2022-11-23T02:28:36.4343314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4343711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4344131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4344196Z with 2022-11-23T02:28:36.4344271Z [ 2022-11-23T02:28:36.4344369Z T=at::Tensor 2022-11-23T02:28:36.4344454Z ] 2022-11-23T02:28:36.4344837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4344920Z with 2022-11-23T02:28:36.4344996Z [ 2022-11-23T02:28:36.4345099Z T=at::Generator 2022-11-23T02:28:36.4345177Z ] 2022-11-23T02:28:36.4345570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4345651Z with 2022-11-23T02:28:36.4345732Z [ 2022-11-23T02:28:36.4345837Z T=at::Generator 2022-11-23T02:28:36.4345914Z ] 2022-11-23T02:28:36.4346354Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4346502Z with 2022-11-23T02:28:36.4346578Z [ 2022-11-23T02:28:36.4346683Z T=at::Generator 2022-11-23T02:28:36.4346764Z ] 2022-11-23T02:28:36.4347240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4347322Z with 2022-11-23T02:28:36.4347399Z [ 2022-11-23T02:28:36.4347500Z T=at::Generator 2022-11-23T02:28:36.4347577Z ] 2022-11-23T02:28:36.4347983Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4348395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4348820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4348904Z with 2022-11-23T02:28:36.4348982Z [ 2022-11-23T02:28:36.4349084Z T=at::Generator 2022-11-23T02:28:36.4349163Z ] 2022-11-23T02:28:36.4349613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4349692Z with 2022-11-23T02:28:36.4349768Z [ 2022-11-23T02:28:36.4349870Z T=c10::Scalar 2022-11-23T02:28:36.4349950Z ] 2022-11-23T02:28:36.4350345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4350432Z with 2022-11-23T02:28:36.4350509Z [ 2022-11-23T02:28:36.4350607Z T=c10::Scalar 2022-11-23T02:28:36.4350685Z ] 2022-11-23T02:28:36.4351127Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4351209Z with 2022-11-23T02:28:36.4351286Z [ 2022-11-23T02:28:36.4351386Z T=c10::Scalar 2022-11-23T02:28:36.4351466Z ] 2022-11-23T02:28:36.4351939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4352007Z with 2022-11-23T02:28:36.4352085Z [ 2022-11-23T02:28:36.4352182Z T=c10::Scalar 2022-11-23T02:28:36.4352261Z ] 2022-11-23T02:28:36.4352661Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4353061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4353484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4353566Z with 2022-11-23T02:28:36.4353720Z [ 2022-11-23T02:28:36.4353824Z T=c10::Scalar 2022-11-23T02:28:36.4353902Z ] 2022-11-23T02:28:36.4354279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4354360Z with 2022-11-23T02:28:36.4354440Z [ 2022-11-23T02:28:36.4354539Z T=std::string 2022-11-23T02:28:36.4354615Z ] 2022-11-23T02:28:36.4354991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4355073Z with 2022-11-23T02:28:36.4355152Z [ 2022-11-23T02:28:36.4355250Z T=std::string 2022-11-23T02:28:36.4355328Z ] 2022-11-23T02:28:36.4355771Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4355859Z with 2022-11-23T02:28:36.4355935Z [ 2022-11-23T02:28:36.4356032Z T=std::string 2022-11-23T02:28:36.4356108Z ] 2022-11-23T02:28:36.4356577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4356659Z with 2022-11-23T02:28:36.4356727Z [ 2022-11-23T02:28:36.4364011Z T=std::string 2022-11-23T02:28:36.4364151Z ] 2022-11-23T02:28:36.4364938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4365510Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4365950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4366038Z with 2022-11-23T02:28:36.4366120Z [ 2022-11-23T02:28:36.4366230Z T=std::string 2022-11-23T02:28:36.4366310Z ] 2022-11-23T02:28:36.4366703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4366788Z with 2022-11-23T02:28:36.4366868Z [ 2022-11-23T02:28:36.4366986Z T=c10::QualifiedName 2022-11-23T02:28:36.4367068Z ] 2022-11-23T02:28:36.4367454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4367538Z with 2022-11-23T02:28:36.4367619Z [ 2022-11-23T02:28:36.4367734Z T=c10::QualifiedName 2022-11-23T02:28:36.4367813Z ] 2022-11-23T02:28:36.4368265Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4368350Z with 2022-11-23T02:28:36.4368429Z [ 2022-11-23T02:28:36.4368541Z T=c10::QualifiedName 2022-11-23T02:28:36.4368619Z ] 2022-11-23T02:28:36.4369100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4369298Z with 2022-11-23T02:28:36.4369376Z [ 2022-11-23T02:28:36.4369493Z T=c10::QualifiedName 2022-11-23T02:28:36.4369570Z ] 2022-11-23T02:28:36.4369972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4370394Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4370840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4370910Z with 2022-11-23T02:28:36.4370989Z [ 2022-11-23T02:28:36.4371101Z T=c10::QualifiedName 2022-11-23T02:28:36.4371179Z ] 2022-11-23T02:28:36.4371562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4371644Z with 2022-11-23T02:28:36.4371724Z [ 2022-11-23T02:28:36.4371889Z T=std::shared_ptr 2022-11-23T02:28:36.4371967Z ] 2022-11-23T02:28:36.4372434Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4372534Z with 2022-11-23T02:28:36.4372613Z [ 2022-11-23T02:28:36.4372779Z T=std::shared_ptr 2022-11-23T02:28:36.4372862Z ] 2022-11-23T02:28:36.4373311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4373377Z with 2022-11-23T02:28:36.4373455Z [ 2022-11-23T02:28:36.4373616Z T=std::shared_ptr 2022-11-23T02:28:36.4373695Z ] 2022-11-23T02:28:36.4374181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4374270Z with 2022-11-23T02:28:36.4374348Z [ 2022-11-23T02:28:36.4374509Z T=std::shared_ptr 2022-11-23T02:28:36.4374591Z ] 2022-11-23T02:28:36.4375040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4375485Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4375906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4375991Z with 2022-11-23T02:28:36.4376071Z [ 2022-11-23T02:28:36.4376233Z T=std::shared_ptr 2022-11-23T02:28:36.4376312Z ] 2022-11-23T02:28:36.4377438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4377524Z with 2022-11-23T02:28:36.4377603Z [ 2022-11-23T02:28:36.4377750Z T=std::weak_ptr 2022-11-23T02:28:36.4377829Z ] 2022-11-23T02:28:36.4378226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4378310Z with 2022-11-23T02:28:36.4378394Z [ 2022-11-23T02:28:36.4378552Z T=std::weak_ptr 2022-11-23T02:28:36.4378631Z ] 2022-11-23T02:28:36.4379078Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4379165Z with 2022-11-23T02:28:36.4379243Z [ 2022-11-23T02:28:36.4379401Z T=std::weak_ptr 2022-11-23T02:28:36.4379478Z ] 2022-11-23T02:28:36.4379959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4380043Z with 2022-11-23T02:28:36.4380121Z [ 2022-11-23T02:28:36.4380371Z T=std::weak_ptr 2022-11-23T02:28:36.4380446Z ] 2022-11-23T02:28:36.4380904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4381347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4381766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4381851Z with 2022-11-23T02:28:36.4381929Z [ 2022-11-23T02:28:36.4382087Z T=std::weak_ptr 2022-11-23T02:28:36.4382169Z ] 2022-11-23T02:28:36.4382550Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4382633Z with 2022-11-23T02:28:36.4382715Z [ 2022-11-23T02:28:36.4382909Z T=std::vector> 2022-11-23T02:28:36.4382988Z ] 2022-11-23T02:28:36.4383388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4383470Z with 2022-11-23T02:28:36.4383549Z [ 2022-11-23T02:28:36.4383743Z T=std::vector> 2022-11-23T02:28:36.4383824Z ] 2022-11-23T02:28:36.4384249Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4384334Z with 2022-11-23T02:28:36.4384416Z [ 2022-11-23T02:28:36.4384694Z T=std::vector> 2022-11-23T02:28:36.4384774Z ] 2022-11-23T02:28:36.4385258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4385341Z with 2022-11-23T02:28:36.4385421Z [ 2022-11-23T02:28:36.4385606Z T=std::vector> 2022-11-23T02:28:36.4385685Z ] 2022-11-23T02:28:36.4386151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4386623Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4387046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4387131Z with 2022-11-23T02:28:36.4387209Z [ 2022-11-23T02:28:36.4387400Z T=std::vector> 2022-11-23T02:28:36.4387478Z ] 2022-11-23T02:28:36.4387924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4388024Z with 2022-11-23T02:28:36.4388103Z [ 2022-11-23T02:28:36.4388238Z T=std::vector> 2022-11-23T02:28:36.4388320Z ] 2022-11-23T02:28:36.4388722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4388804Z with 2022-11-23T02:28:36.4388883Z [ 2022-11-23T02:28:36.4389032Z T=std::vector> 2022-11-23T02:28:36.4389110Z ] 2022-11-23T02:28:36.4389558Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4389643Z with 2022-11-23T02:28:36.4389722Z [ 2022-11-23T02:28:36.4389871Z T=std::vector> 2022-11-23T02:28:36.4389949Z ] 2022-11-23T02:28:36.4390425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4390513Z with 2022-11-23T02:28:36.4390592Z [ 2022-11-23T02:28:36.4390740Z T=std::vector> 2022-11-23T02:28:36.4390801Z ] 2022-11-23T02:28:36.4391238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4391671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4392091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4392269Z with 2022-11-23T02:28:36.4392349Z [ 2022-11-23T02:28:36.4392501Z T=std::vector> 2022-11-23T02:28:36.4392580Z ] 2022-11-23T02:28:36.4392961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4393047Z with 2022-11-23T02:28:36.4393131Z [ 2022-11-23T02:28:36.4393343Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4393423Z ] 2022-11-23T02:28:36.4393821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4393909Z with 2022-11-23T02:28:36.4393988Z [ 2022-11-23T02:28:36.4394195Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4394275Z ] 2022-11-23T02:28:36.4394718Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4394784Z with 2022-11-23T02:28:36.4394864Z [ 2022-11-23T02:28:36.4395138Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4395231Z ] 2022-11-23T02:28:36.4395713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4395801Z with 2022-11-23T02:28:36.4395880Z [ 2022-11-23T02:28:36.4396088Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4396167Z ] 2022-11-23T02:28:36.4396656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4397139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4397551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4397976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4398060Z with 2022-11-23T02:28:36.4398139Z [ 2022-11-23T02:28:36.4398345Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4398428Z ] 2022-11-23T02:28:36.4398810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4398896Z with 2022-11-23T02:28:36.4398980Z [ 2022-11-23T02:28:36.4399180Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4399339Z ] 2022-11-23T02:28:36.4399720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4399803Z with 2022-11-23T02:28:36.4399883Z [ 2022-11-23T02:28:36.4400082Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4400161Z ] 2022-11-23T02:28:36.4400613Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4400697Z with 2022-11-23T02:28:36.4400775Z [ 2022-11-23T02:28:36.4400969Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4401048Z ] 2022-11-23T02:28:36.4401526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4401610Z with 2022-11-23T02:28:36.4401688Z [ 2022-11-23T02:28:36.4401885Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4401963Z ] 2022-11-23T02:28:36.4402509Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4402994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4403392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4403810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4403894Z with 2022-11-23T02:28:36.4403972Z [ 2022-11-23T02:28:36.4404153Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4404232Z ] 2022-11-23T02:28:36.4404615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4404701Z with 2022-11-23T02:28:36.4404779Z [ 2022-11-23T02:28:36.4404935Z T=std::vector> 2022-11-23T02:28:36.4405014Z ] 2022-11-23T02:28:36.4405413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4405494Z with 2022-11-23T02:28:36.4405571Z [ 2022-11-23T02:28:36.4405726Z T=std::vector> 2022-11-23T02:28:36.4405804Z ] 2022-11-23T02:28:36.4406255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4406337Z with 2022-11-23T02:28:36.4406415Z [ 2022-11-23T02:28:36.4406653Z T=std::vector> 2022-11-23T02:28:36.4406714Z ] 2022-11-23T02:28:36.4407190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4407274Z with 2022-11-23T02:28:36.4407353Z [ 2022-11-23T02:28:36.4407505Z T=std::vector> 2022-11-23T02:28:36.4407584Z ] 2022-11-23T02:28:36.4408029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4408462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4408883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4408966Z with 2022-11-23T02:28:36.4409044Z [ 2022-11-23T02:28:36.4409197Z T=std::vector> 2022-11-23T02:28:36.4409274Z ] 2022-11-23T02:28:36.4409726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4409824Z with 2022-11-23T02:28:36.4409902Z [ 2022-11-23T02:28:36.4410096Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4410175Z ] 2022-11-23T02:28:36.4410575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4410639Z with 2022-11-23T02:28:36.4410717Z [ 2022-11-23T02:28:36.4410906Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4410984Z ] 2022-11-23T02:28:36.4411425Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4411510Z with 2022-11-23T02:28:36.4411588Z [ 2022-11-23T02:28:36.4411773Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4411851Z ] 2022-11-23T02:28:36.4412324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4412410Z with 2022-11-23T02:28:36.4412487Z [ 2022-11-23T02:28:36.4412673Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4412751Z ] 2022-11-23T02:28:36.4413223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4413714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4414194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.4414703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4414788Z with 2022-11-23T02:28:36.4414867Z [ 2022-11-23T02:28:36.4415054Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4415114Z ] 2022-11-23T02:28:36.4415497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4415582Z with 2022-11-23T02:28:36.4415659Z [ 2022-11-23T02:28:36.4415846Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4415929Z ] 2022-11-23T02:28:36.4416322Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4416404Z with 2022-11-23T02:28:36.4416482Z [ 2022-11-23T02:28:36.4416665Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4416743Z ] 2022-11-23T02:28:36.4417697Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4417830Z with 2022-11-23T02:28:36.4417909Z [ 2022-11-23T02:28:36.4418103Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4418187Z ] 2022-11-23T02:28:36.4418665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4418730Z with 2022-11-23T02:28:36.4418810Z [ 2022-11-23T02:28:36.4418995Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4419073Z ] 2022-11-23T02:28:36.4419551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4420043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4420522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.4421100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4421193Z with 2022-11-23T02:28:36.4421273Z [ 2022-11-23T02:28:36.4421469Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4421550Z ] 2022-11-23T02:28:36.4422146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4422346Z with 2022-11-23T02:28:36.4422426Z [ 2022-11-23T02:28:36.4422562Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4422641Z ] 2022-11-23T02:28:36.4423038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4423124Z with 2022-11-23T02:28:36.4423202Z [ 2022-11-23T02:28:36.4423313Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4423393Z ] 2022-11-23T02:28:36.4423841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4423926Z with 2022-11-23T02:28:36.4424003Z [ 2022-11-23T02:28:36.4424131Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4424214Z ] 2022-11-23T02:28:36.4424692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4424775Z with 2022-11-23T02:28:36.4424853Z [ 2022-11-23T02:28:36.4424982Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4425060Z ] 2022-11-23T02:28:36.4425569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4425996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4426084Z with 2022-11-23T02:28:36.4426160Z [ 2022-11-23T02:28:36.4426289Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4426349Z ] 2022-11-23T02:28:36.4426818Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.4427241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4427328Z with 2022-11-23T02:28:36.4427405Z [ 2022-11-23T02:28:36.4427532Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4427609Z ] 2022-11-23T02:28:36.4427988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4428079Z with 2022-11-23T02:28:36.4428157Z [ 2022-11-23T02:28:36.4428391Z T=std::vector> 2022-11-23T02:28:36.4428470Z ] 2022-11-23T02:28:36.4428865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4428947Z with 2022-11-23T02:28:36.4429024Z [ 2022-11-23T02:28:36.4429259Z T=std::vector> 2022-11-23T02:28:36.4429338Z ] 2022-11-23T02:28:36.4429788Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4429936Z with 2022-11-23T02:28:36.4430016Z [ 2022-11-23T02:28:36.4430247Z T=std::vector> 2022-11-23T02:28:36.4430325Z ] 2022-11-23T02:28:36.4430801Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4430883Z with 2022-11-23T02:28:36.4430961Z [ 2022-11-23T02:28:36.4431188Z T=std::vector> 2022-11-23T02:28:36.4431269Z ] 2022-11-23T02:28:36.4431778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4432291Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4432777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4432875Z with 2022-11-23T02:28:36.4432953Z [ 2022-11-23T02:28:36.4433184Z T=std::vector> 2022-11-23T02:28:36.4433263Z ] 2022-11-23T02:28:36.4433649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4433730Z with 2022-11-23T02:28:36.4433808Z [ 2022-11-23T02:28:36.4433931Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4433992Z ] 2022-11-23T02:28:36.4434386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4434470Z with 2022-11-23T02:28:36.4434548Z [ 2022-11-23T02:28:36.4434674Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4434752Z ] 2022-11-23T02:28:36.4435197Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4435284Z with 2022-11-23T02:28:36.4435361Z [ 2022-11-23T02:28:36.4435481Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4435559Z ] 2022-11-23T02:28:36.4436030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4436113Z with 2022-11-23T02:28:36.4436191Z [ 2022-11-23T02:28:36.4436312Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4436390Z ] 2022-11-23T02:28:36.4436802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4437238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4437758Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4437824Z with 2022-11-23T02:28:36.4437903Z [ 2022-11-23T02:28:36.4438024Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4438103Z ] 2022-11-23T02:28:36.4438482Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4438566Z with 2022-11-23T02:28:36.4438644Z [ 2022-11-23T02:28:36.4438744Z T=c10::IValue 2022-11-23T02:28:36.4438821Z ] 2022-11-23T02:28:36.4439218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4439299Z with 2022-11-23T02:28:36.4439379Z [ 2022-11-23T02:28:36.4439478Z T=c10::IValue 2022-11-23T02:28:36.4439556Z ] 2022-11-23T02:28:36.4439981Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4440063Z with 2022-11-23T02:28:36.4440208Z [ 2022-11-23T02:28:36.4440324Z T=c10::IValue 2022-11-23T02:28:36.4440402Z ] 2022-11-23T02:28:36.4440875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4440962Z with 2022-11-23T02:28:36.4441040Z [ 2022-11-23T02:28:36.4441138Z T=c10::IValue 2022-11-23T02:28:36.4441216Z ] 2022-11-23T02:28:36.4441620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4442029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4442446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4442533Z with 2022-11-23T02:28:36.4442611Z [ 2022-11-23T02:28:36.4442709Z T=c10::IValue 2022-11-23T02:28:36.4442787Z ] 2022-11-23T02:28:36.4443142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4443225Z with 2022-11-23T02:28:36.4443303Z [ 2022-11-23T02:28:36.4443408Z T=c10::AliasInfo 2022-11-23T02:28:36.4443486Z ] 2022-11-23T02:28:36.4443888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4443972Z with 2022-11-23T02:28:36.4444050Z [ 2022-11-23T02:28:36.4444154Z T=c10::AliasInfo 2022-11-23T02:28:36.4444233Z ] 2022-11-23T02:28:36.4444678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4444850Z with 2022-11-23T02:28:36.4444929Z [ 2022-11-23T02:28:36.4445034Z T=c10::AliasInfo 2022-11-23T02:28:36.4445112Z ] 2022-11-23T02:28:36.4445569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4445651Z with 2022-11-23T02:28:36.4445740Z [ 2022-11-23T02:28:36.4445845Z T=c10::AliasInfo 2022-11-23T02:28:36.4445924Z ] 2022-11-23T02:28:36.4446328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4446745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4447164Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4447249Z with 2022-11-23T02:28:36.4447329Z [ 2022-11-23T02:28:36.4447433Z T=c10::AliasInfo 2022-11-23T02:28:36.4447581Z ] 2022-11-23T02:28:36.4447979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4448062Z with 2022-11-23T02:28:36.4448144Z [ 2022-11-23T02:28:36.4448311Z T=std::vector> 2022-11-23T02:28:36.4448390Z ] 2022-11-23T02:28:36.4448789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4448854Z with 2022-11-23T02:28:36.4448932Z [ 2022-11-23T02:28:36.4449096Z T=std::vector> 2022-11-23T02:28:36.4449174Z ] 2022-11-23T02:28:36.4449621Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4449703Z with 2022-11-23T02:28:36.4449780Z [ 2022-11-23T02:28:36.4449945Z T=std::vector> 2022-11-23T02:28:36.4450027Z ] 2022-11-23T02:28:36.4450503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4450586Z with 2022-11-23T02:28:36.4450664Z [ 2022-11-23T02:28:36.4450826Z T=std::vector> 2022-11-23T02:28:36.4450906Z ] 2022-11-23T02:28:36.4451342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4451425Z with 2022-11-23T02:28:36.4451484Z [ 2022-11-23T02:28:36.4451586Z T=c10::SymInt 2022-11-23T02:28:36.4451666Z ] 2022-11-23T02:28:36.4452177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4452261Z with 2022-11-23T02:28:36.4452339Z [ 2022-11-23T02:28:36.4452439Z T=c10::SymInt 2022-11-23T02:28:36.4452517Z ] 2022-11-23T02:28:36.4452973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.4453503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.4453924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4454011Z with 2022-11-23T02:28:36.4454090Z [ 2022-11-23T02:28:36.4454256Z T=std::vector> 2022-11-23T02:28:36.4454336Z ] 2022-11-23T02:28:36.4454717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4454802Z with 2022-11-23T02:28:36.4454881Z [ 2022-11-23T02:28:36.4455129Z T=c10::either 2022-11-23T02:28:36.4455202Z ] 2022-11-23T02:28:36.4455604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4455693Z with 2022-11-23T02:28:36.4455773Z [ 2022-11-23T02:28:36.4455948Z T=c10::either 2022-11-23T02:28:36.4456025Z ] 2022-11-23T02:28:36.4456470Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4456556Z with 2022-11-23T02:28:36.4456633Z [ 2022-11-23T02:28:36.4456800Z T=c10::either 2022-11-23T02:28:36.4456881Z ] 2022-11-23T02:28:36.4457355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4457444Z with 2022-11-23T02:28:36.4457522Z [ 2022-11-23T02:28:36.4457691Z T=c10::either 2022-11-23T02:28:36.4457769Z ] 2022-11-23T02:28:36.4458209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4458767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4459191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4459346Z with 2022-11-23T02:28:36.4459425Z [ 2022-11-23T02:28:36.4459599Z T=c10::either 2022-11-23T02:28:36.4459678Z ] 2022-11-23T02:28:36.4460057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4460140Z with 2022-11-23T02:28:36.4460219Z [ 2022-11-23T02:28:36.4460333Z T=at::StepCallbacks 2022-11-23T02:28:36.4460411Z ] 2022-11-23T02:28:36.4460814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4460899Z with 2022-11-23T02:28:36.4460977Z [ 2022-11-23T02:28:36.4461090Z T=at::StepCallbacks 2022-11-23T02:28:36.4461171Z ] 2022-11-23T02:28:36.4461618Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4461700Z with 2022-11-23T02:28:36.4461759Z [ 2022-11-23T02:28:36.4461871Z T=at::StepCallbacks 2022-11-23T02:28:36.4461949Z ] 2022-11-23T02:28:36.4462491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4462587Z with 2022-11-23T02:28:36.4462664Z [ 2022-11-23T02:28:36.4462777Z T=at::StepCallbacks 2022-11-23T02:28:36.4462855Z ] 2022-11-23T02:28:36.4463272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4463707Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4464125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4464208Z with 2022-11-23T02:28:36.4464288Z [ 2022-11-23T02:28:36.4464400Z T=at::StepCallbacks 2022-11-23T02:28:36.4464478Z ] 2022-11-23T02:28:36.4464851Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4464937Z with 2022-11-23T02:28:36.4464996Z [ 2022-11-23T02:28:36.4465101Z T=c10::DimVector 2022-11-23T02:28:36.4465179Z ] 2022-11-23T02:28:36.4465573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4465655Z with 2022-11-23T02:28:36.4465734Z [ 2022-11-23T02:28:36.4465837Z T=c10::DimVector 2022-11-23T02:28:36.4465914Z ] 2022-11-23T02:28:36.4466360Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4466444Z with 2022-11-23T02:28:36.4466521Z [ 2022-11-23T02:28:36.4466624Z T=c10::DimVector 2022-11-23T02:28:36.4466780Z ] 2022-11-23T02:28:36.4467259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4467341Z with 2022-11-23T02:28:36.4467400Z [ 2022-11-23T02:28:36.4467500Z T=c10::DimVector 2022-11-23T02:28:36.4467578Z ] 2022-11-23T02:28:36.4467984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4468393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4468809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4468894Z with 2022-11-23T02:28:36.4468971Z [ 2022-11-23T02:28:36.4469072Z T=c10::DimVector 2022-11-23T02:28:36.4469151Z ] 2022-11-23T02:28:36.4469528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4469609Z with 2022-11-23T02:28:36.4469686Z [ 2022-11-23T02:28:36.4469880Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4469973Z ] 2022-11-23T02:28:36.4470368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4470455Z with 2022-11-23T02:28:36.4470513Z [ 2022-11-23T02:28:36.4470641Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4470719Z ] 2022-11-23T02:28:36.4471163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4471244Z with 2022-11-23T02:28:36.4471322Z [ 2022-11-23T02:28:36.4471449Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4471527Z ] 2022-11-23T02:28:36.4472005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4472089Z with 2022-11-23T02:28:36.4472166Z [ 2022-11-23T02:28:36.4472298Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4472376Z ] 2022-11-23T02:28:36.4472803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4473249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4473669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4473752Z with 2022-11-23T02:28:36.4473830Z [ 2022-11-23T02:28:36.4473939Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4474101Z ] 2022-11-23T02:28:36.4474490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4474574Z with 2022-11-23T02:28:36.4474655Z [ 2022-11-23T02:28:36.4474832Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4474911Z ] 2022-11-23T02:28:36.4475308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4475395Z with 2022-11-23T02:28:36.4475474Z [ 2022-11-23T02:28:36.4475651Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4475731Z ] 2022-11-23T02:28:36.4476173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4476260Z with 2022-11-23T02:28:36.4476339Z [ 2022-11-23T02:28:36.4476491Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4476571Z ] 2022-11-23T02:28:36.4477042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4477125Z with 2022-11-23T02:28:36.4477202Z [ 2022-11-23T02:28:36.4477444Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4477539Z ] 2022-11-23T02:28:36.4478004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4478497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4478921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4479005Z with 2022-11-23T02:28:36.4479083Z [ 2022-11-23T02:28:36.4479260Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4479340Z ] 2022-11-23T02:28:36.4479721Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4479806Z with 2022-11-23T02:28:36.4479884Z [ 2022-11-23T02:28:36.4480031Z T=std::tuple 2022-11-23T02:28:36.4480110Z ] 2022-11-23T02:28:36.4480492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4480577Z with 2022-11-23T02:28:36.4480657Z [ 2022-11-23T02:28:36.4480804Z T=std::tuple 2022-11-23T02:28:36.4480883Z ] 2022-11-23T02:28:36.4481327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4481411Z with 2022-11-23T02:28:36.4481489Z [ 2022-11-23T02:28:36.4481717Z T=std::tuple 2022-11-23T02:28:36.4481796Z ] 2022-11-23T02:28:36.4482274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4482359Z with 2022-11-23T02:28:36.4482438Z [ 2022-11-23T02:28:36.4482581Z T=std::tuple 2022-11-23T02:28:36.4482661Z ] 2022-11-23T02:28:36.4483103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4483563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4483985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4484069Z with 2022-11-23T02:28:36.4484129Z [ 2022-11-23T02:28:36.4484272Z T=std::tuple 2022-11-23T02:28:36.4484351Z ] 2022-11-23T02:28:36.4484800Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4484897Z with 2022-11-23T02:28:36.4484977Z [ 2022-11-23T02:28:36.4485100Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4485178Z ] 2022-11-23T02:28:36.4485572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4485658Z with 2022-11-23T02:28:36.4485737Z [ 2022-11-23T02:28:36.4485856Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4485934Z ] 2022-11-23T02:28:36.4486375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4486458Z with 2022-11-23T02:28:36.4486518Z [ 2022-11-23T02:28:36.4486642Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4486721Z ] 2022-11-23T02:28:36.4487195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4487282Z with 2022-11-23T02:28:36.4487361Z [ 2022-11-23T02:28:36.4487477Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4487556Z ] 2022-11-23T02:28:36.4487973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4488481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4488898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4489058Z with 2022-11-23T02:28:36.4489139Z [ 2022-11-23T02:28:36.4489259Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4489339Z ] 2022-11-23T02:28:36.4489719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4489802Z with 2022-11-23T02:28:36.4489881Z [ 2022-11-23T02:28:36.4490006Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4490086Z ] 2022-11-23T02:28:36.4490487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4490572Z with 2022-11-23T02:28:36.4490650Z [ 2022-11-23T02:28:36.4490792Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4490874Z ] 2022-11-23T02:28:36.4491314Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4491394Z with 2022-11-23T02:28:36.4491473Z [ 2022-11-23T02:28:36.4491614Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4491691Z ] 2022-11-23T02:28:36.4492228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4492326Z with 2022-11-23T02:28:36.4492405Z [ 2022-11-23T02:28:36.4492528Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4492606Z ] 2022-11-23T02:28:36.4493044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4493489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4493904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4493987Z with 2022-11-23T02:28:36.4494070Z [ 2022-11-23T02:28:36.4494212Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4494291Z ] 2022-11-23T02:28:36.4494672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4494757Z with 2022-11-23T02:28:36.4494836Z [ 2022-11-23T02:28:36.4494974Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4495053Z ] 2022-11-23T02:28:36.4495448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4495532Z with 2022-11-23T02:28:36.4495613Z [ 2022-11-23T02:28:36.4495751Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4495811Z ] 2022-11-23T02:28:36.4496259Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4496343Z with 2022-11-23T02:28:36.4497017Z [ 2022-11-23T02:28:36.4497166Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4497245Z ] 2022-11-23T02:28:36.4497725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4497808Z with 2022-11-23T02:28:36.4497886Z [ 2022-11-23T02:28:36.4498022Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4498099Z ] 2022-11-23T02:28:36.4498538Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4498978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4499400Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4499483Z with 2022-11-23T02:28:36.4499562Z [ 2022-11-23T02:28:36.4499701Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4499779Z ] 2022-11-23T02:28:36.4500227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4500328Z with 2022-11-23T02:28:36.4500410Z [ 2022-11-23T02:28:36.4500531Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4500609Z ] 2022-11-23T02:28:36.4501003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4501092Z with 2022-11-23T02:28:36.4501171Z [ 2022-11-23T02:28:36.4501283Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4501361Z ] 2022-11-23T02:28:36.4501804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4501886Z with 2022-11-23T02:28:36.4501963Z [ 2022-11-23T02:28:36.4502082Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4502161Z ] 2022-11-23T02:28:36.4502615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4502701Z with 2022-11-23T02:28:36.4502780Z [ 2022-11-23T02:28:36.4502892Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4502971Z ] 2022-11-23T02:28:36.4503387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4503814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4504234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4504318Z with 2022-11-23T02:28:36.4504477Z [ 2022-11-23T02:28:36.4504595Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4504675Z ] 2022-11-23T02:28:36.4505055Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4505139Z with 2022-11-23T02:28:36.4505219Z [ 2022-11-23T02:28:36.4505337Z T=at::ThreadLocalState 2022-11-23T02:28:36.4505415Z ] 2022-11-23T02:28:36.4505814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4505880Z with 2022-11-23T02:28:36.4505958Z [ 2022-11-23T02:28:36.4506075Z T=at::ThreadLocalState 2022-11-23T02:28:36.4506153Z ] 2022-11-23T02:28:36.4506598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4506683Z with 2022-11-23T02:28:36.4506761Z [ 2022-11-23T02:28:36.4506878Z T=at::ThreadLocalState 2022-11-23T02:28:36.4506955Z ] 2022-11-23T02:28:36.4507432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4507514Z with 2022-11-23T02:28:36.4507662Z [ 2022-11-23T02:28:36.4507804Z T=at::ThreadLocalState 2022-11-23T02:28:36.4507882Z ] 2022-11-23T02:28:36.4508304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4508752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4509222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4509303Z with 2022-11-23T02:28:36.4509363Z [ 2022-11-23T02:28:36.4509481Z T=at::ThreadLocalState 2022-11-23T02:28:36.4509562Z ] 2022-11-23T02:28:36.4509945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4510028Z with 2022-11-23T02:28:36.4510109Z [ 2022-11-23T02:28:36.4510250Z T=std::shared_ptr 2022-11-23T02:28:36.4510328Z ] 2022-11-23T02:28:36.4510720Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4510803Z with 2022-11-23T02:28:36.4510880Z [ 2022-11-23T02:28:36.4511023Z T=std::shared_ptr 2022-11-23T02:28:36.4511100Z ] 2022-11-23T02:28:36.4511545Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4511628Z with 2022-11-23T02:28:36.4511688Z [ 2022-11-23T02:28:36.4511828Z T=std::shared_ptr 2022-11-23T02:28:36.4511988Z ] 2022-11-23T02:28:36.4512467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4512551Z with 2022-11-23T02:28:36.4512630Z [ 2022-11-23T02:28:36.4512771Z T=std::shared_ptr 2022-11-23T02:28:36.4512848Z ] 2022-11-23T02:28:36.4513310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4513733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4514194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.4514610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4514692Z with 2022-11-23T02:28:36.4514775Z [ 2022-11-23T02:28:36.4514915Z T=std::shared_ptr 2022-11-23T02:28:36.4515057Z ] 2022-11-23T02:28:36.4515451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4515534Z with 2022-11-23T02:28:36.4515615Z [ 2022-11-23T02:28:36.4515721Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4515800Z ] 2022-11-23T02:28:36.4516193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4516275Z with 2022-11-23T02:28:36.4516353Z [ 2022-11-23T02:28:36.4516475Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4516553Z ] 2022-11-23T02:28:36.4517002Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4517085Z with 2022-11-23T02:28:36.4517162Z [ 2022-11-23T02:28:36.4517285Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4517362Z ] 2022-11-23T02:28:36.4517839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4517922Z with 2022-11-23T02:28:36.4517999Z [ 2022-11-23T02:28:36.4518121Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4518181Z ] 2022-11-23T02:28:36.4518610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4519031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4519487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.4519996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4520081Z with 2022-11-23T02:28:36.4520160Z [ 2022-11-23T02:28:36.4520281Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4520360Z ] 2022-11-23T02:28:36.4520743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4520829Z with 2022-11-23T02:28:36.4520906Z [ 2022-11-23T02:28:36.4521020Z T=torch::jit::Method 2022-11-23T02:28:36.4521101Z ] 2022-11-23T02:28:36.4521494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4521576Z with 2022-11-23T02:28:36.4521654Z [ 2022-11-23T02:28:36.4521765Z T=torch::jit::Method 2022-11-23T02:28:36.4521827Z ] 2022-11-23T02:28:36.4522267Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4522687Z with 2022-11-23T02:28:36.4522862Z [ 2022-11-23T02:28:36.4523055Z T=torch::jit::Method 2022-11-23T02:28:36.4523187Z ] 2022-11-23T02:28:36.4524100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4524206Z with 2022-11-23T02:28:36.4524284Z [ 2022-11-23T02:28:36.4524399Z T=torch::jit::Method 2022-11-23T02:28:36.4524479Z ] 2022-11-23T02:28:36.4524894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4525309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4525733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4525821Z with 2022-11-23T02:28:36.4525898Z [ 2022-11-23T02:28:36.4526007Z T=torch::jit::Method 2022-11-23T02:28:36.4526086Z ] 2022-11-23T02:28:36.4526446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4526531Z with 2022-11-23T02:28:36.4526609Z [ 2022-11-23T02:28:36.4526779Z T=std::vector> 2022-11-23T02:28:36.4526856Z ] 2022-11-23T02:28:36.4527260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4527343Z with 2022-11-23T02:28:36.4527421Z [ 2022-11-23T02:28:36.4527591Z T=std::vector> 2022-11-23T02:28:36.4527788Z ] 2022-11-23T02:28:36.4528236Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4528318Z with 2022-11-23T02:28:36.4528396Z [ 2022-11-23T02:28:36.4528565Z T=std::vector> 2022-11-23T02:28:36.4528643Z ] 2022-11-23T02:28:36.4529120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4529204Z with 2022-11-23T02:28:36.4529263Z [ 2022-11-23T02:28:36.4529571Z T=std::vector> 2022-11-23T02:28:36.4529661Z ] 2022-11-23T02:28:36.4530121Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4530799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4531313Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4531411Z with 2022-11-23T02:28:36.4531490Z [ 2022-11-23T02:28:36.4531657Z T=std::vector> 2022-11-23T02:28:36.4531741Z ] 2022-11-23T02:28:36.4532120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4532205Z with 2022-11-23T02:28:36.4532284Z [ 2022-11-23T02:28:36.4532489Z T=std::function 2022-11-23T02:28:36.4532566Z ] 2022-11-23T02:28:36.4532959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4533045Z with 2022-11-23T02:28:36.4533124Z [ 2022-11-23T02:28:36.4533311Z T=std::function 2022-11-23T02:28:36.4533391Z ] 2022-11-23T02:28:36.4533834Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4533921Z with 2022-11-23T02:28:36.4534001Z [ 2022-11-23T02:28:36.4534202Z T=std::function 2022-11-23T02:28:36.4534281Z ] 2022-11-23T02:28:36.4534756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4534841Z with 2022-11-23T02:28:36.4534918Z [ 2022-11-23T02:28:36.4535122Z T=std::function 2022-11-23T02:28:36.4535201Z ] 2022-11-23T02:28:36.4535689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4536420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4536853Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4536936Z with 2022-11-23T02:28:36.4537015Z [ 2022-11-23T02:28:36.4537333Z T=std::function 2022-11-23T02:28:36.4537523Z ] 2022-11-23T02:28:36.4537913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4537997Z with 2022-11-23T02:28:36.4538056Z [ 2022-11-23T02:28:36.4538288Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4538366Z ] 2022-11-23T02:28:36.4538768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4539449Z with 2022-11-23T02:28:36.4539574Z [ 2022-11-23T02:28:36.4539815Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4539895Z ] 2022-11-23T02:28:36.4540341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4540428Z with 2022-11-23T02:28:36.4540507Z [ 2022-11-23T02:28:36.4540735Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4540813Z ] 2022-11-23T02:28:36.4541293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4541380Z with 2022-11-23T02:28:36.4541459Z [ 2022-11-23T02:28:36.4541684Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4541745Z ] 2022-11-23T02:28:36.4542260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4542963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4543421Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4543487Z with 2022-11-23T02:28:36.4543566Z [ 2022-11-23T02:28:36.4543906Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4543996Z ] 2022-11-23T02:28:36.4544613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4544697Z with 2022-11-23T02:28:36.4544775Z [ 2022-11-23T02:28:36.4544933Z T=std::vector> 2022-11-23T02:28:36.4545013Z ] 2022-11-23T02:28:36.4545408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4545491Z with 2022-11-23T02:28:36.4545569Z [ 2022-11-23T02:28:36.4545731Z T=std::vector> 2022-11-23T02:28:36.4545810Z ] 2022-11-23T02:28:36.4546255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4546342Z with 2022-11-23T02:28:36.4546402Z [ 2022-11-23T02:28:36.4546559Z T=std::vector> 2022-11-23T02:28:36.4546637Z ] 2022-11-23T02:28:36.4547112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4547195Z with 2022-11-23T02:28:36.4547274Z [ 2022-11-23T02:28:36.4547505Z T=std::vector> 2022-11-23T02:28:36.4547595Z ] 2022-11-23T02:28:36.4548032Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4548120Z with 2022-11-23T02:28:36.4548200Z [ 2022-11-23T02:28:36.4548291Z T=double 2022-11-23T02:28:36.4548370Z ] 2022-11-23T02:28:36.4548857Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4548939Z with 2022-11-23T02:28:36.4549017Z [ 2022-11-23T02:28:36.4549089Z T=double 2022-11-23T02:28:36.4549170Z ] 2022-11-23T02:28:36.4549738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4549829Z with 2022-11-23T02:28:36.4549909Z [ 2022-11-23T02:28:36.4550066Z T=std::vector> 2022-11-23T02:28:36.4550149Z ] 2022-11-23T02:28:36.4550645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4550736Z with 2022-11-23T02:28:36.4550814Z [ 2022-11-23T02:28:36.4550957Z T=std::tuple 2022-11-23T02:28:36.4551037Z ] 2022-11-23T02:28:36.4551593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4551689Z with 2022-11-23T02:28:36.4551770Z [ 2022-11-23T02:28:36.4551894Z T=std::tuple 2022-11-23T02:28:36.4551973Z ] 2022-11-23T02:28:36.4552417Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4552594Z with 2022-11-23T02:28:36.4552672Z [ 2022-11-23T02:28:36.4552812Z T=std::tuple 2022-11-23T02:28:36.4552891Z ] 2022-11-23T02:28:36.4553367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4553451Z with 2022-11-23T02:28:36.4553533Z [ 2022-11-23T02:28:36.4553672Z T=std::tuple 2022-11-23T02:28:36.4553750Z ] 2022-11-23T02:28:36.4554187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4554667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4555087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4555170Z with 2022-11-23T02:28:36.4555250Z [ 2022-11-23T02:28:36.4555454Z T=std::tuple 2022-11-23T02:28:36.4555526Z ] 2022-11-23T02:28:36.4555909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4555996Z with 2022-11-23T02:28:36.4556075Z [ 2022-11-23T02:28:36.4556243Z T=std::vector> 2022-11-23T02:28:36.4556324Z ] 2022-11-23T02:28:36.4556850Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4556943Z with 2022-11-23T02:28:36.4557022Z [ 2022-11-23T02:28:36.4557192Z T=std::vector> 2022-11-23T02:28:36.4557270Z ] 2022-11-23T02:28:36.4558001Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4558095Z with 2022-11-23T02:28:36.4558174Z [ 2022-11-23T02:28:36.4558344Z T=std::vector> 2022-11-23T02:28:36.4558424Z ] 2022-11-23T02:28:36.4558924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4559011Z with 2022-11-23T02:28:36.4559089Z [ 2022-11-23T02:28:36.4559253Z T=std::vector> 2022-11-23T02:28:36.4559332Z ] 2022-11-23T02:28:36.4559788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4560281Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4560803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4560886Z with 2022-11-23T02:28:36.4560963Z [ 2022-11-23T02:28:36.4561127Z T=std::vector> 2022-11-23T02:28:36.4561205Z ] 2022-11-23T02:28:36.4562066Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" cudnn_extension.o /nologo /DLL cudnn.lib c10.lib c10_cuda.lib torch_cpu.lib torch_cuda.lib -INCLUDE:?warp_size@cuda@at@@YAHXZ torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs "/LIBPATH:C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6\lib\x64" cudart.lib /out:torch_test_cudnn_extension.pyd 2022-11-23T02:28:36.4562291Z Creating library torch_test_cudnn_extension.lib and object torch_test_cudnn_extension.exp 2022-11-23T02:28:36.4562453Z Loading extension module torch_test_cudnn_extension... 2022-11-23T02:28:36.4562539Z ok (21.347s) 2022-11-23T02:28:36.4562944Z test_lenient_flag_handling_in_jit_extensions (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.4563476Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension... 2022-11-23T02:28:36.4563851Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension\build.ninja... 2022-11-23T02:28:36.4564026Z Building extension module lenient_flag_handling_extension... 2022-11-23T02:28:36.4564385Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.4565853Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=lenient_flag_handling_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g "-O0 -Wall" -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\lenient_flag_handling_extension\main.cpp /Fomain.o 2022-11-23T02:28:36.4566037Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.4566216Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.4566229Z 2022-11-23T02:28:36.4566397Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:28:36.4566567Z cl : Command line warning D9002 : ignoring unknown option '-O0' 2022-11-23T02:28:36.4566733Z cl : Command line warning D9002 : ignoring unknown option '-O ' 2022-11-23T02:28:36.4566898Z cl : Command line warning D9002 : ignoring unknown option '-O-' 2022-11-23T02:28:36.4567063Z cl : Command line warning D9002 : ignoring unknown option '-OW' 2022-11-23T02:28:36.4567229Z cl : Command line warning D9002 : ignoring unknown option '-Oa' 2022-11-23T02:28:36.4567392Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:28:36.4567537Z cl : Command line warning D9002 : ignoring unknown option '-Ol' 2022-11-23T02:28:36.4567929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.4568417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4568503Z with 2022-11-23T02:28:36.4568583Z [ 2022-11-23T02:28:36.4568684Z T=c10::SymInt 2022-11-23T02:28:36.4568764Z ] 2022-11-23T02:28:36.4569166Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4569250Z with 2022-11-23T02:28:36.4569330Z [ 2022-11-23T02:28:36.4569430Z T=c10::SymInt 2022-11-23T02:28:36.4569509Z ] 2022-11-23T02:28:36.4570066Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4570175Z with 2022-11-23T02:28:36.4570256Z [ 2022-11-23T02:28:36.4570356Z T=c10::SymInt 2022-11-23T02:28:36.4570418Z ] 2022-11-23T02:28:36.4570896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4571075Z with 2022-11-23T02:28:36.4571251Z [ 2022-11-23T02:28:36.4571484Z T=c10::SymInt 2022-11-23T02:28:36.4571565Z ] 2022-11-23T02:28:36.4571977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4572379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4572806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4572888Z with 2022-11-23T02:28:36.4572966Z [ 2022-11-23T02:28:36.4573064Z T=c10::SymInt 2022-11-23T02:28:36.4573144Z ] 2022-11-23T02:28:36.4573508Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.4573887Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4573973Z with 2022-11-23T02:28:36.4574051Z [ 2022-11-23T02:28:36.4574160Z T=at::TensorBase 2022-11-23T02:28:36.4574221Z ] 2022-11-23T02:28:36.4574620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4574703Z with 2022-11-23T02:28:36.4574780Z [ 2022-11-23T02:28:36.4574887Z T=at::TensorBase 2022-11-23T02:28:36.4574964Z ] 2022-11-23T02:28:36.4575408Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4575491Z with 2022-11-23T02:28:36.4575660Z [ 2022-11-23T02:28:36.4575769Z T=at::TensorBase 2022-11-23T02:28:36.4575846Z ] 2022-11-23T02:28:36.4576323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4576405Z with 2022-11-23T02:28:36.4576482Z [ 2022-11-23T02:28:36.4576585Z T=at::TensorBase 2022-11-23T02:28:36.4576773Z ] 2022-11-23T02:28:36.4577202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4577612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4578266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4578357Z with 2022-11-23T02:28:36.4578438Z [ 2022-11-23T02:28:36.4578545Z T=at::TensorBase 2022-11-23T02:28:36.4578626Z ] 2022-11-23T02:28:36.4579002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4579084Z with 2022-11-23T02:28:36.4579242Z [ 2022-11-23T02:28:36.4579360Z T=at::Tensor 2022-11-23T02:28:36.4579439Z ] 2022-11-23T02:28:36.4579832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4579920Z with 2022-11-23T02:28:36.4579999Z [ 2022-11-23T02:28:36.4580099Z T=at::Tensor 2022-11-23T02:28:36.4580160Z ] 2022-11-23T02:28:36.4580602Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4580685Z with 2022-11-23T02:28:36.4580763Z [ 2022-11-23T02:28:36.4580861Z T=at::Tensor 2022-11-23T02:28:36.4580939Z ] 2022-11-23T02:28:36.4581412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4581496Z with 2022-11-23T02:28:36.4581576Z [ 2022-11-23T02:28:36.4581674Z T=at::Tensor 2022-11-23T02:28:36.4581752Z ] 2022-11-23T02:28:36.4582155Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4582554Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4582973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4583059Z with 2022-11-23T02:28:36.4583138Z [ 2022-11-23T02:28:36.4583235Z T=at::Tensor 2022-11-23T02:28:36.4583384Z ] 2022-11-23T02:28:36.4583901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4583984Z with 2022-11-23T02:28:36.4584062Z [ 2022-11-23T02:28:36.4584169Z T=at::Generator 2022-11-23T02:28:36.4584249Z ] 2022-11-23T02:28:36.4584866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4584956Z with 2022-11-23T02:28:36.4585035Z [ 2022-11-23T02:28:36.4585148Z T=at::Generator 2022-11-23T02:28:36.4585228Z ] 2022-11-23T02:28:36.4585668Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4585755Z with 2022-11-23T02:28:36.4585836Z [ 2022-11-23T02:28:36.4585921Z T=at::Generator 2022-11-23T02:28:36.4585999Z ] 2022-11-23T02:28:36.4586477Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4586562Z with 2022-11-23T02:28:36.4586639Z [ 2022-11-23T02:28:36.4586741Z T=at::Generator 2022-11-23T02:28:36.4586817Z ] 2022-11-23T02:28:36.4587303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4587733Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4588157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4588240Z with 2022-11-23T02:28:36.4588319Z [ 2022-11-23T02:28:36.4588422Z T=at::Generator 2022-11-23T02:28:36.4588503Z ] 2022-11-23T02:28:36.4588882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4588966Z with 2022-11-23T02:28:36.4589044Z [ 2022-11-23T02:28:36.4589143Z T=c10::Scalar 2022-11-23T02:28:36.4589204Z ] 2022-11-23T02:28:36.4589597Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4589687Z with 2022-11-23T02:28:36.4589764Z [ 2022-11-23T02:28:36.4589863Z T=c10::Scalar 2022-11-23T02:28:36.4589941Z ] 2022-11-23T02:28:36.4590509Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4590595Z with 2022-11-23T02:28:36.4590673Z [ 2022-11-23T02:28:36.4590776Z T=c10::Scalar 2022-11-23T02:28:36.4590858Z ] 2022-11-23T02:28:36.4591543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4591725Z with 2022-11-23T02:28:36.4591804Z [ 2022-11-23T02:28:36.4591906Z T=c10::Scalar 2022-11-23T02:28:36.4591966Z ] 2022-11-23T02:28:36.4592371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4592771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4593194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4593280Z with 2022-11-23T02:28:36.4593360Z [ 2022-11-23T02:28:36.4593463Z T=c10::Scalar 2022-11-23T02:28:36.4593542Z ] 2022-11-23T02:28:36.4593921Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4594003Z with 2022-11-23T02:28:36.4594081Z [ 2022-11-23T02:28:36.4594180Z T=std::string 2022-11-23T02:28:36.4594258Z ] 2022-11-23T02:28:36.4594648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4594803Z with 2022-11-23T02:28:36.4594895Z [ 2022-11-23T02:28:36.4594979Z T=std::string 2022-11-23T02:28:36.4595058Z ] 2022-11-23T02:28:36.4595506Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4595593Z with 2022-11-23T02:28:36.4595671Z [ 2022-11-23T02:28:36.4595774Z T=std::string 2022-11-23T02:28:36.4595856Z ] 2022-11-23T02:28:36.4596330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4596413Z with 2022-11-23T02:28:36.4596491Z [ 2022-11-23T02:28:36.4596591Z T=std::string 2022-11-23T02:28:36.4596775Z ] 2022-11-23T02:28:36.4597212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4597614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4598255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4598346Z with 2022-11-23T02:28:36.4598425Z [ 2022-11-23T02:28:36.4598528Z T=std::string 2022-11-23T02:28:36.4598589Z ] 2022-11-23T02:28:36.4598972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4599055Z with 2022-11-23T02:28:36.4599133Z [ 2022-11-23T02:28:36.4599251Z T=c10::QualifiedName 2022-11-23T02:28:36.4599422Z ] 2022-11-23T02:28:36.4599823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4599907Z with 2022-11-23T02:28:36.4599985Z [ 2022-11-23T02:28:36.4600099Z T=c10::QualifiedName 2022-11-23T02:28:36.4600179Z ] 2022-11-23T02:28:36.4600623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4600712Z with 2022-11-23T02:28:36.4600790Z [ 2022-11-23T02:28:36.4600884Z T=c10::QualifiedName 2022-11-23T02:28:36.4600963Z ] 2022-11-23T02:28:36.4601435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4601526Z with 2022-11-23T02:28:36.4601604Z [ 2022-11-23T02:28:36.4601717Z T=c10::QualifiedName 2022-11-23T02:28:36.4601796Z ] 2022-11-23T02:28:36.4602213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4602704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4603148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4603236Z with 2022-11-23T02:28:36.4603314Z [ 2022-11-23T02:28:36.4603555Z T=c10::QualifiedName 2022-11-23T02:28:36.4603640Z ] 2022-11-23T02:28:36.4604023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4604107Z with 2022-11-23T02:28:36.4604186Z [ 2022-11-23T02:28:36.4604351Z T=std::shared_ptr 2022-11-23T02:28:36.4604531Z ] 2022-11-23T02:28:36.4605048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4605140Z with 2022-11-23T02:28:36.4605219Z [ 2022-11-23T02:28:36.4605386Z T=std::shared_ptr 2022-11-23T02:28:36.4605469Z ] 2022-11-23T02:28:36.4605916Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4605999Z with 2022-11-23T02:28:36.4606076Z [ 2022-11-23T02:28:36.4606239Z T=std::shared_ptr 2022-11-23T02:28:36.4606318Z ] 2022-11-23T02:28:36.4606798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4606883Z with 2022-11-23T02:28:36.4606960Z [ 2022-11-23T02:28:36.4607117Z T=std::shared_ptr 2022-11-23T02:28:36.4607195Z ] 2022-11-23T02:28:36.4607725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4608188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4608606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4608673Z with 2022-11-23T02:28:36.4608754Z [ 2022-11-23T02:28:36.4608913Z T=std::shared_ptr 2022-11-23T02:28:36.4608993Z ] 2022-11-23T02:28:36.4609372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4609460Z with 2022-11-23T02:28:36.4609539Z [ 2022-11-23T02:28:36.4609698Z T=std::weak_ptr 2022-11-23T02:28:36.4609779Z ] 2022-11-23T02:28:36.4610297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4610388Z with 2022-11-23T02:28:36.4610466Z [ 2022-11-23T02:28:36.4610705Z T=std::weak_ptr 2022-11-23T02:28:36.4610796Z ] 2022-11-23T02:28:36.4611368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4611566Z with 2022-11-23T02:28:36.4611628Z [ 2022-11-23T02:28:36.4611789Z T=std::weak_ptr 2022-11-23T02:28:36.4611868Z ] 2022-11-23T02:28:36.4612341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4612424Z with 2022-11-23T02:28:36.4612539Z [ 2022-11-23T02:28:36.4612704Z T=std::weak_ptr 2022-11-23T02:28:36.4612782Z ] 2022-11-23T02:28:36.4613234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4613677Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4614096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4614184Z with 2022-11-23T02:28:36.4614263Z [ 2022-11-23T02:28:36.4614422Z T=std::weak_ptr 2022-11-23T02:28:36.4614501Z ] 2022-11-23T02:28:36.4614886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4614970Z with 2022-11-23T02:28:36.4615047Z [ 2022-11-23T02:28:36.4615315Z T=std::vector> 2022-11-23T02:28:36.4615396Z ] 2022-11-23T02:28:36.4615796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4615881Z with 2022-11-23T02:28:36.4615958Z [ 2022-11-23T02:28:36.4616152Z T=std::vector> 2022-11-23T02:28:36.4616231Z ] 2022-11-23T02:28:36.4616680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4616875Z with 2022-11-23T02:28:36.4616970Z [ 2022-11-23T02:28:36.4617163Z T=std::vector> 2022-11-23T02:28:36.4617244Z ] 2022-11-23T02:28:36.4617717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4617909Z with 2022-11-23T02:28:36.4617993Z [ 2022-11-23T02:28:36.4618296Z T=std::vector> 2022-11-23T02:28:36.4618377Z ] 2022-11-23T02:28:36.4618904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4619410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4619840Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4619906Z with 2022-11-23T02:28:36.4619986Z [ 2022-11-23T02:28:36.4620175Z T=std::vector> 2022-11-23T02:28:36.4620255Z ] 2022-11-23T02:28:36.4620638Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4620722Z with 2022-11-23T02:28:36.4620800Z [ 2022-11-23T02:28:36.4620950Z T=std::vector> 2022-11-23T02:28:36.4621028Z ] 2022-11-23T02:28:36.4621427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4621512Z with 2022-11-23T02:28:36.4621589Z [ 2022-11-23T02:28:36.4621739Z T=std::vector> 2022-11-23T02:28:36.4621817Z ] 2022-11-23T02:28:36.4622256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4622341Z with 2022-11-23T02:28:36.4622402Z [ 2022-11-23T02:28:36.4622552Z T=std::vector> 2022-11-23T02:28:36.4622630Z ] 2022-11-23T02:28:36.4623106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4623895Z with 2022-11-23T02:28:36.4623974Z [ 2022-11-23T02:28:36.4624132Z T=std::vector> 2022-11-23T02:28:36.4624212Z ] 2022-11-23T02:28:36.4624884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4625338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4625761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4625848Z with 2022-11-23T02:28:36.4625927Z [ 2022-11-23T02:28:36.4626073Z T=std::vector> 2022-11-23T02:28:36.4626151Z ] 2022-11-23T02:28:36.4626530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4626613Z with 2022-11-23T02:28:36.4626691Z [ 2022-11-23T02:28:36.4626971Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4627067Z ] 2022-11-23T02:28:36.4627471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4627558Z with 2022-11-23T02:28:36.4627636Z [ 2022-11-23T02:28:36.4627846Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4627925Z ] 2022-11-23T02:28:36.4628370Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4628453Z with 2022-11-23T02:28:36.4628532Z [ 2022-11-23T02:28:36.4628735Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4628817Z ] 2022-11-23T02:28:36.4629294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4629383Z with 2022-11-23T02:28:36.4629460Z [ 2022-11-23T02:28:36.4629664Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4629742Z ] 2022-11-23T02:28:36.4630362Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4630858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4631381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4632026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4632113Z with 2022-11-23T02:28:36.4632174Z [ 2022-11-23T02:28:36.4632380Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4632460Z ] 2022-11-23T02:28:36.4632844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4632928Z with 2022-11-23T02:28:36.4633005Z [ 2022-11-23T02:28:36.4633205Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4633283Z ] 2022-11-23T02:28:36.4633685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4633767Z with 2022-11-23T02:28:36.4633844Z [ 2022-11-23T02:28:36.4634042Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4634122Z ] 2022-11-23T02:28:36.4634640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4634738Z with 2022-11-23T02:28:36.4634816Z [ 2022-11-23T02:28:36.4635013Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4635074Z ] 2022-11-23T02:28:36.4635555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4635644Z with 2022-11-23T02:28:36.4635723Z [ 2022-11-23T02:28:36.4635919Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4635998Z ] 2022-11-23T02:28:36.4636478Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.4637077Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.4637488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.4638026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4638223Z with 2022-11-23T02:28:36.4638314Z [ 2022-11-23T02:28:36.4638513Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.4638596Z ] 2022-11-23T02:28:36.4638982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4639065Z with 2022-11-23T02:28:36.4639231Z [ 2022-11-23T02:28:36.4639390Z T=std::vector> 2022-11-23T02:28:36.4639468Z ] 2022-11-23T02:28:36.4639867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4639951Z with 2022-11-23T02:28:36.4640010Z [ 2022-11-23T02:28:36.4640167Z T=std::vector> 2022-11-23T02:28:36.4640245Z ] 2022-11-23T02:28:36.4640695Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4640778Z with 2022-11-23T02:28:36.4640855Z [ 2022-11-23T02:28:36.4641007Z T=std::vector> 2022-11-23T02:28:36.4641089Z ] 2022-11-23T02:28:36.4641565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4641651Z with 2022-11-23T02:28:36.4641728Z [ 2022-11-23T02:28:36.4641878Z T=std::vector> 2022-11-23T02:28:36.4641956Z ] 2022-11-23T02:28:36.4642459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4642916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4643339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4643422Z with 2022-11-23T02:28:36.4643605Z [ 2022-11-23T02:28:36.4643787Z T=std::vector> 2022-11-23T02:28:36.4643847Z ] 2022-11-23T02:28:36.4644230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4644319Z with 2022-11-23T02:28:36.4644398Z [ 2022-11-23T02:28:36.4644708Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4644793Z ] 2022-11-23T02:28:36.4645301Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4645390Z with 2022-11-23T02:28:36.4645468Z [ 2022-11-23T02:28:36.4645656Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4645734Z ] 2022-11-23T02:28:36.4646178Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4646262Z with 2022-11-23T02:28:36.4646343Z [ 2022-11-23T02:28:36.4646532Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4646611Z ] 2022-11-23T02:28:36.4647082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4647242Z with 2022-11-23T02:28:36.4647322Z [ 2022-11-23T02:28:36.4647513Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4647592Z ] 2022-11-23T02:28:36.4648067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4648559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4649038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.4649464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4649548Z with 2022-11-23T02:28:36.4649629Z [ 2022-11-23T02:28:36.4649817Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.4649898Z ] 2022-11-23T02:28:36.4650480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4650584Z with 2022-11-23T02:28:36.4650664Z [ 2022-11-23T02:28:36.4650852Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4650935Z ] 2022-11-23T02:28:36.4651452Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4651651Z with 2022-11-23T02:28:36.4651733Z [ 2022-11-23T02:28:36.4651904Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4651982Z ] 2022-11-23T02:28:36.4652431Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4652517Z with 2022-11-23T02:28:36.4652595Z [ 2022-11-23T02:28:36.4652778Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4652856Z ] 2022-11-23T02:28:36.4653333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4653417Z with 2022-11-23T02:28:36.4653493Z [ 2022-11-23T02:28:36.4653680Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4653757Z ] 2022-11-23T02:28:36.4654232Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4654723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4655306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.4655724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4655807Z with 2022-11-23T02:28:36.4655889Z [ 2022-11-23T02:28:36.4656077Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.4656160Z ] 2022-11-23T02:28:36.4656542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4656625Z with 2022-11-23T02:28:36.4656689Z [ 2022-11-23T02:28:36.4656823Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4657030Z ] 2022-11-23T02:28:36.4657443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4657525Z with 2022-11-23T02:28:36.4657604Z [ 2022-11-23T02:28:36.4657735Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4657814Z ] 2022-11-23T02:28:36.4658550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4658654Z with 2022-11-23T02:28:36.4658768Z [ 2022-11-23T02:28:36.4658903Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4658984Z ] 2022-11-23T02:28:36.4659459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4659542Z with 2022-11-23T02:28:36.4659605Z [ 2022-11-23T02:28:36.4659733Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4659810Z ] 2022-11-23T02:28:36.4660246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4660654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4660737Z with 2022-11-23T02:28:36.4660818Z [ 2022-11-23T02:28:36.4660947Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4661026Z ] 2022-11-23T02:28:36.4661493Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.4661909Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4661992Z with 2022-11-23T02:28:36.4662073Z [ 2022-11-23T02:28:36.4662203Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.4662283Z ] 2022-11-23T02:28:36.4662662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4662836Z with 2022-11-23T02:28:36.4662896Z [ 2022-11-23T02:28:36.4663135Z T=std::vector> 2022-11-23T02:28:36.4663215Z ] 2022-11-23T02:28:36.4663741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4663835Z with 2022-11-23T02:28:36.4663914Z [ 2022-11-23T02:28:36.4664155Z T=std::vector> 2022-11-23T02:28:36.4664235Z ] 2022-11-23T02:28:36.4664796Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4664893Z with 2022-11-23T02:28:36.4664971Z [ 2022-11-23T02:28:36.4665309Z T=std::vector> 2022-11-23T02:28:36.4665397Z ] 2022-11-23T02:28:36.4665883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4665967Z with 2022-11-23T02:28:36.4666046Z [ 2022-11-23T02:28:36.4666813Z T=std::vector> 2022-11-23T02:28:36.4666937Z ] 2022-11-23T02:28:36.4667469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4667989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4668410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4668498Z with 2022-11-23T02:28:36.4668560Z [ 2022-11-23T02:28:36.4668795Z T=std::vector> 2022-11-23T02:28:36.4668874Z ] 2022-11-23T02:28:36.4669257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4669343Z with 2022-11-23T02:28:36.4669422Z [ 2022-11-23T02:28:36.4669547Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4669627Z ] 2022-11-23T02:28:36.4670022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4670105Z with 2022-11-23T02:28:36.4670255Z [ 2022-11-23T02:28:36.4670379Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4670462Z ] 2022-11-23T02:28:36.4671056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4671249Z with 2022-11-23T02:28:36.4671329Z [ 2022-11-23T02:28:36.4671436Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4671517Z ] 2022-11-23T02:28:36.4672213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4672304Z with 2022-11-23T02:28:36.4672384Z [ 2022-11-23T02:28:36.4672509Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4672587Z ] 2022-11-23T02:28:36.4673018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4673454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4673876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4673960Z with 2022-11-23T02:28:36.4674039Z [ 2022-11-23T02:28:36.4674159Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.4674239Z ] 2022-11-23T02:28:36.4674697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4674796Z with 2022-11-23T02:28:36.4674874Z [ 2022-11-23T02:28:36.4674978Z T=c10::IValue 2022-11-23T02:28:36.4675041Z ] 2022-11-23T02:28:36.4675436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4675526Z with 2022-11-23T02:28:36.4675604Z [ 2022-11-23T02:28:36.4675704Z T=c10::IValue 2022-11-23T02:28:36.4675783Z ] 2022-11-23T02:28:36.4676223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4676307Z with 2022-11-23T02:28:36.4676385Z [ 2022-11-23T02:28:36.4676486Z T=c10::IValue 2022-11-23T02:28:36.4676565Z ] 2022-11-23T02:28:36.4677039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4677125Z with 2022-11-23T02:28:36.4677202Z [ 2022-11-23T02:28:36.4677432Z T=c10::IValue 2022-11-23T02:28:36.4677508Z ] 2022-11-23T02:28:36.4678044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4678460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4679241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4679354Z with 2022-11-23T02:28:36.4679655Z [ 2022-11-23T02:28:36.4679763Z T=c10::IValue 2022-11-23T02:28:36.4679842Z ] 2022-11-23T02:28:36.4680333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4680421Z with 2022-11-23T02:28:36.4680499Z [ 2022-11-23T02:28:36.4680606Z T=c10::AliasInfo 2022-11-23T02:28:36.4680797Z ] 2022-11-23T02:28:36.4681204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4681393Z with 2022-11-23T02:28:36.4681479Z [ 2022-11-23T02:28:36.4681589Z T=c10::AliasInfo 2022-11-23T02:28:36.4681649Z ] 2022-11-23T02:28:36.4682214Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4682306Z with 2022-11-23T02:28:36.4682383Z [ 2022-11-23T02:28:36.4682613Z T=c10::AliasInfo 2022-11-23T02:28:36.4682700Z ] 2022-11-23T02:28:36.4683287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4683376Z with 2022-11-23T02:28:36.4683454Z [ 2022-11-23T02:28:36.4683647Z T=c10::AliasInfo 2022-11-23T02:28:36.4683860Z ] 2022-11-23T02:28:36.4684384Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4684810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4685351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4685546Z with 2022-11-23T02:28:36.4685632Z [ 2022-11-23T02:28:36.4685738Z T=c10::AliasInfo 2022-11-23T02:28:36.4685798Z ] 2022-11-23T02:28:36.4686308Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4686400Z with 2022-11-23T02:28:36.4686479Z [ 2022-11-23T02:28:36.4686762Z T=std::vector> 2022-11-23T02:28:36.4686849Z ] 2022-11-23T02:28:36.4687368Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4687460Z with 2022-11-23T02:28:36.4687539Z [ 2022-11-23T02:28:36.4687704Z T=std::vector> 2022-11-23T02:28:36.4687888Z ] 2022-11-23T02:28:36.4688359Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4688553Z with 2022-11-23T02:28:36.4688638Z [ 2022-11-23T02:28:36.4688810Z T=std::vector> 2022-11-23T02:28:36.4689088Z ] 2022-11-23T02:28:36.4689575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4689767Z with 2022-11-23T02:28:36.4689846Z [ 2022-11-23T02:28:36.4690009Z T=std::vector> 2022-11-23T02:28:36.4690088Z ] 2022-11-23T02:28:36.4690624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4690713Z with 2022-11-23T02:28:36.4690905Z [ 2022-11-23T02:28:36.4691014Z T=c10::SymInt 2022-11-23T02:28:36.4691093Z ] 2022-11-23T02:28:36.4691629Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4691721Z with 2022-11-23T02:28:36.4691799Z [ 2022-11-23T02:28:36.4691902Z T=c10::SymInt 2022-11-23T02:28:36.4692104Z ] 2022-11-23T02:28:36.4692675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.4693412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.4693989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4694083Z with 2022-11-23T02:28:36.4694143Z [ 2022-11-23T02:28:36.4694418Z T=std::vector> 2022-11-23T02:28:36.4694513Z ] 2022-11-23T02:28:36.4695005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4695096Z with 2022-11-23T02:28:36.4695174Z [ 2022-11-23T02:28:36.4695352Z T=c10::either 2022-11-23T02:28:36.4695431Z ] 2022-11-23T02:28:36.4695947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4696039Z with 2022-11-23T02:28:36.4696225Z [ 2022-11-23T02:28:36.4696406Z T=c10::either 2022-11-23T02:28:36.4696486Z ] 2022-11-23T02:28:36.4697058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4697147Z with 2022-11-23T02:28:36.4697226Z [ 2022-11-23T02:28:36.4697488Z T=c10::either 2022-11-23T02:28:36.4697571Z ] 2022-11-23T02:28:36.4698169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4698349Z with 2022-11-23T02:28:36.4698433Z [ 2022-11-23T02:28:36.4698723Z T=c10::either 2022-11-23T02:28:36.4698806Z ] 2022-11-23T02:28:36.4699369Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4699980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4700531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4700623Z with 2022-11-23T02:28:36.4700703Z [ 2022-11-23T02:28:36.4700982Z T=c10::either 2022-11-23T02:28:36.4701069Z ] 2022-11-23T02:28:36.4701563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4701655Z with 2022-11-23T02:28:36.4701733Z [ 2022-11-23T02:28:36.4701851Z T=at::StepCallbacks 2022-11-23T02:28:36.4701912Z ] 2022-11-23T02:28:36.4702497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4702712Z with 2022-11-23T02:28:36.4702808Z [ 2022-11-23T02:28:36.4702928Z T=at::StepCallbacks 2022-11-23T02:28:36.4703006Z ] 2022-11-23T02:28:36.4703570Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4703658Z with 2022-11-23T02:28:36.4703741Z [ 2022-11-23T02:28:36.4703972Z T=at::StepCallbacks 2022-11-23T02:28:36.4704054Z ] 2022-11-23T02:28:36.4704644Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4704741Z with 2022-11-23T02:28:36.4704822Z [ 2022-11-23T02:28:36.4704936Z T=at::StepCallbacks 2022-11-23T02:28:36.4705123Z ] 2022-11-23T02:28:36.4705532Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4706084Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4706615Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4706709Z with 2022-11-23T02:28:36.4706895Z [ 2022-11-23T02:28:36.4707024Z T=at::StepCallbacks 2022-11-23T02:28:36.4707103Z ] 2022-11-23T02:28:36.4707598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4707784Z with 2022-11-23T02:28:36.4707865Z [ 2022-11-23T02:28:36.4708092Z T=c10::DimVector 2022-11-23T02:28:36.4708176Z ] 2022-11-23T02:28:36.4708688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4708781Z with 2022-11-23T02:28:36.4708862Z [ 2022-11-23T02:28:36.4708967Z T=c10::DimVector 2022-11-23T02:28:36.4709026Z ] 2022-11-23T02:28:36.4709575Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4709666Z with 2022-11-23T02:28:36.4709846Z [ 2022-11-23T02:28:36.4709960Z T=c10::DimVector 2022-11-23T02:28:36.4710045Z ] 2022-11-23T02:28:36.4710633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4710723Z with 2022-11-23T02:28:36.4710801Z [ 2022-11-23T02:28:36.4711005Z T=c10::DimVector 2022-11-23T02:28:36.4711103Z ] 2022-11-23T02:28:36.4711620Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4712234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4712804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4712902Z with 2022-11-23T02:28:36.4712983Z [ 2022-11-23T02:28:36.4713090Z T=c10::DimVector 2022-11-23T02:28:36.4713169Z ] 2022-11-23T02:28:36.4713647Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4713739Z with 2022-11-23T02:28:36.4713819Z [ 2022-11-23T02:28:36.4714065Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4714152Z ] 2022-11-23T02:28:36.4714652Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4714742Z with 2022-11-23T02:28:36.4714824Z [ 2022-11-23T02:28:36.4714953Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4715033Z ] 2022-11-23T02:28:36.4715598Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4715788Z with 2022-11-23T02:28:36.4715886Z [ 2022-11-23T02:28:36.4716017Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4716096Z ] 2022-11-23T02:28:36.4716668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4716760Z with 2022-11-23T02:28:36.4716840Z [ 2022-11-23T02:28:36.4717084Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4717258Z ] 2022-11-23T02:28:36.4717845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4718305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4718764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4718911Z with 2022-11-23T02:28:36.4719045Z [ 2022-11-23T02:28:36.4719290Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.4719430Z ] 2022-11-23T02:28:36.4726742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4726995Z with 2022-11-23T02:28:36.4727153Z [ 2022-11-23T02:28:36.4727542Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4727699Z ] 2022-11-23T02:28:36.4728490Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4728672Z with 2022-11-23T02:28:36.4729022Z [ 2022-11-23T02:28:36.4729411Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4729570Z ] 2022-11-23T02:28:36.4730418Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4730615Z with 2022-11-23T02:28:36.4730765Z [ 2022-11-23T02:28:36.4731112Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4731266Z ] 2022-11-23T02:28:36.4732305Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4732491Z with 2022-11-23T02:28:36.4732716Z [ 2022-11-23T02:28:36.4733144Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4733304Z ] 2022-11-23T02:28:36.4734274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4735247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4736083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4736263Z with 2022-11-23T02:28:36.4736414Z [ 2022-11-23T02:28:36.4736740Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.4736893Z ] 2022-11-23T02:28:36.4737624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4737990Z with 2022-11-23T02:28:36.4738137Z [ 2022-11-23T02:28:36.4738425Z T=std::tuple 2022-11-23T02:28:36.4738579Z ] 2022-11-23T02:28:36.4739459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4739643Z with 2022-11-23T02:28:36.4739875Z [ 2022-11-23T02:28:36.4740254Z T=std::tuple 2022-11-23T02:28:36.4740408Z ] 2022-11-23T02:28:36.4741344Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4741531Z with 2022-11-23T02:28:36.4741675Z [ 2022-11-23T02:28:36.4741959Z T=std::tuple 2022-11-23T02:28:36.4742102Z ] 2022-11-23T02:28:36.4743028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4743205Z with 2022-11-23T02:28:36.4743353Z [ 2022-11-23T02:28:36.4743637Z T=std::tuple 2022-11-23T02:28:36.4743787Z ] 2022-11-23T02:28:36.4744773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4745685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4746530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4746708Z with 2022-11-23T02:28:36.4746855Z [ 2022-11-23T02:28:36.4747138Z T=std::tuple 2022-11-23T02:28:36.4747290Z ] 2022-11-23T02:28:36.4748034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4748217Z with 2022-11-23T02:28:36.4748362Z [ 2022-11-23T02:28:36.4748597Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4748747Z ] 2022-11-23T02:28:36.4749484Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4749672Z with 2022-11-23T02:28:36.4749822Z [ 2022-11-23T02:28:36.4750061Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4750209Z ] 2022-11-23T02:28:36.4751152Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4751337Z with 2022-11-23T02:28:36.4751482Z [ 2022-11-23T02:28:36.4751722Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4751877Z ] 2022-11-23T02:28:36.4753050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4753413Z with 2022-11-23T02:28:36.4753563Z [ 2022-11-23T02:28:36.4753795Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4753946Z ] 2022-11-23T02:28:36.4754756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4755632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4756459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4756639Z with 2022-11-23T02:28:36.4756772Z [ 2022-11-23T02:28:36.4757010Z T=torch::jit::SourceRange 2022-11-23T02:28:36.4757160Z ] 2022-11-23T02:28:36.4757898Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4758074Z with 2022-11-23T02:28:36.4758220Z [ 2022-11-23T02:28:36.4758566Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4758723Z ] 2022-11-23T02:28:36.4759656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4759860Z with 2022-11-23T02:28:36.4760010Z [ 2022-11-23T02:28:36.4760293Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4760444Z ] 2022-11-23T02:28:36.4761305Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4761481Z with 2022-11-23T02:28:36.4761606Z [ 2022-11-23T02:28:36.4761889Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4762039Z ] 2022-11-23T02:28:36.4762963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4763149Z with 2022-11-23T02:28:36.4763293Z [ 2022-11-23T02:28:36.4763573Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4763723Z ] 2022-11-23T02:28:36.4764563Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4765428Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4766247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4766425Z with 2022-11-23T02:28:36.4766572Z [ 2022-11-23T02:28:36.4766860Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.4767015Z ] 2022-11-23T02:28:36.4767762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4768110Z with 2022-11-23T02:28:36.4768355Z [ 2022-11-23T02:28:36.4768639Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4768793Z ] 2022-11-23T02:28:36.4769730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4769912Z with 2022-11-23T02:28:36.4770144Z [ 2022-11-23T02:28:36.4770424Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4770573Z ] 2022-11-23T02:28:36.4771432Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4771618Z with 2022-11-23T02:28:36.4771766Z [ 2022-11-23T02:28:36.4772042Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4772193Z ] 2022-11-23T02:28:36.4773113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4773292Z with 2022-11-23T02:28:36.4773442Z [ 2022-11-23T02:28:36.4773684Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4773837Z ] 2022-11-23T02:28:36.4774817Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4775696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4776524Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4776709Z with 2022-11-23T02:28:36.4776856Z [ 2022-11-23T02:28:36.4777124Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.4777276Z ] 2022-11-23T02:28:36.4778009Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4778189Z with 2022-11-23T02:28:36.4778334Z [ 2022-11-23T02:28:36.4778560Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4778712Z ] 2022-11-23T02:28:36.4779476Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4779671Z with 2022-11-23T02:28:36.4779817Z [ 2022-11-23T02:28:36.4780019Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4780180Z ] 2022-11-23T02:28:36.4781176Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4781358Z with 2022-11-23T02:28:36.4781584Z [ 2022-11-23T02:28:36.4781906Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4782068Z ] 2022-11-23T02:28:36.4782991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4783346Z with 2022-11-23T02:28:36.4783490Z [ 2022-11-23T02:28:36.4783713Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4783861Z ] 2022-11-23T02:28:36.4784668Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4785504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4786328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4786510Z with 2022-11-23T02:28:36.4786656Z [ 2022-11-23T02:28:36.4786888Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.4787017Z ] 2022-11-23T02:28:36.4787742Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4787919Z with 2022-11-23T02:28:36.4788066Z [ 2022-11-23T02:28:36.4788297Z T=at::ThreadLocalState 2022-11-23T02:28:36.4788447Z ] 2022-11-23T02:28:36.4789349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4789547Z with 2022-11-23T02:28:36.4789694Z [ 2022-11-23T02:28:36.4789920Z T=at::ThreadLocalState 2022-11-23T02:28:36.4790073Z ] 2022-11-23T02:28:36.4790931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4791117Z with 2022-11-23T02:28:36.4791262Z [ 2022-11-23T02:28:36.4791494Z T=at::ThreadLocalState 2022-11-23T02:28:36.4791620Z ] 2022-11-23T02:28:36.4792531Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4792716Z with 2022-11-23T02:28:36.4792864Z [ 2022-11-23T02:28:36.4793097Z T=at::ThreadLocalState 2022-11-23T02:28:36.4793249Z ] 2022-11-23T02:28:36.4794057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4794930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4795760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4795948Z with 2022-11-23T02:28:36.4796099Z [ 2022-11-23T02:28:36.4796336Z T=at::ThreadLocalState 2022-11-23T02:28:36.4796482Z ] 2022-11-23T02:28:36.4797337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4797526Z with 2022-11-23T02:28:36.4798810Z [ 2022-11-23T02:28:36.4799111Z T=std::shared_ptr 2022-11-23T02:28:36.4799260Z ] 2022-11-23T02:28:36.4800008Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4800194Z with 2022-11-23T02:28:36.4800342Z [ 2022-11-23T02:28:36.4800622Z T=std::shared_ptr 2022-11-23T02:28:36.4800767Z ] 2022-11-23T02:28:36.4801627Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4801812Z with 2022-11-23T02:28:36.4801966Z [ 2022-11-23T02:28:36.4802246Z T=std::shared_ptr 2022-11-23T02:28:36.4802402Z ] 2022-11-23T02:28:36.4803334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4803515Z with 2022-11-23T02:28:36.4803663Z [ 2022-11-23T02:28:36.4803940Z T=std::shared_ptr 2022-11-23T02:28:36.4804089Z ] 2022-11-23T02:28:36.4805086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4805919Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4806821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.4807656Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4807839Z with 2022-11-23T02:28:36.4807965Z [ 2022-11-23T02:28:36.4808241Z T=std::shared_ptr 2022-11-23T02:28:36.4808396Z ] 2022-11-23T02:28:36.4809132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4809315Z with 2022-11-23T02:28:36.4809462Z [ 2022-11-23T02:28:36.4809721Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4809871Z ] 2022-11-23T02:28:36.4810608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4810789Z with 2022-11-23T02:28:36.4810936Z [ 2022-11-23T02:28:36.4811177Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4811328Z ] 2022-11-23T02:28:36.4812183Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4812365Z with 2022-11-23T02:28:36.4812490Z [ 2022-11-23T02:28:36.4812731Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4812883Z ] 2022-11-23T02:28:36.4813790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4814142Z with 2022-11-23T02:28:36.4814288Z [ 2022-11-23T02:28:36.4814534Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4814683Z ] 2022-11-23T02:28:36.4815498Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4816321Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4817205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.4818049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4818230Z with 2022-11-23T02:28:36.4818381Z [ 2022-11-23T02:28:36.4818621Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.4818774Z ] 2022-11-23T02:28:36.4819669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4819868Z with 2022-11-23T02:28:36.4820019Z [ 2022-11-23T02:28:36.4820217Z T=torch::jit::Method 2022-11-23T02:28:36.4820364Z ] 2022-11-23T02:28:36.4821143Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4821321Z with 2022-11-23T02:28:36.4821467Z [ 2022-11-23T02:28:36.4821675Z T=torch::jit::Method 2022-11-23T02:28:36.4821821Z ] 2022-11-23T02:28:36.4822658Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4822848Z with 2022-11-23T02:28:36.4823005Z [ 2022-11-23T02:28:36.4823223Z T=torch::jit::Method 2022-11-23T02:28:36.4823377Z ] 2022-11-23T02:28:36.4824297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4824488Z with 2022-11-23T02:28:36.4824634Z [ 2022-11-23T02:28:36.4824827Z T=torch::jit::Method 2022-11-23T02:28:36.4824979Z ] 2022-11-23T02:28:36.4825768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4826600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4827436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4827797Z with 2022-11-23T02:28:36.4827952Z [ 2022-11-23T02:28:36.4828176Z T=torch::jit::Method 2022-11-23T02:28:36.4828324Z ] 2022-11-23T02:28:36.4829053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4829228Z with 2022-11-23T02:28:36.4829373Z [ 2022-11-23T02:28:36.4829705Z T=std::vector> 2022-11-23T02:28:36.4829856Z ] 2022-11-23T02:28:36.4830642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4830819Z with 2022-11-23T02:28:36.4830968Z [ 2022-11-23T02:28:36.4831296Z T=std::vector> 2022-11-23T02:28:36.4831445Z ] 2022-11-23T02:28:36.4832315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4832500Z with 2022-11-23T02:28:36.4832646Z [ 2022-11-23T02:28:36.4832978Z T=std::vector> 2022-11-23T02:28:36.4833128Z ] 2022-11-23T02:28:36.4834190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4834393Z with 2022-11-23T02:28:36.4834537Z [ 2022-11-23T02:28:36.4834863Z T=std::vector> 2022-11-23T02:28:36.4835013Z ] 2022-11-23T02:28:36.4835910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4836804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4837650Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4837834Z with 2022-11-23T02:28:36.4837975Z [ 2022-11-23T02:28:36.4838302Z T=std::vector> 2022-11-23T02:28:36.4838455Z ] 2022-11-23T02:28:36.4839202Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4839381Z with 2022-11-23T02:28:36.4839526Z [ 2022-11-23T02:28:36.4839929Z T=std::function 2022-11-23T02:28:36.4840077Z ] 2022-11-23T02:28:36.4840845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4841025Z with 2022-11-23T02:28:36.4841152Z [ 2022-11-23T02:28:36.4841552Z T=std::function 2022-11-23T02:28:36.4841709Z ] 2022-11-23T02:28:36.4842567Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4842925Z with 2022-11-23T02:28:36.4843073Z [ 2022-11-23T02:28:36.4843472Z T=std::function 2022-11-23T02:28:36.4843621Z ] 2022-11-23T02:28:36.4844537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4844721Z with 2022-11-23T02:28:36.4844870Z [ 2022-11-23T02:28:36.4845269Z T=std::function 2022-11-23T02:28:36.4845426Z ] 2022-11-23T02:28:36.4846350Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4847347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4848314Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4848508Z with 2022-11-23T02:28:36.4848652Z [ 2022-11-23T02:28:36.4849057Z T=std::function 2022-11-23T02:28:36.4849216Z ] 2022-11-23T02:28:36.4849961Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4850139Z with 2022-11-23T02:28:36.4850266Z [ 2022-11-23T02:28:36.4850706Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4850862Z ] 2022-11-23T02:28:36.4851640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4851824Z with 2022-11-23T02:28:36.4851976Z [ 2022-11-23T02:28:36.4852424Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4852578Z ] 2022-11-23T02:28:36.4853419Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4853600Z with 2022-11-23T02:28:36.4853743Z [ 2022-11-23T02:28:36.4854414Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4854585Z ] 2022-11-23T02:28:36.4855662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4855852Z with 2022-11-23T02:28:36.4856010Z [ 2022-11-23T02:28:36.4856454Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4856588Z ] 2022-11-23T02:28:36.4857572Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4858892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4859755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4859943Z with 2022-11-23T02:28:36.4860104Z [ 2022-11-23T02:28:36.4860548Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.4860705Z ] 2022-11-23T02:28:36.4861455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4861643Z with 2022-11-23T02:28:36.4861785Z [ 2022-11-23T02:28:36.4862092Z T=std::vector> 2022-11-23T02:28:36.4862239Z ] 2022-11-23T02:28:36.4863002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4863171Z with 2022-11-23T02:28:36.4863313Z [ 2022-11-23T02:28:36.4863774Z T=std::vector> 2022-11-23T02:28:36.4863958Z ] 2022-11-23T02:28:36.4864814Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4864979Z with 2022-11-23T02:28:36.4865124Z [ 2022-11-23T02:28:36.4865428Z T=std::vector> 2022-11-23T02:28:36.4865577Z ] 2022-11-23T02:28:36.4866494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4866673Z with 2022-11-23T02:28:36.4866811Z [ 2022-11-23T02:28:36.4867112Z T=std::vector> 2022-11-23T02:28:36.4867266Z ] 2022-11-23T02:28:36.4868096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4868278Z with 2022-11-23T02:28:36.4868423Z [ 2022-11-23T02:28:36.4868586Z T=double 2022-11-23T02:28:36.4868729Z ] 2022-11-23T02:28:36.4869657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4869834Z with 2022-11-23T02:28:36.4869956Z [ 2022-11-23T02:28:36.4870120Z T=double 2022-11-23T02:28:36.4870263Z ] 2022-11-23T02:28:36.4871075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4871258Z with 2022-11-23T02:28:36.4871400Z [ 2022-11-23T02:28:36.4871702Z T=std::vector> 2022-11-23T02:28:36.4872039Z ] 2022-11-23T02:28:36.4872771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4872945Z with 2022-11-23T02:28:36.4873083Z [ 2022-11-23T02:28:36.4873345Z T=std::tuple 2022-11-23T02:28:36.4873489Z ] 2022-11-23T02:28:36.4874248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4874424Z with 2022-11-23T02:28:36.4874556Z [ 2022-11-23T02:28:36.4874826Z T=std::tuple 2022-11-23T02:28:36.4874974Z ] 2022-11-23T02:28:36.4875821Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4876007Z with 2022-11-23T02:28:36.4876155Z [ 2022-11-23T02:28:36.4876416Z T=std::tuple 2022-11-23T02:28:36.4876564Z ] 2022-11-23T02:28:36.4877471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4877646Z with 2022-11-23T02:28:36.4877787Z [ 2022-11-23T02:28:36.4878892Z T=std::tuple 2022-11-23T02:28:36.4879103Z ] 2022-11-23T02:28:36.4879946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4880889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4881719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4881904Z with 2022-11-23T02:28:36.4882052Z [ 2022-11-23T02:28:36.4882302Z T=std::tuple 2022-11-23T02:28:36.4882463Z ] 2022-11-23T02:28:36.4883206Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4883388Z with 2022-11-23T02:28:36.4883540Z [ 2022-11-23T02:28:36.4883861Z T=std::vector> 2022-11-23T02:28:36.4884009Z ] 2022-11-23T02:28:36.4884779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4884952Z with 2022-11-23T02:28:36.4885095Z [ 2022-11-23T02:28:36.4885417Z T=std::vector> 2022-11-23T02:28:36.4885559Z ] 2022-11-23T02:28:36.4886414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4886590Z with 2022-11-23T02:28:36.4886738Z [ 2022-11-23T02:28:36.4887056Z T=std::vector> 2022-11-23T02:28:36.4887383Z ] 2022-11-23T02:28:36.4888297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4888489Z with 2022-11-23T02:28:36.4888639Z [ 2022-11-23T02:28:36.4888965Z T=std::vector> 2022-11-23T02:28:36.4889115Z ] 2022-11-23T02:28:36.4889996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4890950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4891780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4891960Z with 2022-11-23T02:28:36.4892100Z [ 2022-11-23T02:28:36.4892412Z T=std::vector> 2022-11-23T02:28:36.4892563Z ] 2022-11-23T02:28:36.4893854Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:lenient_flag_handling_extension.pyd 2022-11-23T02:28:36.4894358Z Creating library lenient_flag_handling_extension.lib and object lenient_flag_handling_extension.exp 2022-11-23T02:28:36.4894715Z Loading extension module lenient_flag_handling_extension... 2022-11-23T02:28:36.4894882Z ok (20.065s) 2022-11-23T02:28:36.4895591Z test_reload_jit_extension (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.4896241Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension... 2022-11-23T02:28:36.4896894Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:28:36.4897218Z Building extension module reloaded_jit_extension... 2022-11-23T02:28:36.4897716Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.4899895Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:28:36.4900283Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.4900633Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.4900655Z 2022-11-23T02:28:36.4901387Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.4902324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4902505Z with 2022-11-23T02:28:36.4902654Z [ 2022-11-23T02:28:36.4902854Z T=c10::SymInt 2022-11-23T02:28:36.4902985Z ] 2022-11-23T02:28:36.4903755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4903949Z with 2022-11-23T02:28:36.4904094Z [ 2022-11-23T02:28:36.4904285Z T=c10::SymInt 2022-11-23T02:28:36.4904427Z ] 2022-11-23T02:28:36.4905268Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4905458Z with 2022-11-23T02:28:36.4905611Z [ 2022-11-23T02:28:36.4905805Z T=c10::SymInt 2022-11-23T02:28:36.4905945Z ] 2022-11-23T02:28:36.4906855Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4907034Z with 2022-11-23T02:28:36.4907179Z [ 2022-11-23T02:28:36.4907526Z T=c10::SymInt 2022-11-23T02:28:36.4907682Z ] 2022-11-23T02:28:36.4908461Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4909258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4910089Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4910268Z with 2022-11-23T02:28:36.4910423Z [ 2022-11-23T02:28:36.4910617Z T=c10::SymInt 2022-11-23T02:28:36.4910766Z ] 2022-11-23T02:28:36.4911469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.4912220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4912402Z with 2022-11-23T02:28:36.4912552Z [ 2022-11-23T02:28:36.4912760Z T=at::TensorBase 2022-11-23T02:28:36.4912907Z ] 2022-11-23T02:28:36.4913682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4913859Z with 2022-11-23T02:28:36.4914000Z [ 2022-11-23T02:28:36.4914187Z T=at::TensorBase 2022-11-23T02:28:36.4914334Z ] 2022-11-23T02:28:36.4915187Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4915375Z with 2022-11-23T02:28:36.4915523Z [ 2022-11-23T02:28:36.4915933Z T=at::TensorBase 2022-11-23T02:28:36.4916080Z ] 2022-11-23T02:28:36.4916996Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4917173Z with 2022-11-23T02:28:36.4917316Z [ 2022-11-23T02:28:36.4917521Z T=at::TensorBase 2022-11-23T02:28:36.4917663Z ] 2022-11-23T02:28:36.4918462Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4919266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4920101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4920285Z with 2022-11-23T02:28:36.4920438Z [ 2022-11-23T02:28:36.4920650Z T=at::TensorBase 2022-11-23T02:28:36.4920778Z ] 2022-11-23T02:28:36.4921511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4921691Z with 2022-11-23T02:28:36.4921837Z [ 2022-11-23T02:28:36.4922188Z T=at::Tensor 2022-11-23T02:28:36.4922365Z ] 2022-11-23T02:28:36.4923133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4923321Z with 2022-11-23T02:28:36.4923469Z [ 2022-11-23T02:28:36.4923664Z T=at::Tensor 2022-11-23T02:28:36.4923804Z ] 2022-11-23T02:28:36.4924650Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4924827Z with 2022-11-23T02:28:36.4924969Z [ 2022-11-23T02:28:36.4925142Z T=at::Tensor 2022-11-23T02:28:36.4925291Z ] 2022-11-23T02:28:36.4926223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4926414Z with 2022-11-23T02:28:36.4926557Z [ 2022-11-23T02:28:36.4926761Z T=at::Tensor 2022-11-23T02:28:36.4926901Z ] 2022-11-23T02:28:36.4927676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4928453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4929293Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4929469Z with 2022-11-23T02:28:36.4929618Z [ 2022-11-23T02:28:36.4929809Z T=at::Tensor 2022-11-23T02:28:36.4929954Z ] 2022-11-23T02:28:36.4930683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4931035Z with 2022-11-23T02:28:36.4931185Z [ 2022-11-23T02:28:36.4931368Z T=at::Generator 2022-11-23T02:28:36.4931515Z ] 2022-11-23T02:28:36.4932278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4932457Z with 2022-11-23T02:28:36.4932598Z [ 2022-11-23T02:28:36.4932796Z T=at::Generator 2022-11-23T02:28:36.4932946Z ] 2022-11-23T02:28:36.4933794Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4933986Z with 2022-11-23T02:28:36.4934126Z [ 2022-11-23T02:28:36.4934322Z T=at::Generator 2022-11-23T02:28:36.4934464Z ] 2022-11-23T02:28:36.4935372Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4935555Z with 2022-11-23T02:28:36.4935699Z [ 2022-11-23T02:28:36.4935881Z T=at::Generator 2022-11-23T02:28:36.4936036Z ] 2022-11-23T02:28:36.4936967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4937779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4938613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4938796Z with 2022-11-23T02:28:36.4938947Z [ 2022-11-23T02:28:36.4939147Z T=at::Generator 2022-11-23T02:28:36.4939296Z ] 2022-11-23T02:28:36.4940027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4940208Z with 2022-11-23T02:28:36.4940350Z [ 2022-11-23T02:28:36.4940538Z T=c10::Scalar 2022-11-23T02:28:36.4940681Z ] 2022-11-23T02:28:36.4941444Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4941626Z with 2022-11-23T02:28:36.4941768Z [ 2022-11-23T02:28:36.4941941Z T=c10::Scalar 2022-11-23T02:28:36.4942080Z ] 2022-11-23T02:28:36.4942923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4943104Z with 2022-11-23T02:28:36.4943247Z [ 2022-11-23T02:28:36.4943433Z T=c10::Scalar 2022-11-23T02:28:36.4943574Z ] 2022-11-23T02:28:36.4944492Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4944839Z with 2022-11-23T02:28:36.4944982Z [ 2022-11-23T02:28:36.4945167Z T=c10::Scalar 2022-11-23T02:28:36.4945305Z ] 2022-11-23T02:28:36.4946087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4946869Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4947702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4947882Z with 2022-11-23T02:28:36.4948029Z [ 2022-11-23T02:28:36.4948196Z T=c10::Scalar 2022-11-23T02:28:36.4948356Z ] 2022-11-23T02:28:36.4949081Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4949261Z with 2022-11-23T02:28:36.4949404Z [ 2022-11-23T02:28:36.4949596Z T=std::string 2022-11-23T02:28:36.4949737Z ] 2022-11-23T02:28:36.4950489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4950674Z with 2022-11-23T02:28:36.4950819Z [ 2022-11-23T02:28:36.4951162Z T=std::string 2022-11-23T02:28:36.4951341Z ] 2022-11-23T02:28:36.4952190Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4952388Z with 2022-11-23T02:28:36.4952533Z [ 2022-11-23T02:28:36.4952704Z T=std::string 2022-11-23T02:28:36.4952848Z ] 2022-11-23T02:28:36.4953765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4953948Z with 2022-11-23T02:28:36.4954092Z [ 2022-11-23T02:28:36.4954280Z T=std::string 2022-11-23T02:28:36.4954425Z ] 2022-11-23T02:28:36.4955215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4956128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4957067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4957331Z with 2022-11-23T02:28:36.4957490Z [ 2022-11-23T02:28:36.4957692Z T=std::string 2022-11-23T02:28:36.4957837Z ] 2022-11-23T02:28:36.4958628Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4958814Z with 2022-11-23T02:28:36.4958954Z [ 2022-11-23T02:28:36.4959152Z T=c10::QualifiedName 2022-11-23T02:28:36.4959301Z ] 2022-11-23T02:28:36.4960071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4960426Z with 2022-11-23T02:28:36.4960569Z [ 2022-11-23T02:28:36.4960788Z T=c10::QualifiedName 2022-11-23T02:28:36.4960928Z ] 2022-11-23T02:28:36.4961774Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4961945Z with 2022-11-23T02:28:36.4962089Z [ 2022-11-23T02:28:36.4962308Z T=c10::QualifiedName 2022-11-23T02:28:36.4962452Z ] 2022-11-23T02:28:36.4963458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4963648Z with 2022-11-23T02:28:36.4963887Z [ 2022-11-23T02:28:36.4964166Z T=c10::QualifiedName 2022-11-23T02:28:36.4964318Z ] 2022-11-23T02:28:36.4965115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.4966094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.4966939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4967118Z with 2022-11-23T02:28:36.4967278Z [ 2022-11-23T02:28:36.4967498Z T=c10::QualifiedName 2022-11-23T02:28:36.4967643Z ] 2022-11-23T02:28:36.4968367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4968537Z with 2022-11-23T02:28:36.4968682Z [ 2022-11-23T02:28:36.4968996Z T=std::shared_ptr 2022-11-23T02:28:36.4969142Z ] 2022-11-23T02:28:36.4970016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4970204Z with 2022-11-23T02:28:36.4970427Z [ 2022-11-23T02:28:36.4970845Z T=std::shared_ptr 2022-11-23T02:28:36.4970979Z ] 2022-11-23T02:28:36.4971879Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4972048Z with 2022-11-23T02:28:36.4972196Z [ 2022-11-23T02:28:36.4972518Z T=std::shared_ptr 2022-11-23T02:28:36.4972663Z ] 2022-11-23T02:28:36.4973665Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4973821Z with 2022-11-23T02:28:36.4973964Z [ 2022-11-23T02:28:36.4974282Z T=std::shared_ptr 2022-11-23T02:28:36.4974429Z ] 2022-11-23T02:28:36.4975343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4976479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4977464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4977659Z with 2022-11-23T02:28:36.4977809Z [ 2022-11-23T02:28:36.4978129Z T=std::shared_ptr 2022-11-23T02:28:36.4978280Z ] 2022-11-23T02:28:36.4979016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4979183Z with 2022-11-23T02:28:36.4979325Z [ 2022-11-23T02:28:36.4979631Z T=std::weak_ptr 2022-11-23T02:28:36.4979778Z ] 2022-11-23T02:28:36.4980539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4980713Z with 2022-11-23T02:28:36.4980855Z [ 2022-11-23T02:28:36.4981161Z T=std::weak_ptr 2022-11-23T02:28:36.4981455Z ] 2022-11-23T02:28:36.4982325Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4982510Z with 2022-11-23T02:28:36.4982650Z [ 2022-11-23T02:28:36.4983062Z T=std::weak_ptr 2022-11-23T02:28:36.4983212Z ] 2022-11-23T02:28:36.4984267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4984453Z with 2022-11-23T02:28:36.4984578Z [ 2022-11-23T02:28:36.4984886Z T=std::weak_ptr 2022-11-23T02:28:36.4985033Z ] 2022-11-23T02:28:36.4985904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.4986767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.4987588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4987767Z with 2022-11-23T02:28:36.4987911Z [ 2022-11-23T02:28:36.4988213Z T=std::weak_ptr 2022-11-23T02:28:36.4988366Z ] 2022-11-23T02:28:36.4989099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4989273Z with 2022-11-23T02:28:36.4989504Z [ 2022-11-23T02:28:36.4989888Z T=std::vector> 2022-11-23T02:28:36.4990221Z ] 2022-11-23T02:28:36.4991076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4991312Z with 2022-11-23T02:28:36.4991395Z [ 2022-11-23T02:28:36.4991584Z T=std::vector> 2022-11-23T02:28:36.4991664Z ] 2022-11-23T02:28:36.4992119Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4992204Z with 2022-11-23T02:28:36.4992283Z [ 2022-11-23T02:28:36.4992475Z T=std::vector> 2022-11-23T02:28:36.4992559Z ] 2022-11-23T02:28:36.4993042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4993126Z with 2022-11-23T02:28:36.4993204Z [ 2022-11-23T02:28:36.4993390Z T=std::vector> 2022-11-23T02:28:36.4993468Z ] 2022-11-23T02:28:36.4994050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.4994545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.4994970Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4995053Z with 2022-11-23T02:28:36.4995132Z [ 2022-11-23T02:28:36.4995322Z T=std::vector> 2022-11-23T02:28:36.4995401Z ] 2022-11-23T02:28:36.4995789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.4995877Z with 2022-11-23T02:28:36.4995937Z [ 2022-11-23T02:28:36.4996086Z T=std::vector> 2022-11-23T02:28:36.4996164Z ] 2022-11-23T02:28:36.4996688Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.4996802Z with 2022-11-23T02:28:36.4996881Z [ 2022-11-23T02:28:36.4997031Z T=std::vector> 2022-11-23T02:28:36.4997108Z ] 2022-11-23T02:28:36.4997557Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.4997737Z with 2022-11-23T02:28:36.4997838Z [ 2022-11-23T02:28:36.4998110Z T=std::vector> 2022-11-23T02:28:36.4998193Z ] 2022-11-23T02:28:36.4998675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.4998862Z with 2022-11-23T02:28:36.4998921Z [ 2022-11-23T02:28:36.4999072Z T=std::vector> 2022-11-23T02:28:36.4999150Z ] 2022-11-23T02:28:36.4999595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5000028Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5000454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5000542Z with 2022-11-23T02:28:36.5000621Z [ 2022-11-23T02:28:36.5000771Z T=std::vector> 2022-11-23T02:28:36.5000848Z ] 2022-11-23T02:28:36.5001226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5001309Z with 2022-11-23T02:28:36.5001388Z [ 2022-11-23T02:28:36.5001596Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5001675Z ] 2022-11-23T02:28:36.5002156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5002256Z with 2022-11-23T02:28:36.5002337Z [ 2022-11-23T02:28:36.5002549Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5002610Z ] 2022-11-23T02:28:36.5003058Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5003141Z with 2022-11-23T02:28:36.5003218Z [ 2022-11-23T02:28:36.5003585Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5003668Z ] 2022-11-23T02:28:36.5004149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5004232Z with 2022-11-23T02:28:36.5004314Z [ 2022-11-23T02:28:36.5004648Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5004800Z ] 2022-11-23T02:28:36.5005340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5005821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5006228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5006754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5006838Z with 2022-11-23T02:28:36.5006917Z [ 2022-11-23T02:28:36.5007123Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5007200Z ] 2022-11-23T02:28:36.5007583Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5007667Z with 2022-11-23T02:28:36.5007745Z [ 2022-11-23T02:28:36.5007925Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5008002Z ] 2022-11-23T02:28:36.5008397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5008488Z with 2022-11-23T02:28:36.5008565Z [ 2022-11-23T02:28:36.5008760Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5008838Z ] 2022-11-23T02:28:36.5009284Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5009366Z with 2022-11-23T02:28:36.5009516Z [ 2022-11-23T02:28:36.5009727Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5009806Z ] 2022-11-23T02:28:36.5010425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5010518Z with 2022-11-23T02:28:36.5010595Z [ 2022-11-23T02:28:36.5010794Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5010871Z ] 2022-11-23T02:28:36.5011539Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5012060Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5012457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5012870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5012954Z with 2022-11-23T02:28:36.5013017Z [ 2022-11-23T02:28:36.5013212Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5013289Z ] 2022-11-23T02:28:36.5013675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5013760Z with 2022-11-23T02:28:36.5013837Z [ 2022-11-23T02:28:36.5014696Z T=std::vector> 2022-11-23T02:28:36.5014773Z ] 2022-11-23T02:28:36.5015179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5015260Z with 2022-11-23T02:28:36.5015340Z [ 2022-11-23T02:28:36.5015496Z T=std::vector> 2022-11-23T02:28:36.5015573Z ] 2022-11-23T02:28:36.5016023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5016109Z with 2022-11-23T02:28:36.5016168Z [ 2022-11-23T02:28:36.5016324Z T=std::vector> 2022-11-23T02:28:36.5016402Z ] 2022-11-23T02:28:36.5017012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5017131Z with 2022-11-23T02:28:36.5017211Z [ 2022-11-23T02:28:36.5017369Z T=std::vector> 2022-11-23T02:28:36.5017447Z ] 2022-11-23T02:28:36.5018087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5018700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5019126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5019210Z with 2022-11-23T02:28:36.5019288Z [ 2022-11-23T02:28:36.5019440Z T=std::vector> 2022-11-23T02:28:36.5019520Z ] 2022-11-23T02:28:36.5019941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5020027Z with 2022-11-23T02:28:36.5020108Z [ 2022-11-23T02:28:36.5020300Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5020362Z ] 2022-11-23T02:28:36.5020756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5020842Z with 2022-11-23T02:28:36.5020920Z [ 2022-11-23T02:28:36.5021109Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5021185Z ] 2022-11-23T02:28:36.5021628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5021710Z with 2022-11-23T02:28:36.5021787Z [ 2022-11-23T02:28:36.5021976Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5022054Z ] 2022-11-23T02:28:36.5022526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5022710Z with 2022-11-23T02:28:36.5022789Z [ 2022-11-23T02:28:36.5022979Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5023055Z ] 2022-11-23T02:28:36.5023530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5024150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5024699Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.5025289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5025379Z with 2022-11-23T02:28:36.5025439Z [ 2022-11-23T02:28:36.5025629Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5025709Z ] 2022-11-23T02:28:36.5026175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5026275Z with 2022-11-23T02:28:36.5026352Z [ 2022-11-23T02:28:36.5026544Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5026622Z ] 2022-11-23T02:28:36.5027023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5027105Z with 2022-11-23T02:28:36.5027183Z [ 2022-11-23T02:28:36.5027365Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5027442Z ] 2022-11-23T02:28:36.5027885Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5027973Z with 2022-11-23T02:28:36.5028051Z [ 2022-11-23T02:28:36.5028235Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5028295Z ] 2022-11-23T02:28:36.5028771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5028860Z with 2022-11-23T02:28:36.5028936Z [ 2022-11-23T02:28:36.5029122Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5029200Z ] 2022-11-23T02:28:36.5029673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5030168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5030861Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.5031292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5031478Z with 2022-11-23T02:28:36.5031570Z [ 2022-11-23T02:28:36.5031878Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5031960Z ] 2022-11-23T02:28:36.5032351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5032433Z with 2022-11-23T02:28:36.5032511Z [ 2022-11-23T02:28:36.5032647Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5032725Z ] 2022-11-23T02:28:36.5033117Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5033182Z with 2022-11-23T02:28:36.5033261Z [ 2022-11-23T02:28:36.5033391Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5033470Z ] 2022-11-23T02:28:36.5033994Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5034093Z with 2022-11-23T02:28:36.5034171Z [ 2022-11-23T02:28:36.5034303Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5034381Z ] 2022-11-23T02:28:36.5034854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5034940Z with 2022-11-23T02:28:36.5035017Z [ 2022-11-23T02:28:36.5035146Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5035223Z ] 2022-11-23T02:28:36.5035655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5036063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5036147Z with 2022-11-23T02:28:36.5036207Z [ 2022-11-23T02:28:36.5036337Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5036415Z ] 2022-11-23T02:28:36.5036881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.5037439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5037529Z with 2022-11-23T02:28:36.5037606Z [ 2022-11-23T02:28:36.5037742Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5037820Z ] 2022-11-23T02:28:36.5038427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5038611Z with 2022-11-23T02:28:36.5038688Z [ 2022-11-23T02:28:36.5038930Z T=std::vector> 2022-11-23T02:28:36.5039009Z ] 2022-11-23T02:28:36.5039410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5039493Z with 2022-11-23T02:28:36.5039571Z [ 2022-11-23T02:28:36.5039786Z T=std::vector> 2022-11-23T02:28:36.5039869Z ] 2022-11-23T02:28:36.5040318Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5040406Z with 2022-11-23T02:28:36.5040484Z [ 2022-11-23T02:28:36.5040717Z T=std::vector> 2022-11-23T02:28:36.5040794Z ] 2022-11-23T02:28:36.5041274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5041357Z with 2022-11-23T02:28:36.5041434Z [ 2022-11-23T02:28:36.5041730Z T=std::vector> 2022-11-23T02:28:36.5041819Z ] 2022-11-23T02:28:36.5042333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5042847Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5043270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5043354Z with 2022-11-23T02:28:36.5043430Z [ 2022-11-23T02:28:36.5043773Z T=std::vector> 2022-11-23T02:28:36.5043884Z ] 2022-11-23T02:28:36.5044272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5044358Z with 2022-11-23T02:28:36.5044435Z [ 2022-11-23T02:28:36.5044540Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5044621Z ] 2022-11-23T02:28:36.5045244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5045333Z with 2022-11-23T02:28:36.5045411Z [ 2022-11-23T02:28:36.5045535Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5045612Z ] 2022-11-23T02:28:36.5046061Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5046147Z with 2022-11-23T02:28:36.5046321Z [ 2022-11-23T02:28:36.5046446Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5046523Z ] 2022-11-23T02:28:36.5046998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5047081Z with 2022-11-23T02:28:36.5047159Z [ 2022-11-23T02:28:36.5047261Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5047341Z ] 2022-11-23T02:28:36.5047772Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5048210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5048635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5048719Z with 2022-11-23T02:28:36.5048797Z [ 2022-11-23T02:28:36.5048918Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5048997Z ] 2022-11-23T02:28:36.5049445Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5049543Z with 2022-11-23T02:28:36.5049621Z [ 2022-11-23T02:28:36.5049726Z T=c10::IValue 2022-11-23T02:28:36.5049804Z ] 2022-11-23T02:28:36.5050200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5050287Z with 2022-11-23T02:28:36.5050453Z [ 2022-11-23T02:28:36.5050584Z T=c10::IValue 2022-11-23T02:28:36.5050664Z ] 2022-11-23T02:28:36.5051112Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5051193Z with 2022-11-23T02:28:36.5051272Z [ 2022-11-23T02:28:36.5051368Z T=c10::IValue 2022-11-23T02:28:36.5051568Z ] 2022-11-23T02:28:36.5052167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5052256Z with 2022-11-23T02:28:36.5052335Z [ 2022-11-23T02:28:36.5052435Z T=c10::IValue 2022-11-23T02:28:36.5052512Z ] 2022-11-23T02:28:36.5052919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5053323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5053745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5053829Z with 2022-11-23T02:28:36.5053906Z [ 2022-11-23T02:28:36.5054004Z T=c10::IValue 2022-11-23T02:28:36.5054163Z ] 2022-11-23T02:28:36.5054544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5054627Z with 2022-11-23T02:28:36.5054704Z [ 2022-11-23T02:28:36.5054808Z T=c10::AliasInfo 2022-11-23T02:28:36.5054886Z ] 2022-11-23T02:28:36.5055284Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5055369Z with 2022-11-23T02:28:36.5055446Z [ 2022-11-23T02:28:36.5055548Z T=c10::AliasInfo 2022-11-23T02:28:36.5055626Z ] 2022-11-23T02:28:36.5056070Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5056154Z with 2022-11-23T02:28:36.5056231Z [ 2022-11-23T02:28:36.5056314Z T=c10::AliasInfo 2022-11-23T02:28:36.5056392Z ] 2022-11-23T02:28:36.5056870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5056954Z with 2022-11-23T02:28:36.5057032Z [ 2022-11-23T02:28:36.5057259Z T=c10::AliasInfo 2022-11-23T02:28:36.5057904Z ] 2022-11-23T02:28:36.5058646Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5059079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5059499Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5059581Z with 2022-11-23T02:28:36.5059660Z [ 2022-11-23T02:28:36.5059763Z T=c10::AliasInfo 2022-11-23T02:28:36.5059841Z ] 2022-11-23T02:28:36.5060225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5060307Z with 2022-11-23T02:28:36.5060388Z [ 2022-11-23T02:28:36.5060556Z T=std::vector> 2022-11-23T02:28:36.5060620Z ] 2022-11-23T02:28:36.5061020Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5061104Z with 2022-11-23T02:28:36.5061181Z [ 2022-11-23T02:28:36.5061345Z T=std::vector> 2022-11-23T02:28:36.5061422Z ] 2022-11-23T02:28:36.5061869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5061951Z with 2022-11-23T02:28:36.5062029Z [ 2022-11-23T02:28:36.5062193Z T=std::vector> 2022-11-23T02:28:36.5062270Z ] 2022-11-23T02:28:36.5062746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5062942Z with 2022-11-23T02:28:36.5063018Z [ 2022-11-23T02:28:36.5063187Z T=std::vector> 2022-11-23T02:28:36.5063265Z ] 2022-11-23T02:28:36.5063697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5063766Z with 2022-11-23T02:28:36.5063945Z [ 2022-11-23T02:28:36.5064090Z T=c10::SymInt 2022-11-23T02:28:36.5064169Z ] 2022-11-23T02:28:36.5064594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5064681Z with 2022-11-23T02:28:36.5064759Z [ 2022-11-23T02:28:36.5064857Z T=c10::SymInt 2022-11-23T02:28:36.5065047Z ] 2022-11-23T02:28:36.5065642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.5066257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.5066695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5066779Z with 2022-11-23T02:28:36.5066857Z [ 2022-11-23T02:28:36.5067026Z T=std::vector> 2022-11-23T02:28:36.5067103Z ] 2022-11-23T02:28:36.5067488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5067571Z with 2022-11-23T02:28:36.5067630Z [ 2022-11-23T02:28:36.5067803Z T=c10::either 2022-11-23T02:28:36.5067885Z ] 2022-11-23T02:28:36.5068283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5068367Z with 2022-11-23T02:28:36.5068447Z [ 2022-11-23T02:28:36.5068617Z T=c10::either 2022-11-23T02:28:36.5068695Z ] 2022-11-23T02:28:36.5069137Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5069221Z with 2022-11-23T02:28:36.5069294Z [ 2022-11-23T02:28:36.5069464Z T=c10::either 2022-11-23T02:28:36.5069543Z ] 2022-11-23T02:28:36.5070019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5070102Z with 2022-11-23T02:28:36.5070179Z [ 2022-11-23T02:28:36.5070423Z T=c10::either 2022-11-23T02:28:36.5070500Z ] 2022-11-23T02:28:36.5071096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5071596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5072229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5072316Z with 2022-11-23T02:28:36.5072394Z [ 2022-11-23T02:28:36.5072565Z T=c10::either 2022-11-23T02:28:36.5072644Z ] 2022-11-23T02:28:36.5073021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5073103Z with 2022-11-23T02:28:36.5073180Z [ 2022-11-23T02:28:36.5073296Z T=at::StepCallbacks 2022-11-23T02:28:36.5073373Z ] 2022-11-23T02:28:36.5073856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5073954Z with 2022-11-23T02:28:36.5074029Z [ 2022-11-23T02:28:36.5074144Z T=at::StepCallbacks 2022-11-23T02:28:36.5074204Z ] 2022-11-23T02:28:36.5074652Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5074741Z with 2022-11-23T02:28:36.5074819Z [ 2022-11-23T02:28:36.5074930Z T=at::StepCallbacks 2022-11-23T02:28:36.5075008Z ] 2022-11-23T02:28:36.5075481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5075563Z with 2022-11-23T02:28:36.5075642Z [ 2022-11-23T02:28:36.5075755Z T=at::StepCallbacks 2022-11-23T02:28:36.5075831Z ] 2022-11-23T02:28:36.5076242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5076672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5077087Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5077167Z with 2022-11-23T02:28:36.5077244Z [ 2022-11-23T02:28:36.5077457Z T=at::StepCallbacks 2022-11-23T02:28:36.5077554Z ] 2022-11-23T02:28:36.5077937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5078020Z with 2022-11-23T02:28:36.5078203Z [ 2022-11-23T02:28:36.5078311Z T=c10::DimVector 2022-11-23T02:28:36.5078498Z ] 2022-11-23T02:28:36.5079043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5079130Z with 2022-11-23T02:28:36.5079209Z [ 2022-11-23T02:28:36.5079314Z T=c10::DimVector 2022-11-23T02:28:36.5079391Z ] 2022-11-23T02:28:36.5079840Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5079923Z with 2022-11-23T02:28:36.5080000Z [ 2022-11-23T02:28:36.5080101Z T=c10::DimVector 2022-11-23T02:28:36.5080161Z ] 2022-11-23T02:28:36.5080643Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5080731Z with 2022-11-23T02:28:36.5080809Z [ 2022-11-23T02:28:36.5080910Z T=c10::DimVector 2022-11-23T02:28:36.5080986Z ] 2022-11-23T02:28:36.5081390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5081883Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5082329Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5082416Z with 2022-11-23T02:28:36.5082494Z [ 2022-11-23T02:28:36.5082597Z T=c10::DimVector 2022-11-23T02:28:36.5082674Z ] 2022-11-23T02:28:36.5083053Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5083133Z with 2022-11-23T02:28:36.5083210Z [ 2022-11-23T02:28:36.5083338Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5083398Z ] 2022-11-23T02:28:36.5083789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5083873Z with 2022-11-23T02:28:36.5083951Z [ 2022-11-23T02:28:36.5084221Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5084311Z ] 2022-11-23T02:28:36.5084759Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5084841Z with 2022-11-23T02:28:36.5084918Z [ 2022-11-23T02:28:36.5085043Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5085214Z ] 2022-11-23T02:28:36.5085842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5085927Z with 2022-11-23T02:28:36.5086004Z [ 2022-11-23T02:28:36.5086132Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5086308Z ] 2022-11-23T02:28:36.5086724Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5087191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5087614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5087680Z with 2022-11-23T02:28:36.5087758Z [ 2022-11-23T02:28:36.5087885Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5087964Z ] 2022-11-23T02:28:36.5088340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5088426Z with 2022-11-23T02:28:36.5088503Z [ 2022-11-23T02:28:36.5088682Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5088760Z ] 2022-11-23T02:28:36.5089157Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5089239Z with 2022-11-23T02:28:36.5089315Z [ 2022-11-23T02:28:36.5089562Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5089654Z ] 2022-11-23T02:28:36.5090109Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5090196Z with 2022-11-23T02:28:36.5090255Z [ 2022-11-23T02:28:36.5090427Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5090505Z ] 2022-11-23T02:28:36.5091125Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5091214Z with 2022-11-23T02:28:36.5091291Z [ 2022-11-23T02:28:36.5091463Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5091545Z ] 2022-11-23T02:28:36.5092229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5092727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5093151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5093235Z with 2022-11-23T02:28:36.5093312Z [ 2022-11-23T02:28:36.5093486Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5093568Z ] 2022-11-23T02:28:36.5093948Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5094030Z with 2022-11-23T02:28:36.5094201Z [ 2022-11-23T02:28:36.5094334Z T=std::tuple 2022-11-23T02:28:36.5094413Z ] 2022-11-23T02:28:36.5094812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5094893Z with 2022-11-23T02:28:36.5094972Z [ 2022-11-23T02:28:36.5095116Z T=std::tuple 2022-11-23T02:28:36.5095194Z ] 2022-11-23T02:28:36.5095642Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5095724Z with 2022-11-23T02:28:36.5095802Z [ 2022-11-23T02:28:36.5095948Z T=std::tuple 2022-11-23T02:28:36.5096029Z ] 2022-11-23T02:28:36.5096504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5096587Z with 2022-11-23T02:28:36.5096663Z [ 2022-11-23T02:28:36.5096804Z T=std::tuple 2022-11-23T02:28:36.5096864Z ] 2022-11-23T02:28:36.5097375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5097982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5098412Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5098610Z with 2022-11-23T02:28:36.5098703Z [ 2022-11-23T02:28:36.5098851Z T=std::tuple 2022-11-23T02:28:36.5098930Z ] 2022-11-23T02:28:36.5099429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5099518Z with 2022-11-23T02:28:36.5099596Z [ 2022-11-23T02:28:36.5099718Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5099797Z ] 2022-11-23T02:28:36.5100193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5100278Z with 2022-11-23T02:28:36.5100355Z [ 2022-11-23T02:28:36.5100472Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5100556Z ] 2022-11-23T02:28:36.5100983Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5101065Z with 2022-11-23T02:28:36.5101147Z [ 2022-11-23T02:28:36.5101264Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5101344Z ] 2022-11-23T02:28:36.5101826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5102004Z with 2022-11-23T02:28:36.5102081Z [ 2022-11-23T02:28:36.5102198Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5102273Z ] 2022-11-23T02:28:36.5102696Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5103137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5103556Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5103639Z with 2022-11-23T02:28:36.5103717Z [ 2022-11-23T02:28:36.5103838Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5103916Z ] 2022-11-23T02:28:36.5104295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5104363Z with 2022-11-23T02:28:36.5104543Z [ 2022-11-23T02:28:36.5104725Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5104806Z ] 2022-11-23T02:28:36.5105286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5105386Z with 2022-11-23T02:28:36.5105467Z [ 2022-11-23T02:28:36.5105732Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5105910Z ] 2022-11-23T02:28:36.5106368Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5106454Z with 2022-11-23T02:28:36.5106530Z [ 2022-11-23T02:28:36.5106670Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5106747Z ] 2022-11-23T02:28:36.5107222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5107308Z with 2022-11-23T02:28:36.5107372Z [ 2022-11-23T02:28:36.5107513Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5107590Z ] 2022-11-23T02:28:36.5108026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5108467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5108881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5108963Z with 2022-11-23T02:28:36.5109041Z [ 2022-11-23T02:28:36.5109186Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5109264Z ] 2022-11-23T02:28:36.5109649Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5109821Z with 2022-11-23T02:28:36.5109901Z [ 2022-11-23T02:28:36.5110041Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5110119Z ] 2022-11-23T02:28:36.5110513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5110596Z with 2022-11-23T02:28:36.5110655Z [ 2022-11-23T02:28:36.5110792Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5110871Z ] 2022-11-23T02:28:36.5111459Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5111550Z with 2022-11-23T02:28:36.5111626Z [ 2022-11-23T02:28:36.5125082Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5125244Z ] 2022-11-23T02:28:36.5125931Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5126123Z with 2022-11-23T02:28:36.5126213Z [ 2022-11-23T02:28:36.5126368Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5126453Z ] 2022-11-23T02:28:36.5127074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5127568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5128002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5128092Z with 2022-11-23T02:28:36.5128177Z [ 2022-11-23T02:28:36.5128324Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5128406Z ] 2022-11-23T02:28:36.5128798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5128882Z with 2022-11-23T02:28:36.5128968Z [ 2022-11-23T02:28:36.5129091Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5129171Z ] 2022-11-23T02:28:36.5129575Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5129664Z with 2022-11-23T02:28:36.5129744Z [ 2022-11-23T02:28:36.5129844Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5129927Z ] 2022-11-23T02:28:36.5130379Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5130466Z with 2022-11-23T02:28:36.5130549Z [ 2022-11-23T02:28:36.5130665Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5130745Z ] 2022-11-23T02:28:36.5131228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5131314Z with 2022-11-23T02:28:36.5131644Z [ 2022-11-23T02:28:36.5131772Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5131854Z ] 2022-11-23T02:28:36.5132282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5132992Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5133433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5133523Z with 2022-11-23T02:28:36.5133603Z [ 2022-11-23T02:28:36.5133702Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5133786Z ] 2022-11-23T02:28:36.5134172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5134256Z with 2022-11-23T02:28:36.5134335Z [ 2022-11-23T02:28:36.5134456Z T=at::ThreadLocalState 2022-11-23T02:28:36.5134535Z ] 2022-11-23T02:28:36.5134932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5135015Z with 2022-11-23T02:28:36.5135179Z [ 2022-11-23T02:28:36.5135321Z T=at::ThreadLocalState 2022-11-23T02:28:36.5135403Z ] 2022-11-23T02:28:36.5135853Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5135942Z with 2022-11-23T02:28:36.5136023Z [ 2022-11-23T02:28:36.5136124Z T=at::ThreadLocalState 2022-11-23T02:28:36.5136204Z ] 2022-11-23T02:28:36.5136682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5136769Z with 2022-11-23T02:28:36.5136849Z [ 2022-11-23T02:28:36.5136968Z T=at::ThreadLocalState 2022-11-23T02:28:36.5137050Z ] 2022-11-23T02:28:36.5137473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5137924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5138522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5138617Z with 2022-11-23T02:28:36.5138700Z [ 2022-11-23T02:28:36.5138825Z T=at::ThreadLocalState 2022-11-23T02:28:36.5138908Z ] 2022-11-23T02:28:36.5139430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5139524Z with 2022-11-23T02:28:36.5139750Z [ 2022-11-23T02:28:36.5139907Z T=std::shared_ptr 2022-11-23T02:28:36.5140067Z ] 2022-11-23T02:28:36.5140527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5140613Z with 2022-11-23T02:28:36.5140695Z [ 2022-11-23T02:28:36.5140840Z T=std::shared_ptr 2022-11-23T02:28:36.5140922Z ] 2022-11-23T02:28:36.5141372Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5141457Z with 2022-11-23T02:28:36.5141538Z [ 2022-11-23T02:28:36.5141679Z T=std::shared_ptr 2022-11-23T02:28:36.5141761Z ] 2022-11-23T02:28:36.5142235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5142324Z with 2022-11-23T02:28:36.5142403Z [ 2022-11-23T02:28:36.5142546Z T=std::shared_ptr 2022-11-23T02:28:36.5142625Z ] 2022-11-23T02:28:36.5143045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5143555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5144039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.5144486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5144555Z with 2022-11-23T02:28:36.5144638Z [ 2022-11-23T02:28:36.5144782Z T=std::shared_ptr 2022-11-23T02:28:36.5144864Z ] 2022-11-23T02:28:36.5145399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5145494Z with 2022-11-23T02:28:36.5145576Z [ 2022-11-23T02:28:36.5145708Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5145793Z ] 2022-11-23T02:28:36.5146460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5146557Z with 2022-11-23T02:28:36.5146638Z [ 2022-11-23T02:28:36.5146767Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5146848Z ] 2022-11-23T02:28:36.5147300Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5147372Z with 2022-11-23T02:28:36.5147454Z [ 2022-11-23T02:28:36.5147580Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5147661Z ] 2022-11-23T02:28:36.5148136Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5148323Z with 2022-11-23T02:28:36.5148406Z [ 2022-11-23T02:28:36.5148536Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5148617Z ] 2022-11-23T02:28:36.5149049Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5149468Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5149923Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.5150348Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5150433Z with 2022-11-23T02:28:36.5150512Z [ 2022-11-23T02:28:36.5150642Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5150723Z ] 2022-11-23T02:28:36.5151184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5151286Z with 2022-11-23T02:28:36.5151348Z [ 2022-11-23T02:28:36.5151467Z T=torch::jit::Method 2022-11-23T02:28:36.5151546Z ] 2022-11-23T02:28:36.5152106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5152205Z with 2022-11-23T02:28:36.5152287Z [ 2022-11-23T02:28:36.5152405Z T=torch::jit::Method 2022-11-23T02:28:36.5152487Z ] 2022-11-23T02:28:36.5153140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5153275Z with 2022-11-23T02:28:36.5153359Z [ 2022-11-23T02:28:36.5153483Z T=torch::jit::Method 2022-11-23T02:28:36.5153564Z ] 2022-11-23T02:28:36.5154045Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5154135Z with 2022-11-23T02:28:36.5154197Z [ 2022-11-23T02:28:36.5154310Z T=torch::jit::Method 2022-11-23T02:28:36.5154390Z ] 2022-11-23T02:28:36.5154805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5155220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5155645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5155731Z with 2022-11-23T02:28:36.5178747Z [ 2022-11-23T02:28:36.5179043Z T=torch::jit::Method 2022-11-23T02:28:36.5179179Z ] 2022-11-23T02:28:36.5180074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5180220Z with 2022-11-23T02:28:36.5180350Z [ 2022-11-23T02:28:36.5180658Z T=std::vector> 2022-11-23T02:28:36.5180790Z ] 2022-11-23T02:28:36.5181614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5181761Z with 2022-11-23T02:28:36.5181888Z [ 2022-11-23T02:28:36.5182188Z T=std::vector> 2022-11-23T02:28:36.5182319Z ] 2022-11-23T02:28:36.5183170Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5183314Z with 2022-11-23T02:28:36.5183436Z [ 2022-11-23T02:28:36.5183738Z T=std::vector> 2022-11-23T02:28:36.5183861Z ] 2022-11-23T02:28:36.5184979Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5185276Z with 2022-11-23T02:28:36.5185409Z [ 2022-11-23T02:28:36.5185711Z T=std::vector> 2022-11-23T02:28:36.5185836Z ] 2022-11-23T02:28:36.5186833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5187775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5188589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5188739Z with 2022-11-23T02:28:36.5188859Z [ 2022-11-23T02:28:36.5189140Z T=std::vector> 2022-11-23T02:28:36.5189277Z ] 2022-11-23T02:28:36.5189991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5190143Z with 2022-11-23T02:28:36.5190270Z [ 2022-11-23T02:28:36.5190642Z T=std::function 2022-11-23T02:28:36.5190771Z ] 2022-11-23T02:28:36.5191546Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5191702Z with 2022-11-23T02:28:36.5191831Z [ 2022-11-23T02:28:36.5192325Z T=std::function 2022-11-23T02:28:36.5192461Z ] 2022-11-23T02:28:36.5193414Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5193756Z with 2022-11-23T02:28:36.5193884Z [ 2022-11-23T02:28:36.5194253Z T=std::function 2022-11-23T02:28:36.5194379Z ] 2022-11-23T02:28:36.5195275Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5195423Z with 2022-11-23T02:28:36.5195549Z [ 2022-11-23T02:28:36.5195915Z T=std::function 2022-11-23T02:28:36.5196047Z ] 2022-11-23T02:28:36.5196965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5197938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5198799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5199083Z with 2022-11-23T02:28:36.5199230Z [ 2022-11-23T02:28:36.5199682Z T=std::function 2022-11-23T02:28:36.5199878Z ] 2022-11-23T02:28:36.5200337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5200420Z with 2022-11-23T02:28:36.5200490Z [ 2022-11-23T02:28:36.5200713Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5200784Z ] 2022-11-23T02:28:36.5201177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5201254Z with 2022-11-23T02:28:36.5201323Z [ 2022-11-23T02:28:36.5201545Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5201614Z ] 2022-11-23T02:28:36.5202262Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5202414Z with 2022-11-23T02:28:36.5202483Z [ 2022-11-23T02:28:36.5202711Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5202781Z ] 2022-11-23T02:28:36.5203255Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5203326Z with 2022-11-23T02:28:36.5203395Z [ 2022-11-23T02:28:36.5203612Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5203686Z ] 2022-11-23T02:28:36.5204190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5204863Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5205435Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5205520Z with 2022-11-23T02:28:36.5205594Z [ 2022-11-23T02:28:36.5205815Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5205882Z ] 2022-11-23T02:28:36.5206248Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5206440Z with 2022-11-23T02:28:36.5206516Z [ 2022-11-23T02:28:36.5206673Z T=std::vector> 2022-11-23T02:28:36.5206840Z ] 2022-11-23T02:28:36.5207235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5207308Z with 2022-11-23T02:28:36.5207377Z [ 2022-11-23T02:28:36.5207524Z T=std::vector> 2022-11-23T02:28:36.5207681Z ] 2022-11-23T02:28:36.5208136Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5208213Z with 2022-11-23T02:28:36.5208283Z [ 2022-11-23T02:28:36.5208428Z T=std::vector> 2022-11-23T02:28:36.5208497Z ] 2022-11-23T02:28:36.5208958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5209028Z with 2022-11-23T02:28:36.5209096Z [ 2022-11-23T02:28:36.5209243Z T=std::vector> 2022-11-23T02:28:36.5209311Z ] 2022-11-23T02:28:36.5209726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5209801Z with 2022-11-23T02:28:36.5209871Z [ 2022-11-23T02:28:36.5209957Z T=double 2022-11-23T02:28:36.5210024Z ] 2022-11-23T02:28:36.5210500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5210572Z with 2022-11-23T02:28:36.5210640Z [ 2022-11-23T02:28:36.5210720Z T=double 2022-11-23T02:28:36.5210786Z ] 2022-11-23T02:28:36.5211203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5211327Z with 2022-11-23T02:28:36.5211395Z [ 2022-11-23T02:28:36.5211543Z T=std::vector> 2022-11-23T02:28:36.5211609Z ] 2022-11-23T02:28:36.5212063Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5212284Z with 2022-11-23T02:28:36.5212360Z [ 2022-11-23T02:28:36.5212497Z T=std::tuple 2022-11-23T02:28:36.5212567Z ] 2022-11-23T02:28:36.5212962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5213037Z with 2022-11-23T02:28:36.5213107Z [ 2022-11-23T02:28:36.5213355Z T=std::tuple 2022-11-23T02:28:36.5213428Z ] 2022-11-23T02:28:36.5213971Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5214052Z with 2022-11-23T02:28:36.5214120Z [ 2022-11-23T02:28:36.5214249Z T=std::tuple 2022-11-23T02:28:36.5214317Z ] 2022-11-23T02:28:36.5214785Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5214857Z with 2022-11-23T02:28:36.5214917Z [ 2022-11-23T02:28:36.5215043Z T=std::tuple 2022-11-23T02:28:36.5215197Z ] 2022-11-23T02:28:36.5215641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5216111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5216521Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5216604Z with 2022-11-23T02:28:36.5216681Z [ 2022-11-23T02:28:36.5216816Z T=std::tuple 2022-11-23T02:28:36.5216893Z ] 2022-11-23T02:28:36.5217272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5217356Z with 2022-11-23T02:28:36.5217432Z [ 2022-11-23T02:28:36.5217603Z T=std::vector> 2022-11-23T02:28:36.5217750Z ] 2022-11-23T02:28:36.5218146Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5218225Z with 2022-11-23T02:28:36.5218301Z [ 2022-11-23T02:28:36.5218466Z T=std::vector> 2022-11-23T02:28:36.5218543Z ] 2022-11-23T02:28:36.5219134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5219209Z with 2022-11-23T02:28:36.5219286Z [ 2022-11-23T02:28:36.5219457Z T=std::vector> 2022-11-23T02:28:36.5219627Z ] 2022-11-23T02:28:36.5220242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5220332Z with 2022-11-23T02:28:36.5220510Z [ 2022-11-23T02:28:36.5220684Z T=std::vector> 2022-11-23T02:28:36.5220762Z ] 2022-11-23T02:28:36.5221220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5221708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5222131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5222211Z with 2022-11-23T02:28:36.5222288Z [ 2022-11-23T02:28:36.5222450Z T=std::vector> 2022-11-23T02:28:36.5222525Z ] 2022-11-23T02:28:36.5223271Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension.pyd 2022-11-23T02:28:36.5223507Z Creating library reloaded_jit_extension.lib and object reloaded_jit_extension.exp 2022-11-23T02:28:36.5223668Z Loading extension module reloaded_jit_extension... 2022-11-23T02:28:36.5223963Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.5224266Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 1 and re-building as reloaded_jit_extension_v1... 2022-11-23T02:28:36.5224599Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:28:36.5224761Z Building extension module reloaded_jit_extension_v1... 2022-11-23T02:28:36.5224997Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.5226572Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v1 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:28:36.5226999Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.5227378Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.5227393Z 2022-11-23T02:28:36.5227790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.5228176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5228388Z with 2022-11-23T02:28:36.5228450Z [ 2022-11-23T02:28:36.5228617Z T=c10::SymInt 2022-11-23T02:28:36.5228694Z ] 2022-11-23T02:28:36.5229094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5229177Z with 2022-11-23T02:28:36.5229254Z [ 2022-11-23T02:28:36.5229351Z T=c10::SymInt 2022-11-23T02:28:36.5229427Z ] 2022-11-23T02:28:36.5229881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5229963Z with 2022-11-23T02:28:36.5230042Z [ 2022-11-23T02:28:36.5230138Z T=c10::SymInt 2022-11-23T02:28:36.5230214Z ] 2022-11-23T02:28:36.5230687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5230768Z with 2022-11-23T02:28:36.5230827Z [ 2022-11-23T02:28:36.5230923Z T=c10::SymInt 2022-11-23T02:28:36.5231000Z ] 2022-11-23T02:28:36.5232176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5232773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5233263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5233347Z with 2022-11-23T02:28:36.5233426Z [ 2022-11-23T02:28:36.5233524Z T=c10::SymInt 2022-11-23T02:28:36.5233601Z ] 2022-11-23T02:28:36.5234294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.5234695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5234777Z with 2022-11-23T02:28:36.5234854Z [ 2022-11-23T02:28:36.5234960Z T=at::TensorBase 2022-11-23T02:28:36.5235041Z ] 2022-11-23T02:28:36.5235438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5235520Z with 2022-11-23T02:28:36.5235581Z [ 2022-11-23T02:28:36.5235687Z T=at::TensorBase 2022-11-23T02:28:36.5235764Z ] 2022-11-23T02:28:36.5236208Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5236291Z with 2022-11-23T02:28:36.5236367Z [ 2022-11-23T02:28:36.5236474Z T=at::TensorBase 2022-11-23T02:28:36.5236549Z ] 2022-11-23T02:28:36.5237025Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5237235Z with 2022-11-23T02:28:36.5237311Z [ 2022-11-23T02:28:36.5237415Z T=at::TensorBase 2022-11-23T02:28:36.5237491Z ] 2022-11-23T02:28:36.5237897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5238312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5238734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5238819Z with 2022-11-23T02:28:36.5238880Z [ 2022-11-23T02:28:36.5238983Z T=at::TensorBase 2022-11-23T02:28:36.5239059Z ] 2022-11-23T02:28:36.5239439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5239672Z with 2022-11-23T02:28:36.5239762Z [ 2022-11-23T02:28:36.5239866Z T=at::Tensor 2022-11-23T02:28:36.5239943Z ] 2022-11-23T02:28:36.5240420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5240518Z with 2022-11-23T02:28:36.5240752Z [ 2022-11-23T02:28:36.5240941Z T=at::Tensor 2022-11-23T02:28:36.5241096Z ] 2022-11-23T02:28:36.5241555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5241636Z with 2022-11-23T02:28:36.5241697Z [ 2022-11-23T02:28:36.5241795Z T=at::Tensor 2022-11-23T02:28:36.5241872Z ] 2022-11-23T02:28:36.5242344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5242429Z with 2022-11-23T02:28:36.5242505Z [ 2022-11-23T02:28:36.5242602Z T=at::Tensor 2022-11-23T02:28:36.5242678Z ] 2022-11-23T02:28:36.5243079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5243481Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5243895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5243976Z with 2022-11-23T02:28:36.5244053Z [ 2022-11-23T02:28:36.5244149Z T=at::Tensor 2022-11-23T02:28:36.5244228Z ] 2022-11-23T02:28:36.5244609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5244692Z with 2022-11-23T02:28:36.5244855Z [ 2022-11-23T02:28:36.5244964Z T=at::Generator 2022-11-23T02:28:36.5245042Z ] 2022-11-23T02:28:36.5245439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5245522Z with 2022-11-23T02:28:36.5245598Z [ 2022-11-23T02:28:36.5245699Z T=at::Generator 2022-11-23T02:28:36.5245775Z ] 2022-11-23T02:28:36.5246223Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5246448Z with 2022-11-23T02:28:36.5246531Z [ 2022-11-23T02:28:36.5246637Z T=at::Generator 2022-11-23T02:28:36.5246713Z ] 2022-11-23T02:28:36.5247191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5247276Z with 2022-11-23T02:28:36.5247483Z [ 2022-11-23T02:28:36.5247668Z T=at::Generator 2022-11-23T02:28:36.5247833Z ] 2022-11-23T02:28:36.5248240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5248734Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5249173Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5249260Z with 2022-11-23T02:28:36.5249335Z [ 2022-11-23T02:28:36.5249437Z T=at::Generator 2022-11-23T02:28:36.5249514Z ] 2022-11-23T02:28:36.5249891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5249971Z with 2022-11-23T02:28:36.5250046Z [ 2022-11-23T02:28:36.5250143Z T=c10::Scalar 2022-11-23T02:28:36.5250218Z ] 2022-11-23T02:28:36.5250613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5250695Z with 2022-11-23T02:28:36.5250755Z [ 2022-11-23T02:28:36.5250856Z T=c10::Scalar 2022-11-23T02:28:36.5250932Z ] 2022-11-23T02:28:36.5251375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5251454Z with 2022-11-23T02:28:36.5251531Z [ 2022-11-23T02:28:36.5251625Z T=c10::Scalar 2022-11-23T02:28:36.5251701Z ] 2022-11-23T02:28:36.5252176Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5252258Z with 2022-11-23T02:28:36.5252334Z [ 2022-11-23T02:28:36.5252429Z T=c10::Scalar 2022-11-23T02:28:36.5252505Z ] 2022-11-23T02:28:36.5252904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5253547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5253965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5254156Z with 2022-11-23T02:28:36.5254274Z [ 2022-11-23T02:28:36.5254510Z T=c10::Scalar 2022-11-23T02:28:36.5254596Z ] 2022-11-23T02:28:36.5254980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5255065Z with 2022-11-23T02:28:36.5255140Z [ 2022-11-23T02:28:36.5255238Z T=std::string 2022-11-23T02:28:36.5255315Z ] 2022-11-23T02:28:36.5255706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5255786Z with 2022-11-23T02:28:36.5255862Z [ 2022-11-23T02:28:36.5256010Z T=std::string 2022-11-23T02:28:36.5256086Z ] 2022-11-23T02:28:36.5256614Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5256715Z with 2022-11-23T02:28:36.5256775Z [ 2022-11-23T02:28:36.5256873Z T=std::string 2022-11-23T02:28:36.5256955Z ] 2022-11-23T02:28:36.5257427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5257508Z with 2022-11-23T02:28:36.5257584Z [ 2022-11-23T02:28:36.5257681Z T=std::string 2022-11-23T02:28:36.5257756Z ] 2022-11-23T02:28:36.5258163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5258606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5259029Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5259113Z with 2022-11-23T02:28:36.5259189Z [ 2022-11-23T02:28:36.5259287Z T=std::string 2022-11-23T02:28:36.5259363Z ] 2022-11-23T02:28:36.5259743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5259961Z with 2022-11-23T02:28:36.5260024Z [ 2022-11-23T02:28:36.5260144Z T=c10::QualifiedName 2022-11-23T02:28:36.5260220Z ] 2022-11-23T02:28:36.5260613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5260905Z with 2022-11-23T02:28:36.5261046Z [ 2022-11-23T02:28:36.5261301Z T=c10::QualifiedName 2022-11-23T02:28:36.5261384Z ] 2022-11-23T02:28:36.5261836Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5261917Z with 2022-11-23T02:28:36.5261994Z [ 2022-11-23T02:28:36.5262103Z T=c10::QualifiedName 2022-11-23T02:28:36.5262180Z ] 2022-11-23T02:28:36.5262657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5262740Z with 2022-11-23T02:28:36.5262800Z [ 2022-11-23T02:28:36.5262914Z T=c10::QualifiedName 2022-11-23T02:28:36.5262994Z ] 2022-11-23T02:28:36.5263410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5263826Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5264333Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5264433Z with 2022-11-23T02:28:36.5264510Z [ 2022-11-23T02:28:36.5264623Z T=c10::QualifiedName 2022-11-23T02:28:36.5264699Z ] 2022-11-23T02:28:36.5265073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5265158Z with 2022-11-23T02:28:36.5265232Z [ 2022-11-23T02:28:36.5265396Z T=std::shared_ptr 2022-11-23T02:28:36.5265475Z ] 2022-11-23T02:28:36.5265872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5265952Z with 2022-11-23T02:28:36.5266011Z [ 2022-11-23T02:28:36.5266176Z T=std::shared_ptr 2022-11-23T02:28:36.5266254Z ] 2022-11-23T02:28:36.5266857Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5266952Z with 2022-11-23T02:28:36.5267028Z [ 2022-11-23T02:28:36.5267189Z T=std::shared_ptr 2022-11-23T02:28:36.5267264Z ] 2022-11-23T02:28:36.5267846Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5268006Z with 2022-11-23T02:28:36.5268202Z [ 2022-11-23T02:28:36.5268376Z T=std::shared_ptr 2022-11-23T02:28:36.5268453Z ] 2022-11-23T02:28:36.5268900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5269448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5269908Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5269990Z with 2022-11-23T02:28:36.5270065Z [ 2022-11-23T02:28:36.5270223Z T=std::shared_ptr 2022-11-23T02:28:36.5270287Z ] 2022-11-23T02:28:36.5270666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5270747Z with 2022-11-23T02:28:36.5270827Z [ 2022-11-23T02:28:36.5270986Z T=std::weak_ptr 2022-11-23T02:28:36.5271063Z ] 2022-11-23T02:28:36.5271455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5271535Z with 2022-11-23T02:28:36.5271609Z [ 2022-11-23T02:28:36.5271765Z T=std::weak_ptr 2022-11-23T02:28:36.5271840Z ] 2022-11-23T02:28:36.5272355Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5272452Z with 2022-11-23T02:28:36.5272528Z [ 2022-11-23T02:28:36.5272684Z T=std::weak_ptr 2022-11-23T02:28:36.5272748Z ] 2022-11-23T02:28:36.5273220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5273302Z with 2022-11-23T02:28:36.5273378Z [ 2022-11-23T02:28:36.5273672Z T=std::weak_ptr 2022-11-23T02:28:36.5273757Z ] 2022-11-23T02:28:36.5274212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5274811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5275366Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5275451Z with 2022-11-23T02:28:36.5275528Z [ 2022-11-23T02:28:36.5275688Z T=std::weak_ptr 2022-11-23T02:28:36.5275767Z ] 2022-11-23T02:28:36.5276152Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5276237Z with 2022-11-23T02:28:36.5276313Z [ 2022-11-23T02:28:36.5276506Z T=std::vector> 2022-11-23T02:28:36.5276584Z ] 2022-11-23T02:28:36.5276982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5277146Z with 2022-11-23T02:28:36.5277224Z [ 2022-11-23T02:28:36.5277417Z T=std::vector> 2022-11-23T02:28:36.5277494Z ] 2022-11-23T02:28:36.5277934Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5278015Z with 2022-11-23T02:28:36.5278092Z [ 2022-11-23T02:28:36.5278286Z T=std::vector> 2022-11-23T02:28:36.5278362Z ] 2022-11-23T02:28:36.5278838Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5278922Z with 2022-11-23T02:28:36.5278997Z [ 2022-11-23T02:28:36.5279182Z T=std::vector> 2022-11-23T02:28:36.5279259Z ] 2022-11-23T02:28:36.5279718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5280367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5280829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5280916Z with 2022-11-23T02:28:36.5280995Z [ 2022-11-23T02:28:36.5281184Z T=std::vector> 2022-11-23T02:28:36.5281364Z ] 2022-11-23T02:28:36.5281917Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5282010Z with 2022-11-23T02:28:36.5282086Z [ 2022-11-23T02:28:36.5282241Z T=std::vector> 2022-11-23T02:28:36.5282319Z ] 2022-11-23T02:28:36.5282719Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5282802Z with 2022-11-23T02:28:36.5282878Z [ 2022-11-23T02:28:36.5283024Z T=std::vector> 2022-11-23T02:28:36.5283103Z ] 2022-11-23T02:28:36.5283548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5283628Z with 2022-11-23T02:28:36.5283705Z [ 2022-11-23T02:28:36.5283852Z T=std::vector> 2022-11-23T02:28:36.5283911Z ] 2022-11-23T02:28:36.5284389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5284473Z with 2022-11-23T02:28:36.5284655Z [ 2022-11-23T02:28:36.5284804Z T=std::vector> 2022-11-23T02:28:36.5284881Z ] 2022-11-23T02:28:36.5285319Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5285747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5286170Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5286253Z with 2022-11-23T02:28:36.5286330Z [ 2022-11-23T02:28:36.5286476Z T=std::vector> 2022-11-23T02:28:36.5286555Z ] 2022-11-23T02:28:36.5287035Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5287153Z with 2022-11-23T02:28:36.5287231Z [ 2022-11-23T02:28:36.5287441Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5287518Z ] 2022-11-23T02:28:36.5288201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5288438Z with 2022-11-23T02:28:36.5288506Z [ 2022-11-23T02:28:36.5288721Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5288796Z ] 2022-11-23T02:28:36.5289246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5289327Z with 2022-11-23T02:28:36.5289405Z [ 2022-11-23T02:28:36.5289609Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5289684Z ] 2022-11-23T02:28:36.5290159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5290243Z with 2022-11-23T02:28:36.5290318Z [ 2022-11-23T02:28:36.5290523Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5290603Z ] 2022-11-23T02:28:36.5291083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5291560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5291969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5292390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5292571Z with 2022-11-23T02:28:36.5292648Z [ 2022-11-23T02:28:36.5292855Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5292932Z ] 2022-11-23T02:28:36.5293310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5293376Z with 2022-11-23T02:28:36.5293454Z [ 2022-11-23T02:28:36.5293653Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5293880Z ] 2022-11-23T02:28:36.5294296Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5294382Z with 2022-11-23T02:28:36.5294460Z [ 2022-11-23T02:28:36.5294656Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5294733Z ] 2022-11-23T02:28:36.5295500Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5295587Z with 2022-11-23T02:28:36.5295663Z [ 2022-11-23T02:28:36.5295858Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5296018Z ] 2022-11-23T02:28:36.5296624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5296716Z with 2022-11-23T02:28:36.5296791Z [ 2022-11-23T02:28:36.5296973Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5297050Z ] 2022-11-23T02:28:36.5297527Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5297997Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5298392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5298809Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5298891Z with 2022-11-23T02:28:36.5298968Z [ 2022-11-23T02:28:36.5299163Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5299240Z ] 2022-11-23T02:28:36.5299622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5299706Z with 2022-11-23T02:28:36.5299781Z [ 2022-11-23T02:28:36.5299937Z T=std::vector> 2022-11-23T02:28:36.5300014Z ] 2022-11-23T02:28:36.5300411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5300714Z with 2022-11-23T02:28:36.5300806Z [ 2022-11-23T02:28:36.5300966Z T=std::vector> 2022-11-23T02:28:36.5301045Z ] 2022-11-23T02:28:36.5301469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5301554Z with 2022-11-23T02:28:36.5301739Z [ 2022-11-23T02:28:36.5302111Z T=std::vector> 2022-11-23T02:28:36.5302199Z ] 2022-11-23T02:28:36.5302680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5302766Z with 2022-11-23T02:28:36.5302841Z [ 2022-11-23T02:28:36.5302991Z T=std::vector> 2022-11-23T02:28:36.5303066Z ] 2022-11-23T02:28:36.5303503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5304019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5304455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5304540Z with 2022-11-23T02:28:36.5304616Z [ 2022-11-23T02:28:36.5304768Z T=std::vector> 2022-11-23T02:28:36.5304847Z ] 2022-11-23T02:28:36.5305223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5305302Z with 2022-11-23T02:28:36.5305361Z [ 2022-11-23T02:28:36.5305549Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5305627Z ] 2022-11-23T02:28:36.5306023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5306106Z with 2022-11-23T02:28:36.5306182Z [ 2022-11-23T02:28:36.5306372Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5306448Z ] 2022-11-23T02:28:36.5306888Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5306968Z with 2022-11-23T02:28:36.5307044Z [ 2022-11-23T02:28:36.5307226Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5307302Z ] 2022-11-23T02:28:36.5307929Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5308019Z with 2022-11-23T02:28:36.5308094Z [ 2022-11-23T02:28:36.5308378Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5308593Z ] 2022-11-23T02:28:36.5309228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5309725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5310212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.5310631Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5310718Z with 2022-11-23T02:28:36.5310797Z [ 2022-11-23T02:28:36.5310983Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5311060Z ] 2022-11-23T02:28:36.5311437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5311519Z with 2022-11-23T02:28:36.5311596Z [ 2022-11-23T02:28:36.5311860Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5311952Z ] 2022-11-23T02:28:36.5312352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5312439Z with 2022-11-23T02:28:36.5312515Z [ 2022-11-23T02:28:36.5312698Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5312775Z ] 2022-11-23T02:28:36.5313218Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5313300Z with 2022-11-23T02:28:36.5313359Z [ 2022-11-23T02:28:36.5313546Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5313626Z ] 2022-11-23T02:28:36.5314098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5314329Z with 2022-11-23T02:28:36.5314412Z [ 2022-11-23T02:28:36.5314601Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5314676Z ] 2022-11-23T02:28:36.5315147Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5315949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5316433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.5317682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5317767Z with 2022-11-23T02:28:36.5317845Z [ 2022-11-23T02:28:36.5318034Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5318110Z ] 2022-11-23T02:28:36.5318496Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5318578Z with 2022-11-23T02:28:36.5318655Z [ 2022-11-23T02:28:36.5318788Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5318851Z ] 2022-11-23T02:28:36.5319320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5319414Z with 2022-11-23T02:28:36.5319490Z [ 2022-11-23T02:28:36.5319622Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5319699Z ] 2022-11-23T02:28:36.5320140Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5320223Z with 2022-11-23T02:28:36.5320298Z [ 2022-11-23T02:28:36.5320521Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5320620Z ] 2022-11-23T02:28:36.5321261Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5321354Z with 2022-11-23T02:28:36.5321429Z [ 2022-11-23T02:28:36.5321560Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5321620Z ] 2022-11-23T02:28:36.5322236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5322842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5322942Z with 2022-11-23T02:28:36.5323025Z [ 2022-11-23T02:28:36.5323154Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5323230Z ] 2022-11-23T02:28:36.5323782Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.5324558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5324662Z with 2022-11-23T02:28:36.5324739Z [ 2022-11-23T02:28:36.5324874Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5324950Z ] 2022-11-23T02:28:36.5325336Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5325419Z with 2022-11-23T02:28:36.5325494Z [ 2022-11-23T02:28:36.5325728Z T=std::vector> 2022-11-23T02:28:36.5325938Z ] 2022-11-23T02:28:36.5326343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5326426Z with 2022-11-23T02:28:36.5326486Z [ 2022-11-23T02:28:36.5326717Z T=std::vector> 2022-11-23T02:28:36.5326794Z ] 2022-11-23T02:28:36.5327242Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5327324Z with 2022-11-23T02:28:36.5327401Z [ 2022-11-23T02:28:36.5327628Z T=std::vector> 2022-11-23T02:28:36.5327707Z ] 2022-11-23T02:28:36.5328342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5328428Z with 2022-11-23T02:28:36.5328505Z [ 2022-11-23T02:28:36.5328735Z T=std::vector> 2022-11-23T02:28:36.5328815Z ] 2022-11-23T02:28:36.5329957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5330512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5330941Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5331025Z with 2022-11-23T02:28:36.5331101Z [ 2022-11-23T02:28:36.5331332Z T=std::vector> 2022-11-23T02:28:36.5331410Z ] 2022-11-23T02:28:36.5331791Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5331873Z with 2022-11-23T02:28:36.5331932Z [ 2022-11-23T02:28:36.5332059Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5332138Z ] 2022-11-23T02:28:36.5332530Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5332612Z with 2022-11-23T02:28:36.5332687Z [ 2022-11-23T02:28:36.5332808Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5332884Z ] 2022-11-23T02:28:36.5333332Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5333416Z with 2022-11-23T02:28:36.5333492Z [ 2022-11-23T02:28:36.5333611Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5333687Z ] 2022-11-23T02:28:36.5334158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5334333Z with 2022-11-23T02:28:36.5334392Z [ 2022-11-23T02:28:36.5334515Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5334593Z ] 2022-11-23T02:28:36.5335018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5335626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5336059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5336148Z with 2022-11-23T02:28:36.5336362Z [ 2022-11-23T02:28:36.5336664Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5336749Z ] 2022-11-23T02:28:36.5337131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5337212Z with 2022-11-23T02:28:36.5337290Z [ 2022-11-23T02:28:36.5337389Z T=c10::IValue 2022-11-23T02:28:36.5337554Z ] 2022-11-23T02:28:36.5337966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5338048Z with 2022-11-23T02:28:36.5338112Z [ 2022-11-23T02:28:36.5338211Z T=c10::IValue 2022-11-23T02:28:36.5338288Z ] 2022-11-23T02:28:36.5338738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5338819Z with 2022-11-23T02:28:36.5338895Z [ 2022-11-23T02:28:36.5338993Z T=c10::IValue 2022-11-23T02:28:36.5339068Z ] 2022-11-23T02:28:36.5339543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5339624Z with 2022-11-23T02:28:36.5339699Z [ 2022-11-23T02:28:36.5339799Z T=c10::IValue 2022-11-23T02:28:36.5339879Z ] 2022-11-23T02:28:36.5340282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5340685Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5341102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5341185Z with 2022-11-23T02:28:36.5341262Z [ 2022-11-23T02:28:36.5341344Z T=c10::IValue 2022-11-23T02:28:36.5341421Z ] 2022-11-23T02:28:36.5341793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5342113Z with 2022-11-23T02:28:36.5342203Z [ 2022-11-23T02:28:36.5342312Z T=c10::AliasInfo 2022-11-23T02:28:36.5342389Z ] 2022-11-23T02:28:36.5342793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5342873Z with 2022-11-23T02:28:36.5342950Z [ 2022-11-23T02:28:36.5343229Z T=c10::AliasInfo 2022-11-23T02:28:36.5343438Z ] 2022-11-23T02:28:36.5343912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5343993Z with 2022-11-23T02:28:36.5344056Z [ 2022-11-23T02:28:36.5344161Z T=c10::AliasInfo 2022-11-23T02:28:36.5344239Z ] 2022-11-23T02:28:36.5344714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5344796Z with 2022-11-23T02:28:36.5344872Z [ 2022-11-23T02:28:36.5344974Z T=c10::AliasInfo 2022-11-23T02:28:36.5345050Z ] 2022-11-23T02:28:36.5345537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5345973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5346393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5346474Z with 2022-11-23T02:28:36.5346550Z [ 2022-11-23T02:28:36.5346652Z T=c10::AliasInfo 2022-11-23T02:28:36.5346728Z ] 2022-11-23T02:28:36.5347106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5347190Z with 2022-11-23T02:28:36.5347254Z [ 2022-11-23T02:28:36.5347421Z T=std::vector> 2022-11-23T02:28:36.5347500Z ] 2022-11-23T02:28:36.5347891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5347976Z with 2022-11-23T02:28:36.5348051Z [ 2022-11-23T02:28:36.5348213Z T=std::vector> 2022-11-23T02:28:36.5348289Z ] 2022-11-23T02:28:36.5348865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5348965Z with 2022-11-23T02:28:36.5349040Z [ 2022-11-23T02:28:36.5349209Z T=std::vector> 2022-11-23T02:28:36.5349285Z ] 2022-11-23T02:28:36.5349760Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5350191Z with 2022-11-23T02:28:36.5350276Z [ 2022-11-23T02:28:36.5350444Z T=std::vector> 2022-11-23T02:28:36.5350504Z ] 2022-11-23T02:28:36.5350937Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5351018Z with 2022-11-23T02:28:36.5351095Z [ 2022-11-23T02:28:36.5351192Z T=c10::SymInt 2022-11-23T02:28:36.5351269Z ] 2022-11-23T02:28:36.5351693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5351773Z with 2022-11-23T02:28:36.5351852Z [ 2022-11-23T02:28:36.5351949Z T=c10::SymInt 2022-11-23T02:28:36.5352027Z ] 2022-11-23T02:28:36.5352480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.5352999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.5353502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5353602Z with 2022-11-23T02:28:36.5353679Z [ 2022-11-23T02:28:36.5353847Z T=std::vector> 2022-11-23T02:28:36.5353924Z ] 2022-11-23T02:28:36.5354287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5354369Z with 2022-11-23T02:28:36.5354446Z [ 2022-11-23T02:28:36.5354621Z T=c10::either 2022-11-23T02:28:36.5354698Z ] 2022-11-23T02:28:36.5355098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5355182Z with 2022-11-23T02:28:36.5355260Z [ 2022-11-23T02:28:36.5355432Z T=c10::either 2022-11-23T02:28:36.5355508Z ] 2022-11-23T02:28:36.5356117Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5356203Z with 2022-11-23T02:28:36.5356279Z [ 2022-11-23T02:28:36.5356450Z T=c10::either 2022-11-23T02:28:36.5356526Z ] 2022-11-23T02:28:36.5357320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5357415Z with 2022-11-23T02:28:36.5357475Z [ 2022-11-23T02:28:36.5357649Z T=c10::either 2022-11-23T02:28:36.5357725Z ] 2022-11-23T02:28:36.5358181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5358830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5359257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5359338Z with 2022-11-23T02:28:36.5359414Z [ 2022-11-23T02:28:36.5359580Z T=c10::either 2022-11-23T02:28:36.5359657Z ] 2022-11-23T02:28:36.5360031Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5360116Z with 2022-11-23T02:28:36.5360192Z [ 2022-11-23T02:28:36.5360306Z T=at::StepCallbacks 2022-11-23T02:28:36.5360383Z ] 2022-11-23T02:28:36.5360779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5360859Z with 2022-11-23T02:28:36.5360935Z [ 2022-11-23T02:28:36.5361625Z T=at::StepCallbacks 2022-11-23T02:28:36.5361744Z ] 2022-11-23T02:28:36.5362210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5362297Z with 2022-11-23T02:28:36.5362375Z [ 2022-11-23T02:28:36.5362666Z T=at::StepCallbacks 2022-11-23T02:28:36.5362748Z ] 2022-11-23T02:28:36.5363228Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5363314Z with 2022-11-23T02:28:36.5363388Z [ 2022-11-23T02:28:36.5363614Z T=at::StepCallbacks 2022-11-23T02:28:36.5363696Z ] 2022-11-23T02:28:36.5364235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5364674Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5365095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5365177Z with 2022-11-23T02:28:36.5365255Z [ 2022-11-23T02:28:36.5365350Z T=at::StepCallbacks 2022-11-23T02:28:36.5365429Z ] 2022-11-23T02:28:36.5365807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5365888Z with 2022-11-23T02:28:36.5365964Z [ 2022-11-23T02:28:36.5366068Z T=c10::DimVector 2022-11-23T02:28:36.5366144Z ] 2022-11-23T02:28:36.5366536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5366737Z with 2022-11-23T02:28:36.5366812Z [ 2022-11-23T02:28:36.5366918Z T=c10::DimVector 2022-11-23T02:28:36.5366994Z ] 2022-11-23T02:28:36.5367441Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5367521Z with 2022-11-23T02:28:36.5367596Z [ 2022-11-23T02:28:36.5367684Z T=c10::DimVector 2022-11-23T02:28:36.5367760Z ] 2022-11-23T02:28:36.5368238Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5368323Z with 2022-11-23T02:28:36.5368399Z [ 2022-11-23T02:28:36.5368500Z T=c10::DimVector 2022-11-23T02:28:36.5368576Z ] 2022-11-23T02:28:36.5368975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5369542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5370057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5370153Z with 2022-11-23T02:28:36.5370342Z [ 2022-11-23T02:28:36.5370468Z T=c10::DimVector 2022-11-23T02:28:36.5370650Z ] 2022-11-23T02:28:36.5371038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5371119Z with 2022-11-23T02:28:36.5371195Z [ 2022-11-23T02:28:36.5371305Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5371383Z ] 2022-11-23T02:28:36.5371781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5371863Z with 2022-11-23T02:28:36.5371941Z [ 2022-11-23T02:28:36.5372069Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5372146Z ] 2022-11-23T02:28:36.5372589Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5372674Z with 2022-11-23T02:28:36.5372750Z [ 2022-11-23T02:28:36.5372878Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5372955Z ] 2022-11-23T02:28:36.5373429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5373509Z with 2022-11-23T02:28:36.5373587Z [ 2022-11-23T02:28:36.5373712Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5373772Z ] 2022-11-23T02:28:36.5374200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5374747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5375167Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5375250Z with 2022-11-23T02:28:36.5375327Z [ 2022-11-23T02:28:36.5375450Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5375534Z ] 2022-11-23T02:28:36.5376044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5376138Z with 2022-11-23T02:28:36.5376219Z [ 2022-11-23T02:28:36.5376398Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5376474Z ] 2022-11-23T02:28:36.5376875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5377068Z with 2022-11-23T02:28:36.5377150Z [ 2022-11-23T02:28:36.5377440Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5377523Z ] 2022-11-23T02:28:36.5378031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5378126Z with 2022-11-23T02:28:36.5378206Z [ 2022-11-23T02:28:36.5378380Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5378460Z ] 2022-11-23T02:28:36.5378932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5379013Z with 2022-11-23T02:28:36.5379089Z [ 2022-11-23T02:28:36.5379257Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5379332Z ] 2022-11-23T02:28:36.5379792Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5380279Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5380703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5380786Z with 2022-11-23T02:28:36.5380864Z [ 2022-11-23T02:28:36.5381034Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5381110Z ] 2022-11-23T02:28:36.5381489Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5381573Z with 2022-11-23T02:28:36.5381632Z [ 2022-11-23T02:28:36.5381779Z T=std::tuple 2022-11-23T02:28:36.5381859Z ] 2022-11-23T02:28:36.5382256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5382425Z with 2022-11-23T02:28:36.5382502Z [ 2022-11-23T02:28:36.5382781Z T=std::tuple 2022-11-23T02:28:36.5382869Z ] 2022-11-23T02:28:36.5383316Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5383397Z with 2022-11-23T02:28:36.5383476Z [ 2022-11-23T02:28:36.5383621Z T=std::tuple 2022-11-23T02:28:36.5383813Z ] 2022-11-23T02:28:36.5384407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5384497Z with 2022-11-23T02:28:36.5384574Z [ 2022-11-23T02:28:36.5384701Z T=std::tuple 2022-11-23T02:28:36.5384779Z ] 2022-11-23T02:28:36.5385214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5385754Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5386194Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5386283Z with 2022-11-23T02:28:36.5386360Z [ 2022-11-23T02:28:36.5386503Z T=std::tuple 2022-11-23T02:28:36.5386580Z ] 2022-11-23T02:28:36.5386956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5387037Z with 2022-11-23T02:28:36.5387112Z [ 2022-11-23T02:28:36.5387236Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5387312Z ] 2022-11-23T02:28:36.5387708Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5387789Z with 2022-11-23T02:28:36.5387864Z [ 2022-11-23T02:28:36.5387985Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5388046Z ] 2022-11-23T02:28:36.5388491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5388572Z with 2022-11-23T02:28:36.5388649Z [ 2022-11-23T02:28:36.5388765Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5388841Z ] 2022-11-23T02:28:36.5389321Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5389562Z with 2022-11-23T02:28:36.5389645Z [ 2022-11-23T02:28:36.5389764Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5389844Z ] 2022-11-23T02:28:36.5390364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5391044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5391468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5391549Z with 2022-11-23T02:28:36.5391625Z [ 2022-11-23T02:28:36.5391743Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5391802Z ] 2022-11-23T02:28:36.5392181Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5392266Z with 2022-11-23T02:28:36.5392341Z [ 2022-11-23T02:28:36.5392484Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5392561Z ] 2022-11-23T02:28:36.5392957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5393038Z with 2022-11-23T02:28:36.5393115Z [ 2022-11-23T02:28:36.5393255Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5393413Z ] 2022-11-23T02:28:36.5393869Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5393954Z with 2022-11-23T02:28:36.5394030Z [ 2022-11-23T02:28:36.5394170Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5394245Z ] 2022-11-23T02:28:36.5394701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5394783Z with 2022-11-23T02:28:36.5394861Z [ 2022-11-23T02:28:36.5394996Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5395072Z ] 2022-11-23T02:28:36.5395507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5395943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5396507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5396597Z with 2022-11-23T02:28:36.5396674Z [ 2022-11-23T02:28:36.5396815Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5396892Z ] 2022-11-23T02:28:36.5397393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5397585Z with 2022-11-23T02:28:36.5397666Z [ 2022-11-23T02:28:36.5397805Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5397881Z ] 2022-11-23T02:28:36.5398376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5398441Z with 2022-11-23T02:28:36.5398518Z [ 2022-11-23T02:28:36.5398654Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5398731Z ] 2022-11-23T02:28:36.5399174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5399262Z with 2022-11-23T02:28:36.5399338Z [ 2022-11-23T02:28:36.5399475Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5399550Z ] 2022-11-23T02:28:36.5400024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5400108Z with 2022-11-23T02:28:36.5400184Z [ 2022-11-23T02:28:36.5400319Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5400395Z ] 2022-11-23T02:28:36.5400825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5401341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5401776Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5401861Z with 2022-11-23T02:28:36.5401920Z [ 2022-11-23T02:28:36.5402055Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5402133Z ] 2022-11-23T02:28:36.5402512Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5402595Z with 2022-11-23T02:28:36.5402671Z [ 2022-11-23T02:28:36.5402785Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5402997Z ] 2022-11-23T02:28:36.5403405Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5403488Z with 2022-11-23T02:28:36.5403563Z [ 2022-11-23T02:28:36.5403676Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5403757Z ] 2022-11-23T02:28:36.5404407Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5404494Z with 2022-11-23T02:28:36.5404554Z [ 2022-11-23T02:28:36.5404668Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5404746Z ] 2022-11-23T02:28:36.5405221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5405303Z with 2022-11-23T02:28:36.5405379Z [ 2022-11-23T02:28:36.5405489Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5405567Z ] 2022-11-23T02:28:36.5405980Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5406506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5406922Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5407009Z with 2022-11-23T02:28:36.5407085Z [ 2022-11-23T02:28:36.5407199Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5407278Z ] 2022-11-23T02:28:36.5407653Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5407737Z with 2022-11-23T02:28:36.5407814Z [ 2022-11-23T02:28:36.5407913Z T=at::ThreadLocalState 2022-11-23T02:28:36.5407990Z ] 2022-11-23T02:28:36.5408382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5408463Z with 2022-11-23T02:28:36.5408540Z [ 2022-11-23T02:28:36.5408654Z T=at::ThreadLocalState 2022-11-23T02:28:36.5408730Z ] 2022-11-23T02:28:36.5409244Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5409340Z with 2022-11-23T02:28:36.5409420Z [ 2022-11-23T02:28:36.5409651Z T=at::ThreadLocalState 2022-11-23T02:28:36.5409746Z ] 2022-11-23T02:28:36.5410227Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5410309Z with 2022-11-23T02:28:36.5410384Z [ 2022-11-23T02:28:36.5410483Z T=at::ThreadLocalState 2022-11-23T02:28:36.5410666Z ] 2022-11-23T02:28:36.5411213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5411663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5412085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5412168Z with 2022-11-23T02:28:36.5412246Z [ 2022-11-23T02:28:36.5412365Z T=at::ThreadLocalState 2022-11-23T02:28:36.5412441Z ] 2022-11-23T02:28:36.5412815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5412899Z with 2022-11-23T02:28:36.5412977Z [ 2022-11-23T02:28:36.5413117Z T=std::shared_ptr 2022-11-23T02:28:36.5413194Z ] 2022-11-23T02:28:36.5413584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5413762Z with 2022-11-23T02:28:36.5413837Z [ 2022-11-23T02:28:36.5413963Z T=std::shared_ptr 2022-11-23T02:28:36.5414041Z ] 2022-11-23T02:28:36.5414488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5414571Z with 2022-11-23T02:28:36.5414648Z [ 2022-11-23T02:28:36.5414791Z T=std::shared_ptr 2022-11-23T02:28:36.5414869Z ] 2022-11-23T02:28:36.5415344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5415429Z with 2022-11-23T02:28:36.5415504Z [ 2022-11-23T02:28:36.5415641Z T=std::shared_ptr 2022-11-23T02:28:36.5415717Z ] 2022-11-23T02:28:36.5416148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5416805Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5417388Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.5417959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5418047Z with 2022-11-23T02:28:36.5418124Z [ 2022-11-23T02:28:36.5418266Z T=std::shared_ptr 2022-11-23T02:28:36.5418343Z ] 2022-11-23T02:28:36.5418701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5418783Z with 2022-11-23T02:28:36.5418864Z [ 2022-11-23T02:28:36.5418993Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5419071Z ] 2022-11-23T02:28:36.5419458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5419542Z with 2022-11-23T02:28:36.5419618Z [ 2022-11-23T02:28:36.5419740Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5419815Z ] 2022-11-23T02:28:36.5420255Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5420334Z with 2022-11-23T02:28:36.5420410Z [ 2022-11-23T02:28:36.5420530Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5420606Z ] 2022-11-23T02:28:36.5421083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5421243Z with 2022-11-23T02:28:36.5421321Z [ 2022-11-23T02:28:36.5421444Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5421522Z ] 2022-11-23T02:28:36.5421949Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5422364Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5422820Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.5423386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5423479Z with 2022-11-23T02:28:36.5423556Z [ 2022-11-23T02:28:36.5423681Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5423758Z ] 2022-11-23T02:28:36.5424252Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5424340Z with 2022-11-23T02:28:36.5424523Z [ 2022-11-23T02:28:36.5424641Z T=torch::jit::Method 2022-11-23T02:28:36.5424804Z ] 2022-11-23T02:28:36.5425216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5425297Z with 2022-11-23T02:28:36.5425362Z [ 2022-11-23T02:28:36.5425472Z T=torch::jit::Method 2022-11-23T02:28:36.5425549Z ] 2022-11-23T02:28:36.5425989Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5426071Z with 2022-11-23T02:28:36.5426147Z [ 2022-11-23T02:28:36.5426257Z T=torch::jit::Method 2022-11-23T02:28:36.5426332Z ] 2022-11-23T02:28:36.5426806Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5426887Z with 2022-11-23T02:28:36.5426962Z [ 2022-11-23T02:28:36.5427069Z T=torch::jit::Method 2022-11-23T02:28:36.5427148Z ] 2022-11-23T02:28:36.5427552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5427965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5428386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5428468Z with 2022-11-23T02:28:36.5428528Z [ 2022-11-23T02:28:36.5428637Z T=torch::jit::Method 2022-11-23T02:28:36.5428714Z ] 2022-11-23T02:28:36.5429088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5429254Z with 2022-11-23T02:28:36.5429331Z [ 2022-11-23T02:28:36.5429501Z T=std::vector> 2022-11-23T02:28:36.5429576Z ] 2022-11-23T02:28:36.5430103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5430190Z with 2022-11-23T02:28:36.5430266Z [ 2022-11-23T02:28:36.5430438Z T=std::vector> 2022-11-23T02:28:36.5430515Z ] 2022-11-23T02:28:36.5431085Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5431276Z with 2022-11-23T02:28:36.5431353Z [ 2022-11-23T02:28:36.5431505Z T=std::vector> 2022-11-23T02:28:36.5431582Z ] 2022-11-23T02:28:36.5432059Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5432143Z with 2022-11-23T02:28:36.5432220Z [ 2022-11-23T02:28:36.5432463Z T=std::vector> 2022-11-23T02:28:36.5432554Z ] 2022-11-23T02:28:36.5433016Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5433480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5433895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5433977Z with 2022-11-23T02:28:36.5434054Z [ 2022-11-23T02:28:36.5434223Z T=std::vector> 2022-11-23T02:28:36.5434301Z ] 2022-11-23T02:28:36.5434676Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5434763Z with 2022-11-23T02:28:36.5434839Z [ 2022-11-23T02:28:36.5435042Z T=std::function 2022-11-23T02:28:36.5435120Z ] 2022-11-23T02:28:36.5435494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5435578Z with 2022-11-23T02:28:36.5435657Z [ 2022-11-23T02:28:36.5435860Z T=std::function 2022-11-23T02:28:36.5435938Z ] 2022-11-23T02:28:36.5436383Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5436592Z with 2022-11-23T02:28:36.5436779Z [ 2022-11-23T02:28:36.5436985Z T=std::function 2022-11-23T02:28:36.5437062Z ] 2022-11-23T02:28:36.5437675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5437767Z with 2022-11-23T02:28:36.5437958Z [ 2022-11-23T02:28:36.5438174Z T=std::function 2022-11-23T02:28:36.5438249Z ] 2022-11-23T02:28:36.5438736Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5439241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5439662Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5439744Z with 2022-11-23T02:28:36.5439821Z [ 2022-11-23T02:28:36.5440023Z T=std::function 2022-11-23T02:28:36.5440158Z ] 2022-11-23T02:28:36.5440560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5440642Z with 2022-11-23T02:28:36.5440721Z [ 2022-11-23T02:28:36.5440950Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5441027Z ] 2022-11-23T02:28:36.5441424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5441506Z with 2022-11-23T02:28:36.5441581Z [ 2022-11-23T02:28:36.5441808Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5441884Z ] 2022-11-23T02:28:36.5442330Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5442411Z with 2022-11-23T02:28:36.5442487Z [ 2022-11-23T02:28:36.5442720Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5442796Z ] 2022-11-23T02:28:36.5443407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5443479Z with 2022-11-23T02:28:36.5443555Z [ 2022-11-23T02:28:36.5443782Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5443859Z ] 2022-11-23T02:28:36.5444511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5445160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5446190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5446273Z with 2022-11-23T02:28:36.5446350Z [ 2022-11-23T02:28:36.5446579Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5446655Z ] 2022-11-23T02:28:36.5447038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5447120Z with 2022-11-23T02:28:36.5447197Z [ 2022-11-23T02:28:36.5447359Z T=std::vector> 2022-11-23T02:28:36.5447436Z ] 2022-11-23T02:28:36.5447828Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5447910Z with 2022-11-23T02:28:36.5447986Z [ 2022-11-23T02:28:36.5448126Z T=std::vector> 2022-11-23T02:28:36.5448204Z ] 2022-11-23T02:28:36.5448733Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5448834Z with 2022-11-23T02:28:36.5448910Z [ 2022-11-23T02:28:36.5449066Z T=std::vector> 2022-11-23T02:28:36.5449147Z ] 2022-11-23T02:28:36.5449619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5449700Z with 2022-11-23T02:28:36.5449776Z [ 2022-11-23T02:28:36.5450073Z T=std::vector> 2022-11-23T02:28:36.5450160Z ] 2022-11-23T02:28:36.5450596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5450680Z with 2022-11-23T02:28:36.5450755Z [ 2022-11-23T02:28:36.5450843Z T=double 2022-11-23T02:28:36.5450911Z ] 2022-11-23T02:28:36.5451636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5451731Z with 2022-11-23T02:28:36.5451807Z [ 2022-11-23T02:28:36.5451895Z T=double 2022-11-23T02:28:36.5451970Z ] 2022-11-23T02:28:36.5452393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5452474Z with 2022-11-23T02:28:36.5452551Z [ 2022-11-23T02:28:36.5452706Z T=std::vector> 2022-11-23T02:28:36.5452782Z ] 2022-11-23T02:28:36.5453158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5453340Z with 2022-11-23T02:28:36.5453417Z [ 2022-11-23T02:28:36.5453556Z T=std::tuple 2022-11-23T02:28:36.5453617Z ] 2022-11-23T02:28:36.5454013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5454094Z with 2022-11-23T02:28:36.5454170Z [ 2022-11-23T02:28:36.5454307Z T=std::tuple 2022-11-23T02:28:36.5454383Z ] 2022-11-23T02:28:36.5454828Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5454910Z with 2022-11-23T02:28:36.5454984Z [ 2022-11-23T02:28:36.5455120Z T=std::tuple 2022-11-23T02:28:36.5455201Z ] 2022-11-23T02:28:36.5455673Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5455754Z with 2022-11-23T02:28:36.5455829Z [ 2022-11-23T02:28:36.5455964Z T=std::tuple 2022-11-23T02:28:36.5456039Z ] 2022-11-23T02:28:36.5456523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5457162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5457594Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5457668Z with 2022-11-23T02:28:36.5457857Z [ 2022-11-23T02:28:36.5458105Z T=std::tuple 2022-11-23T02:28:36.5458188Z ] 2022-11-23T02:28:36.5458607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5458689Z with 2022-11-23T02:28:36.5458766Z [ 2022-11-23T02:28:36.5458932Z T=std::vector> 2022-11-23T02:28:36.5459011Z ] 2022-11-23T02:28:36.5459407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5459493Z with 2022-11-23T02:28:36.5459569Z [ 2022-11-23T02:28:36.5459733Z T=std::vector> 2022-11-23T02:28:36.5459809Z ] 2022-11-23T02:28:36.5460254Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5460334Z with 2022-11-23T02:28:36.5460393Z [ 2022-11-23T02:28:36.5460561Z T=std::vector> 2022-11-23T02:28:36.5460639Z ] 2022-11-23T02:28:36.5461110Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5461290Z with 2022-11-23T02:28:36.5461367Z [ 2022-11-23T02:28:36.5461532Z T=std::vector> 2022-11-23T02:28:36.5461607Z ] 2022-11-23T02:28:36.5462061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5462552Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5462967Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5463053Z with 2022-11-23T02:28:36.5463130Z [ 2022-11-23T02:28:36.5463294Z T=std::vector> 2022-11-23T02:28:36.5463478Z ] 2022-11-23T02:28:36.5464119Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v1.pyd 2022-11-23T02:28:36.5464524Z Creating library reloaded_jit_extension_v1.lib and object reloaded_jit_extension_v1.exp 2022-11-23T02:28:36.5464827Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:28:36.5465142Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.5465397Z No modifications detected for re-loaded extension module reloaded_jit_extension_v1, skipping build step... 2022-11-23T02:28:36.5465556Z Loading extension module reloaded_jit_extension_v1... 2022-11-23T02:28:36.5465840Z Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.5466128Z The input conditions for extension module reloaded_jit_extension have changed. Bumping to version 2 and re-building as reloaded_jit_extension_v2... 2022-11-23T02:28:36.5466461Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\build.ninja... 2022-11-23T02:28:36.5466621Z Building extension module reloaded_jit_extension_v2... 2022-11-23T02:28:36.5466870Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.5468061Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=reloaded_jit_extension_v2 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\reloaded_jit_extension\main.cpp /Fomain.o 2022-11-23T02:28:36.5468258Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.5468417Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.5468447Z 2022-11-23T02:28:36.5468815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.5469297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5469384Z with 2022-11-23T02:28:36.5469463Z [ 2022-11-23T02:28:36.5469564Z T=c10::SymInt 2022-11-23T02:28:36.5469643Z ] 2022-11-23T02:28:36.5470042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5470261Z with 2022-11-23T02:28:36.5470344Z [ 2022-11-23T02:28:36.5470445Z T=c10::SymInt 2022-11-23T02:28:36.5470522Z ] 2022-11-23T02:28:36.5470967Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5471052Z with 2022-11-23T02:28:36.5471224Z [ 2022-11-23T02:28:36.5471353Z T=c10::SymInt 2022-11-23T02:28:36.5471435Z ] 2022-11-23T02:28:36.5472006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5472090Z with 2022-11-23T02:28:36.5472168Z [ 2022-11-23T02:28:36.5472346Z T=c10::SymInt 2022-11-23T02:28:36.5472435Z ] 2022-11-23T02:28:36.5472845Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5473250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5473669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5473750Z with 2022-11-23T02:28:36.5473825Z [ 2022-11-23T02:28:36.5473923Z T=c10::SymInt 2022-11-23T02:28:36.5473999Z ] 2022-11-23T02:28:36.5474361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.5474741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5474826Z with 2022-11-23T02:28:36.5474902Z [ 2022-11-23T02:28:36.5475009Z T=at::TensorBase 2022-11-23T02:28:36.5475084Z ] 2022-11-23T02:28:36.5475460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5475541Z with 2022-11-23T02:28:36.5475618Z [ 2022-11-23T02:28:36.5475722Z T=at::TensorBase 2022-11-23T02:28:36.5475798Z ] 2022-11-23T02:28:36.5476245Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5476326Z with 2022-11-23T02:28:36.5476402Z [ 2022-11-23T02:28:36.5476594Z T=at::TensorBase 2022-11-23T02:28:36.5476670Z ] 2022-11-23T02:28:36.5477285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5477372Z with 2022-11-23T02:28:36.5477447Z [ 2022-11-23T02:28:36.5477551Z T=at::TensorBase 2022-11-23T02:28:36.5477628Z ] 2022-11-23T02:28:36.5478139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5478702Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5479135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5479218Z with 2022-11-23T02:28:36.5479297Z [ 2022-11-23T02:28:36.5479401Z T=at::TensorBase 2022-11-23T02:28:36.5479478Z ] 2022-11-23T02:28:36.5479854Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5479934Z with 2022-11-23T02:28:36.5480009Z [ 2022-11-23T02:28:36.5480194Z T=at::Tensor 2022-11-23T02:28:36.5480285Z ] 2022-11-23T02:28:36.5480682Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5480766Z with 2022-11-23T02:28:36.5480842Z [ 2022-11-23T02:28:36.5480942Z T=at::Tensor 2022-11-23T02:28:36.5481001Z ] 2022-11-23T02:28:36.5481442Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5481523Z with 2022-11-23T02:28:36.5481601Z [ 2022-11-23T02:28:36.5481698Z T=at::Tensor 2022-11-23T02:28:36.5481776Z ] 2022-11-23T02:28:36.5482250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5482332Z with 2022-11-23T02:28:36.5482409Z [ 2022-11-23T02:28:36.5482509Z T=at::Tensor 2022-11-23T02:28:36.5482585Z ] 2022-11-23T02:28:36.5482982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5483380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5483946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5484035Z with 2022-11-23T02:28:36.5484112Z [ 2022-11-23T02:28:36.5484211Z T=at::Tensor 2022-11-23T02:28:36.5484287Z ] 2022-11-23T02:28:36.5485175Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5490679Z with 2022-11-23T02:28:36.5490838Z [ 2022-11-23T02:28:36.5491055Z T=at::Generator 2022-11-23T02:28:36.5491191Z ] 2022-11-23T02:28:36.5491956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5492103Z with 2022-11-23T02:28:36.5492240Z [ 2022-11-23T02:28:36.5492422Z T=at::Generator 2022-11-23T02:28:36.5492569Z ] 2022-11-23T02:28:36.5493393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5493675Z with 2022-11-23T02:28:36.5493821Z [ 2022-11-23T02:28:36.5494009Z T=at::Generator 2022-11-23T02:28:36.5494130Z ] 2022-11-23T02:28:36.5495101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5495255Z with 2022-11-23T02:28:36.5495390Z [ 2022-11-23T02:28:36.5495580Z T=at::Generator 2022-11-23T02:28:36.5495714Z ] 2022-11-23T02:28:36.5497432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5497932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5498472Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5498589Z with 2022-11-23T02:28:36.5498672Z [ 2022-11-23T02:28:36.5498784Z T=at::Generator 2022-11-23T02:28:36.5498866Z ] 2022-11-23T02:28:36.5499393Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5499483Z with 2022-11-23T02:28:36.5499561Z [ 2022-11-23T02:28:36.5499664Z T=c10::Scalar 2022-11-23T02:28:36.5499725Z ] 2022-11-23T02:28:36.5500270Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5500366Z with 2022-11-23T02:28:36.5500550Z [ 2022-11-23T02:28:36.5500661Z T=c10::Scalar 2022-11-23T02:28:36.5500781Z ] 2022-11-23T02:28:36.5501232Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5501312Z with 2022-11-23T02:28:36.5501388Z [ 2022-11-23T02:28:36.5501484Z T=c10::Scalar 2022-11-23T02:28:36.5501561Z ] 2022-11-23T02:28:36.5502043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5502266Z with 2022-11-23T02:28:36.5502345Z [ 2022-11-23T02:28:36.5502446Z T=c10::Scalar 2022-11-23T02:28:36.5502522Z ] 2022-11-23T02:28:36.5502914Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5503316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5503741Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5503825Z with 2022-11-23T02:28:36.5503903Z [ 2022-11-23T02:28:36.5504000Z T=c10::Scalar 2022-11-23T02:28:36.5504086Z ] 2022-11-23T02:28:36.5504464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5504544Z with 2022-11-23T02:28:36.5504621Z [ 2022-11-23T02:28:36.5504718Z T=std::string 2022-11-23T02:28:36.5504794Z ] 2022-11-23T02:28:36.5505184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5505264Z with 2022-11-23T02:28:36.5505422Z [ 2022-11-23T02:28:36.5505538Z T=std::string 2022-11-23T02:28:36.5505598Z ] 2022-11-23T02:28:36.5506215Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5506315Z with 2022-11-23T02:28:36.5506391Z [ 2022-11-23T02:28:36.5506489Z T=std::string 2022-11-23T02:28:36.5506566Z ] 2022-11-23T02:28:36.5507288Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5507375Z with 2022-11-23T02:28:36.5507453Z [ 2022-11-23T02:28:36.5507552Z T=std::string 2022-11-23T02:28:36.5507629Z ] 2022-11-23T02:28:36.5508039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5508439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5508867Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5508949Z with 2022-11-23T02:28:36.5509025Z [ 2022-11-23T02:28:36.5509124Z T=std::string 2022-11-23T02:28:36.5509184Z ] 2022-11-23T02:28:36.5509567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5509650Z with 2022-11-23T02:28:36.5509727Z [ 2022-11-23T02:28:36.5509842Z T=c10::QualifiedName 2022-11-23T02:28:36.5509918Z ] 2022-11-23T02:28:36.5510309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5510492Z with 2022-11-23T02:28:36.5510569Z [ 2022-11-23T02:28:36.5510684Z T=c10::QualifiedName 2022-11-23T02:28:36.5510759Z ] 2022-11-23T02:28:36.5511203Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5511285Z with 2022-11-23T02:28:36.5511362Z [ 2022-11-23T02:28:36.5511473Z T=c10::QualifiedName 2022-11-23T02:28:36.5511532Z ] 2022-11-23T02:28:36.5512006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5512092Z with 2022-11-23T02:28:36.5512171Z [ 2022-11-23T02:28:36.5512281Z T=c10::QualifiedName 2022-11-23T02:28:36.5512357Z ] 2022-11-23T02:28:36.5512924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5513593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5514160Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5514252Z with 2022-11-23T02:28:36.5514328Z [ 2022-11-23T02:28:36.5514442Z T=c10::QualifiedName 2022-11-23T02:28:36.5514518Z ] 2022-11-23T02:28:36.5514894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5514975Z with 2022-11-23T02:28:36.5515051Z [ 2022-11-23T02:28:36.5515216Z T=std::shared_ptr 2022-11-23T02:28:36.5515292Z ] 2022-11-23T02:28:36.5515672Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5515756Z with 2022-11-23T02:28:36.5515833Z [ 2022-11-23T02:28:36.5515995Z T=std::shared_ptr 2022-11-23T02:28:36.5516071Z ] 2022-11-23T02:28:36.5516519Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5516600Z with 2022-11-23T02:28:36.5516675Z [ 2022-11-23T02:28:36.5516832Z T=std::shared_ptr 2022-11-23T02:28:36.5516907Z ] 2022-11-23T02:28:36.5517385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5517467Z with 2022-11-23T02:28:36.5517542Z [ 2022-11-23T02:28:36.5517703Z T=std::shared_ptr 2022-11-23T02:28:36.5517779Z ] 2022-11-23T02:28:36.5518225Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5518773Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5519277Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5519412Z with 2022-11-23T02:28:36.5519475Z [ 2022-11-23T02:28:36.5519637Z T=std::shared_ptr 2022-11-23T02:28:36.5519715Z ] 2022-11-23T02:28:36.5520095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5520182Z with 2022-11-23T02:28:36.5520385Z [ 2022-11-23T02:28:36.5520663Z T=std::weak_ptr 2022-11-23T02:28:36.5520747Z ] 2022-11-23T02:28:36.5521142Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5521223Z with 2022-11-23T02:28:36.5521299Z [ 2022-11-23T02:28:36.5521544Z T=std::weak_ptr 2022-11-23T02:28:36.5521634Z ] 2022-11-23T02:28:36.5522083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5522168Z with 2022-11-23T02:28:36.5522245Z [ 2022-11-23T02:28:36.5522384Z T=std::weak_ptr 2022-11-23T02:28:36.5522461Z ] 2022-11-23T02:28:36.5522934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5523015Z with 2022-11-23T02:28:36.5523095Z [ 2022-11-23T02:28:36.5523250Z T=std::weak_ptr 2022-11-23T02:28:36.5523326Z ] 2022-11-23T02:28:36.5523775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5524213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5524632Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5524713Z with 2022-11-23T02:28:36.5524789Z [ 2022-11-23T02:28:36.5524944Z T=std::weak_ptr 2022-11-23T02:28:36.5525021Z ] 2022-11-23T02:28:36.5525404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5525486Z with 2022-11-23T02:28:36.5525563Z [ 2022-11-23T02:28:36.5525755Z T=std::vector> 2022-11-23T02:28:36.5525901Z ] 2022-11-23T02:28:36.5526460Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5526545Z with 2022-11-23T02:28:36.5526620Z [ 2022-11-23T02:28:36.5526811Z T=std::vector> 2022-11-23T02:28:36.5526890Z ] 2022-11-23T02:28:36.5527561Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5527648Z with 2022-11-23T02:28:36.5527726Z [ 2022-11-23T02:28:36.5527915Z T=std::vector> 2022-11-23T02:28:36.5527995Z ] 2022-11-23T02:28:36.5528471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5528552Z with 2022-11-23T02:28:36.5528628Z [ 2022-11-23T02:28:36.5528814Z T=std::vector> 2022-11-23T02:28:36.5528929Z ] 2022-11-23T02:28:36.5529473Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5529966Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5530389Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5530471Z with 2022-11-23T02:28:36.5530531Z [ 2022-11-23T02:28:36.5530722Z T=std::vector> 2022-11-23T02:28:36.5530799Z ] 2022-11-23T02:28:36.5531180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5531264Z with 2022-11-23T02:28:36.5531340Z [ 2022-11-23T02:28:36.5531488Z T=std::vector> 2022-11-23T02:28:36.5531565Z ] 2022-11-23T02:28:36.5531963Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5532050Z with 2022-11-23T02:28:36.5532125Z [ 2022-11-23T02:28:36.5532271Z T=std::vector> 2022-11-23T02:28:36.5532347Z ] 2022-11-23T02:28:36.5532956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5533041Z with 2022-11-23T02:28:36.5533121Z [ 2022-11-23T02:28:36.5533254Z T=std::vector> 2022-11-23T02:28:36.5533333Z ] 2022-11-23T02:28:36.5533934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5534276Z with 2022-11-23T02:28:36.5534352Z [ 2022-11-23T02:28:36.5534503Z T=std::vector> 2022-11-23T02:28:36.5534580Z ] 2022-11-23T02:28:36.5535018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5535449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5535871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5535957Z with 2022-11-23T02:28:36.5536034Z [ 2022-11-23T02:28:36.5536178Z T=std::vector> 2022-11-23T02:28:36.5536255Z ] 2022-11-23T02:28:36.5536630Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5536711Z with 2022-11-23T02:28:36.5536785Z [ 2022-11-23T02:28:36.5536992Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5537129Z ] 2022-11-23T02:28:36.5537547Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5537628Z with 2022-11-23T02:28:36.5537708Z [ 2022-11-23T02:28:36.5537913Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5537990Z ] 2022-11-23T02:28:36.5538429Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5538509Z with 2022-11-23T02:28:36.5538585Z [ 2022-11-23T02:28:36.5538787Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5538865Z ] 2022-11-23T02:28:36.5539342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5539568Z with 2022-11-23T02:28:36.5539656Z [ 2022-11-23T02:28:36.5539864Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5539941Z ] 2022-11-23T02:28:36.5540427Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5541140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5541553Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5542076Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5542157Z with 2022-11-23T02:28:36.5542234Z [ 2022-11-23T02:28:36.5542439Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5542500Z ] 2022-11-23T02:28:36.5542882Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5542963Z with 2022-11-23T02:28:36.5543039Z [ 2022-11-23T02:28:36.5543235Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5543312Z ] 2022-11-23T02:28:36.5543706Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5543790Z with 2022-11-23T02:28:36.5543865Z [ 2022-11-23T02:28:36.5544061Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5544140Z ] 2022-11-23T02:28:36.5544586Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5544734Z with 2022-11-23T02:28:36.5544823Z [ 2022-11-23T02:28:36.5545021Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5545097Z ] 2022-11-23T02:28:36.5545569Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5545654Z with 2022-11-23T02:28:36.5545714Z [ 2022-11-23T02:28:36.5545910Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5545988Z ] 2022-11-23T02:28:36.5546604Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5547083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5547684Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5548107Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5548190Z with 2022-11-23T02:28:36.5548269Z [ 2022-11-23T02:28:36.5548464Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5548542Z ] 2022-11-23T02:28:36.5548926Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5549009Z with 2022-11-23T02:28:36.5549085Z [ 2022-11-23T02:28:36.5549338Z T=std::vector> 2022-11-23T02:28:36.5549415Z ] 2022-11-23T02:28:36.5549810Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5549891Z with 2022-11-23T02:28:36.5549966Z [ 2022-11-23T02:28:36.5550103Z T=std::vector> 2022-11-23T02:28:36.5550180Z ] 2022-11-23T02:28:36.5550623Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5550705Z with 2022-11-23T02:28:36.5550781Z [ 2022-11-23T02:28:36.5550932Z T=std::vector> 2022-11-23T02:28:36.5551011Z ] 2022-11-23T02:28:36.5551487Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5551572Z with 2022-11-23T02:28:36.5551650Z [ 2022-11-23T02:28:36.5551801Z T=std::vector> 2022-11-23T02:28:36.5551878Z ] 2022-11-23T02:28:36.5552385Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5552973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5553407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5553490Z with 2022-11-23T02:28:36.5553566Z [ 2022-11-23T02:28:36.5553717Z T=std::vector> 2022-11-23T02:28:36.5553911Z ] 2022-11-23T02:28:36.5554402Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5554495Z with 2022-11-23T02:28:36.5554574Z [ 2022-11-23T02:28:36.5554764Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5554842Z ] 2022-11-23T02:28:36.5555233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5555316Z with 2022-11-23T02:28:36.5555392Z [ 2022-11-23T02:28:36.5555579Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5555655Z ] 2022-11-23T02:28:36.5556099Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5556178Z with 2022-11-23T02:28:36.5556255Z [ 2022-11-23T02:28:36.5556444Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5556520Z ] 2022-11-23T02:28:36.5556994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5557173Z with 2022-11-23T02:28:36.5557232Z [ 2022-11-23T02:28:36.5557420Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5557497Z ] 2022-11-23T02:28:36.5557969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5558504Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5558984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.5559406Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5559630Z with 2022-11-23T02:28:36.5559715Z [ 2022-11-23T02:28:36.5559904Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5559982Z ] 2022-11-23T02:28:36.5560436Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5560643Z with 2022-11-23T02:28:36.5560728Z [ 2022-11-23T02:28:36.5561014Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5561099Z ] 2022-11-23T02:28:36.5561495Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5561577Z with 2022-11-23T02:28:36.5561652Z [ 2022-11-23T02:28:36.5561836Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5561896Z ] 2022-11-23T02:28:36.5562342Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5562425Z with 2022-11-23T02:28:36.5562501Z [ 2022-11-23T02:28:36.5562680Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5562758Z ] 2022-11-23T02:28:36.5563229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5563315Z with 2022-11-23T02:28:36.5563389Z [ 2022-11-23T02:28:36.5563574Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5563651Z ] 2022-11-23T02:28:36.5564120Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5564611Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5565186Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.5565602Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5565683Z with 2022-11-23T02:28:36.5565762Z [ 2022-11-23T02:28:36.5565947Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5566025Z ] 2022-11-23T02:28:36.5566559Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5566647Z with 2022-11-23T02:28:36.5566708Z [ 2022-11-23T02:28:36.5566844Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5566923Z ] 2022-11-23T02:28:36.5567442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5567626Z with 2022-11-23T02:28:36.5567705Z [ 2022-11-23T02:28:36.5567837Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5567913Z ] 2022-11-23T02:28:36.5568437Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5568533Z with 2022-11-23T02:28:36.5568609Z [ 2022-11-23T02:28:36.5568737Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5568814Z ] 2022-11-23T02:28:36.5569290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5569372Z with 2022-11-23T02:28:36.5569446Z [ 2022-11-23T02:28:36.5569558Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5569634Z ] 2022-11-23T02:28:36.5570064Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5570470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5570554Z with 2022-11-23T02:28:36.5570629Z [ 2022-11-23T02:28:36.5570760Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5570835Z ] 2022-11-23T02:28:36.5571298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.5571714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5571795Z with 2022-11-23T02:28:36.5571871Z [ 2022-11-23T02:28:36.5572000Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5572076Z ] 2022-11-23T02:28:36.5572450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5572615Z with 2022-11-23T02:28:36.5572690Z [ 2022-11-23T02:28:36.5573052Z T=std::vector> 2022-11-23T02:28:36.5573117Z ] 2022-11-23T02:28:36.5573518Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5573599Z with 2022-11-23T02:28:36.5573674Z [ 2022-11-23T02:28:36.5574032Z T=std::vector> 2022-11-23T02:28:36.5574121Z ] 2022-11-23T02:28:36.5574677Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5574763Z with 2022-11-23T02:28:36.5574839Z [ 2022-11-23T02:28:36.5575069Z T=std::vector> 2022-11-23T02:28:36.5575146Z ] 2022-11-23T02:28:36.5575624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5575706Z with 2022-11-23T02:28:36.5575780Z [ 2022-11-23T02:28:36.5576082Z T=std::vector> 2022-11-23T02:28:36.5576171Z ] 2022-11-23T02:28:36.5576686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5577200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5577618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5577698Z with 2022-11-23T02:28:36.5577778Z [ 2022-11-23T02:28:36.5578010Z T=std::vector> 2022-11-23T02:28:36.5578071Z ] 2022-11-23T02:28:36.5578449Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5578532Z with 2022-11-23T02:28:36.5578608Z [ 2022-11-23T02:28:36.5578729Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5578806Z ] 2022-11-23T02:28:36.5579198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5579278Z with 2022-11-23T02:28:36.5579353Z [ 2022-11-23T02:28:36.5579474Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5579667Z ] 2022-11-23T02:28:36.5580151Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5580231Z with 2022-11-23T02:28:36.5581365Z [ 2022-11-23T02:28:36.5581500Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5581560Z ] 2022-11-23T02:28:36.5582038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5582122Z with 2022-11-23T02:28:36.5582199Z [ 2022-11-23T02:28:36.5582320Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5582396Z ] 2022-11-23T02:28:36.5582825Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5583259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5583686Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5583766Z with 2022-11-23T02:28:36.5583841Z [ 2022-11-23T02:28:36.5583960Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5584036Z ] 2022-11-23T02:28:36.5584505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5584603Z with 2022-11-23T02:28:36.5584680Z [ 2022-11-23T02:28:36.5584783Z T=c10::IValue 2022-11-23T02:28:36.5584859Z ] 2022-11-23T02:28:36.5585235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5585322Z with 2022-11-23T02:28:36.5585400Z [ 2022-11-23T02:28:36.5585500Z T=c10::IValue 2022-11-23T02:28:36.5585575Z ] 2022-11-23T02:28:36.5586019Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5586100Z with 2022-11-23T02:28:36.5586177Z [ 2022-11-23T02:28:36.5586279Z T=c10::IValue 2022-11-23T02:28:36.5586490Z ] 2022-11-23T02:28:36.5586977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5587061Z with 2022-11-23T02:28:36.5587137Z [ 2022-11-23T02:28:36.5587233Z T=c10::IValue 2022-11-23T02:28:36.5587309Z ] 2022-11-23T02:28:36.5587915Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5588334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5588755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5588838Z with 2022-11-23T02:28:36.5588916Z [ 2022-11-23T02:28:36.5589111Z T=c10::IValue 2022-11-23T02:28:36.5589188Z ] 2022-11-23T02:28:36.5589565Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5589645Z with 2022-11-23T02:28:36.5589720Z [ 2022-11-23T02:28:36.5589822Z T=c10::AliasInfo 2022-11-23T02:28:36.5589900Z ] 2022-11-23T02:28:36.5590295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5590380Z with 2022-11-23T02:28:36.5590456Z [ 2022-11-23T02:28:36.5590556Z T=c10::AliasInfo 2022-11-23T02:28:36.5590617Z ] 2022-11-23T02:28:36.5591059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5591144Z with 2022-11-23T02:28:36.5591224Z [ 2022-11-23T02:28:36.5591323Z T=c10::AliasInfo 2022-11-23T02:28:36.5591399Z ] 2022-11-23T02:28:36.5591873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5591953Z with 2022-11-23T02:28:36.5592028Z [ 2022-11-23T02:28:36.5592201Z T=c10::AliasInfo 2022-11-23T02:28:36.5592294Z ] 2022-11-23T02:28:36.5592700Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5593115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5593683Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5593772Z with 2022-11-23T02:28:36.5593848Z [ 2022-11-23T02:28:36.5593951Z T=c10::AliasInfo 2022-11-23T02:28:36.5594029Z ] 2022-11-23T02:28:36.5594537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5594727Z with 2022-11-23T02:28:36.5594808Z [ 2022-11-23T02:28:36.5594978Z T=std::vector> 2022-11-23T02:28:36.5595059Z ] 2022-11-23T02:28:36.5595451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5595532Z with 2022-11-23T02:28:36.5595609Z [ 2022-11-23T02:28:36.5595772Z T=std::vector> 2022-11-23T02:28:36.5595849Z ] 2022-11-23T02:28:36.5596294Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5596376Z with 2022-11-23T02:28:36.5596453Z [ 2022-11-23T02:28:36.5596616Z T=std::vector> 2022-11-23T02:28:36.5596693Z ] 2022-11-23T02:28:36.5597265Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5597349Z with 2022-11-23T02:28:36.5597408Z [ 2022-11-23T02:28:36.5597568Z T=std::vector> 2022-11-23T02:28:36.5597644Z ] 2022-11-23T02:28:36.5598078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5598161Z with 2022-11-23T02:28:36.5598237Z [ 2022-11-23T02:28:36.5598335Z T=c10::SymInt 2022-11-23T02:28:36.5598411Z ] 2022-11-23T02:28:36.5598832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5598917Z with 2022-11-23T02:28:36.5598993Z [ 2022-11-23T02:28:36.5599089Z T=c10::SymInt 2022-11-23T02:28:36.5599166Z ] 2022-11-23T02:28:36.5599622Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.5600361Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.5600805Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5600892Z with 2022-11-23T02:28:36.5600968Z [ 2022-11-23T02:28:36.5601254Z T=std::vector> 2022-11-23T02:28:36.5601438Z ] 2022-11-23T02:28:36.5601830Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5601911Z with 2022-11-23T02:28:36.5601988Z [ 2022-11-23T02:28:36.5602163Z T=c10::either 2022-11-23T02:28:36.5602238Z ] 2022-11-23T02:28:36.5602639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5602723Z with 2022-11-23T02:28:36.5602798Z [ 2022-11-23T02:28:36.5602967Z T=c10::either 2022-11-23T02:28:36.5603045Z ] 2022-11-23T02:28:36.5603485Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5603565Z with 2022-11-23T02:28:36.5603639Z [ 2022-11-23T02:28:36.5603808Z T=c10::either 2022-11-23T02:28:36.5603867Z ] 2022-11-23T02:28:36.5604344Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5604428Z with 2022-11-23T02:28:36.5604596Z [ 2022-11-23T02:28:36.5604768Z T=c10::either 2022-11-23T02:28:36.5604845Z ] 2022-11-23T02:28:36.5605298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5605784Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5606208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5606289Z with 2022-11-23T02:28:36.5606368Z [ 2022-11-23T02:28:36.5606535Z T=c10::either 2022-11-23T02:28:36.5606613Z ] 2022-11-23T02:28:36.5607135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5607223Z with 2022-11-23T02:28:36.5607299Z [ 2022-11-23T02:28:36.5607413Z T=at::StepCallbacks 2022-11-23T02:28:36.5607491Z ] 2022-11-23T02:28:36.5608192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5608281Z with 2022-11-23T02:28:36.5608359Z [ 2022-11-23T02:28:36.5608476Z T=at::StepCallbacks 2022-11-23T02:28:36.5608552Z ] 2022-11-23T02:28:36.5608998Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5609084Z with 2022-11-23T02:28:36.5609160Z [ 2022-11-23T02:28:36.5609269Z T=at::StepCallbacks 2022-11-23T02:28:36.5609345Z ] 2022-11-23T02:28:36.5609816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5609896Z with 2022-11-23T02:28:36.5609975Z [ 2022-11-23T02:28:36.5610084Z T=at::StepCallbacks 2022-11-23T02:28:36.5610160Z ] 2022-11-23T02:28:36.5610574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5611005Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5611420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5611502Z with 2022-11-23T02:28:36.5611562Z [ 2022-11-23T02:28:36.5611673Z T=at::StepCallbacks 2022-11-23T02:28:36.5611753Z ] 2022-11-23T02:28:36.5612126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5612207Z with 2022-11-23T02:28:36.5612370Z [ 2022-11-23T02:28:36.5612481Z T=c10::DimVector 2022-11-23T02:28:36.5612556Z ] 2022-11-23T02:28:36.5612950Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5613031Z with 2022-11-23T02:28:36.5613107Z [ 2022-11-23T02:28:36.5613208Z T=c10::DimVector 2022-11-23T02:28:36.5613285Z ] 2022-11-23T02:28:36.5613868Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5613959Z with 2022-11-23T02:28:36.5614040Z [ 2022-11-23T02:28:36.5614146Z T=c10::DimVector 2022-11-23T02:28:36.5614225Z ] 2022-11-23T02:28:36.5614932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5615023Z with 2022-11-23T02:28:36.5615097Z [ 2022-11-23T02:28:36.5615206Z T=c10::DimVector 2022-11-23T02:28:36.5615288Z ] 2022-11-23T02:28:36.5615694Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5616178Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5616617Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5616708Z with 2022-11-23T02:28:36.5616766Z [ 2022-11-23T02:28:36.5616870Z T=c10::DimVector 2022-11-23T02:28:36.5616948Z ] 2022-11-23T02:28:36.5617324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5617408Z with 2022-11-23T02:28:36.5617485Z [ 2022-11-23T02:28:36.5617615Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5617694Z ] 2022-11-23T02:28:36.5618088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5618171Z with 2022-11-23T02:28:36.5618246Z [ 2022-11-23T02:28:36.5618377Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5618454Z ] 2022-11-23T02:28:36.5618897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5618978Z with 2022-11-23T02:28:36.5619037Z [ 2022-11-23T02:28:36.5619165Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5619243Z ] 2022-11-23T02:28:36.5619718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5619802Z with 2022-11-23T02:28:36.5619880Z [ 2022-11-23T02:28:36.5620008Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5620299Z ] 2022-11-23T02:28:36.5620737Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5621294Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5621731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5621912Z with 2022-11-23T02:28:36.5621991Z [ 2022-11-23T02:28:36.5622119Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5622196Z ] 2022-11-23T02:28:36.5622578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5622664Z with 2022-11-23T02:28:36.5622742Z [ 2022-11-23T02:28:36.5622899Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5622975Z ] 2022-11-23T02:28:36.5623376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5623457Z with 2022-11-23T02:28:36.5623534Z [ 2022-11-23T02:28:36.5624268Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5624387Z ] 2022-11-23T02:28:36.5624845Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5624933Z with 2022-11-23T02:28:36.5625010Z [ 2022-11-23T02:28:36.5625184Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5625262Z ] 2022-11-23T02:28:36.5625738Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5625820Z with 2022-11-23T02:28:36.5625898Z [ 2022-11-23T02:28:36.5626072Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5626132Z ] 2022-11-23T02:28:36.5626595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5627098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5627679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5627762Z with 2022-11-23T02:28:36.5627841Z [ 2022-11-23T02:28:36.5628013Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5628095Z ] 2022-11-23T02:28:36.5628691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5628778Z with 2022-11-23T02:28:36.5628958Z [ 2022-11-23T02:28:36.5629111Z T=std::tuple 2022-11-23T02:28:36.5629190Z ] 2022-11-23T02:28:36.5629636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5629724Z with 2022-11-23T02:28:36.5629802Z [ 2022-11-23T02:28:36.5629948Z T=std::tuple 2022-11-23T02:28:36.5630029Z ] 2022-11-23T02:28:36.5630483Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5630548Z with 2022-11-23T02:28:36.5630626Z [ 2022-11-23T02:28:36.5630772Z T=std::tuple 2022-11-23T02:28:36.5630854Z ] 2022-11-23T02:28:36.5631328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5631410Z with 2022-11-23T02:28:36.5631488Z [ 2022-11-23T02:28:36.5631632Z T=std::tuple 2022-11-23T02:28:36.5631709Z ] 2022-11-23T02:28:36.5632224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5632701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5633123Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5633206Z with 2022-11-23T02:28:36.5633283Z [ 2022-11-23T02:28:36.5633424Z T=std::tuple 2022-11-23T02:28:36.5633502Z ] 2022-11-23T02:28:36.5634026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5634118Z with 2022-11-23T02:28:36.5634178Z [ 2022-11-23T02:28:36.5634301Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5634380Z ] 2022-11-23T02:28:36.5634774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5634978Z with 2022-11-23T02:28:36.5635073Z [ 2022-11-23T02:28:36.5635313Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5635395Z ] 2022-11-23T02:28:36.5635843Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5635926Z with 2022-11-23T02:28:36.5636003Z [ 2022-11-23T02:28:36.5636121Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5636203Z ] 2022-11-23T02:28:36.5636681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5636857Z with 2022-11-23T02:28:36.5636935Z [ 2022-11-23T02:28:36.5637036Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5637113Z ] 2022-11-23T02:28:36.5637535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5637975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5638392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5638475Z with 2022-11-23T02:28:36.5638553Z [ 2022-11-23T02:28:36.5638673Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5638751Z ] 2022-11-23T02:28:36.5639129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5639209Z with 2022-11-23T02:28:36.5639286Z [ 2022-11-23T02:28:36.5639428Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5639506Z ] 2022-11-23T02:28:36.5639968Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5640063Z with 2022-11-23T02:28:36.5640140Z [ 2022-11-23T02:28:36.5640266Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5640345Z ] 2022-11-23T02:28:36.5640961Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5641054Z with 2022-11-23T02:28:36.5641134Z [ 2022-11-23T02:28:36.5641275Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5641351Z ] 2022-11-23T02:28:36.5642062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5642148Z with 2022-11-23T02:28:36.5642229Z [ 2022-11-23T02:28:36.5642370Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5642449Z ] 2022-11-23T02:28:36.5642885Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5643328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5643744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5643827Z with 2022-11-23T02:28:36.5643907Z [ 2022-11-23T02:28:36.5644050Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5644111Z ] 2022-11-23T02:28:36.5644494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5644669Z with 2022-11-23T02:28:36.5644745Z [ 2022-11-23T02:28:36.5644887Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5644966Z ] 2022-11-23T02:28:36.5645359Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5645442Z with 2022-11-23T02:28:36.5645518Z [ 2022-11-23T02:28:36.5645658Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5645736Z ] 2022-11-23T02:28:36.5646186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5646268Z with 2022-11-23T02:28:36.5646346Z [ 2022-11-23T02:28:36.5646482Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5646545Z ] 2022-11-23T02:28:36.5647019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5647102Z with 2022-11-23T02:28:36.5647179Z [ 2022-11-23T02:28:36.5647462Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5647547Z ] 2022-11-23T02:28:36.5648067Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5648744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5649177Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5649261Z with 2022-11-23T02:28:36.5649340Z [ 2022-11-23T02:28:36.5649476Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5649553Z ] 2022-11-23T02:28:36.5649935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5650017Z with 2022-11-23T02:28:36.5650099Z [ 2022-11-23T02:28:36.5650215Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5650292Z ] 2022-11-23T02:28:36.5650667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5650754Z with 2022-11-23T02:28:36.5650832Z [ 2022-11-23T02:28:36.5650946Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5651023Z ] 2022-11-23T02:28:36.5651466Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5651548Z with 2022-11-23T02:28:36.5651625Z [ 2022-11-23T02:28:36.5651736Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5651813Z ] 2022-11-23T02:28:36.5652287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5652464Z with 2022-11-23T02:28:36.5652542Z [ 2022-11-23T02:28:36.5652656Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5652733Z ] 2022-11-23T02:28:36.5653149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5653579Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5654101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5654223Z with 2022-11-23T02:28:36.5654284Z [ 2022-11-23T02:28:36.5654400Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5654481Z ] 2022-11-23T02:28:36.5654858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5654942Z with 2022-11-23T02:28:36.5655020Z [ 2022-11-23T02:28:36.5655261Z T=at::ThreadLocalState 2022-11-23T02:28:36.5655430Z ] 2022-11-23T02:28:36.5655848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5656012Z with 2022-11-23T02:28:36.5656100Z [ 2022-11-23T02:28:36.5656221Z T=at::ThreadLocalState 2022-11-23T02:28:36.5656298Z ] 2022-11-23T02:28:36.5656744Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5656831Z with 2022-11-23T02:28:36.5656890Z [ 2022-11-23T02:28:36.5657006Z T=at::ThreadLocalState 2022-11-23T02:28:36.5657083Z ] 2022-11-23T02:28:36.5657561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5657643Z with 2022-11-23T02:28:36.5657720Z [ 2022-11-23T02:28:36.5657837Z T=at::ThreadLocalState 2022-11-23T02:28:36.5657915Z ] 2022-11-23T02:28:36.5658335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5658821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5659242Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5659324Z with 2022-11-23T02:28:36.5659402Z [ 2022-11-23T02:28:36.5659522Z T=at::ThreadLocalState 2022-11-23T02:28:36.5659599Z ] 2022-11-23T02:28:36.5659981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5660064Z with 2022-11-23T02:28:36.5660122Z [ 2022-11-23T02:28:36.5660265Z T=std::shared_ptr 2022-11-23T02:28:36.5660434Z ] 2022-11-23T02:28:36.5660973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5661061Z with 2022-11-23T02:28:36.5661139Z [ 2022-11-23T02:28:36.5661281Z T=std::shared_ptr 2022-11-23T02:28:36.5661357Z ] 2022-11-23T02:28:36.5661912Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5661999Z with 2022-11-23T02:28:36.5662181Z [ 2022-11-23T02:28:36.5662326Z T=std::shared_ptr 2022-11-23T02:28:36.5662405Z ] 2022-11-23T02:28:36.5662878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5662964Z with 2022-11-23T02:28:36.5663041Z [ 2022-11-23T02:28:36.5663162Z T=std::shared_ptr 2022-11-23T02:28:36.5663240Z ] 2022-11-23T02:28:36.5663671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5664173Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5664648Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.5665068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5665151Z with 2022-11-23T02:28:36.5665229Z [ 2022-11-23T02:28:36.5665368Z T=std::shared_ptr 2022-11-23T02:28:36.5665446Z ] 2022-11-23T02:28:36.5665824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5665907Z with 2022-11-23T02:28:36.5665984Z [ 2022-11-23T02:28:36.5666109Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5666189Z ] 2022-11-23T02:28:36.5666581Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5666663Z with 2022-11-23T02:28:36.5666740Z [ 2022-11-23T02:28:36.5666864Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5666924Z ] 2022-11-23T02:28:36.5667373Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5667596Z with 2022-11-23T02:28:36.5667681Z [ 2022-11-23T02:28:36.5667803Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5667880Z ] 2022-11-23T02:28:36.5668354Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5668656Z with 2022-11-23T02:28:36.5668736Z [ 2022-11-23T02:28:36.5668966Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5669044Z ] 2022-11-23T02:28:36.5669471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5669890Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5670338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.5670762Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5670846Z with 2022-11-23T02:28:36.5670924Z [ 2022-11-23T02:28:36.5671047Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5671126Z ] 2022-11-23T02:28:36.5671573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5671673Z with 2022-11-23T02:28:36.5671749Z [ 2022-11-23T02:28:36.5671865Z T=torch::jit::Method 2022-11-23T02:28:36.5671942Z ] 2022-11-23T02:28:36.5672339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5672426Z with 2022-11-23T02:28:36.5672504Z [ 2022-11-23T02:28:36.5672615Z T=torch::jit::Method 2022-11-23T02:28:36.5672692Z ] 2022-11-23T02:28:36.5673134Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5673215Z with 2022-11-23T02:28:36.5673293Z [ 2022-11-23T02:28:36.5673407Z T=torch::jit::Method 2022-11-23T02:28:36.5673466Z ] 2022-11-23T02:28:36.5673936Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5674022Z with 2022-11-23T02:28:36.5674100Z [ 2022-11-23T02:28:36.5674350Z T=torch::jit::Method 2022-11-23T02:28:36.5674431Z ] 2022-11-23T02:28:36.5674844Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5675378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5675918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5676004Z with 2022-11-23T02:28:36.5676167Z [ 2022-11-23T02:28:36.5676280Z T=torch::jit::Method 2022-11-23T02:28:36.5676361Z ] 2022-11-23T02:28:36.5676743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5676824Z with 2022-11-23T02:28:36.5676904Z [ 2022-11-23T02:28:36.5677074Z T=std::vector> 2022-11-23T02:28:36.5677152Z ] 2022-11-23T02:28:36.5677555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5677621Z with 2022-11-23T02:28:36.5677700Z [ 2022-11-23T02:28:36.5677869Z T=std::vector> 2022-11-23T02:28:36.5677947Z ] 2022-11-23T02:28:36.5678393Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5678475Z with 2022-11-23T02:28:36.5678551Z [ 2022-11-23T02:28:36.5678721Z T=std::vector> 2022-11-23T02:28:36.5678797Z ] 2022-11-23T02:28:36.5679341Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5679439Z with 2022-11-23T02:28:36.5679516Z [ 2022-11-23T02:28:36.5679682Z T=std::vector> 2022-11-23T02:28:36.5679760Z ] 2022-11-23T02:28:36.5680220Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5680681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5681250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5681337Z with 2022-11-23T02:28:36.5681414Z [ 2022-11-23T02:28:36.5681564Z T=std::vector> 2022-11-23T02:28:36.5681642Z ] 2022-11-23T02:28:36.5682137Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5682322Z with 2022-11-23T02:28:36.5682400Z [ 2022-11-23T02:28:36.5682608Z T=std::function 2022-11-23T02:28:36.5682686Z ] 2022-11-23T02:28:36.5683079Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5683161Z with 2022-11-23T02:28:36.5683241Z [ 2022-11-23T02:28:36.5683447Z T=std::function 2022-11-23T02:28:36.5683526Z ] 2022-11-23T02:28:36.5683969Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5684141Z with 2022-11-23T02:28:36.5684219Z [ 2022-11-23T02:28:36.5684423Z T=std::function 2022-11-23T02:28:36.5684500Z ] 2022-11-23T02:28:36.5684952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5685034Z with 2022-11-23T02:28:36.5685117Z [ 2022-11-23T02:28:36.5685321Z T=std::function 2022-11-23T02:28:36.5685398Z ] 2022-11-23T02:28:36.5685884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5686396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5686815Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5686973Z with 2022-11-23T02:28:36.5687060Z [ 2022-11-23T02:28:36.5687265Z T=std::function 2022-11-23T02:28:36.5687343Z ] 2022-11-23T02:28:36.5687873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5687963Z with 2022-11-23T02:28:36.5688039Z [ 2022-11-23T02:28:36.5688270Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5688349Z ] 2022-11-23T02:28:36.5688965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5689059Z with 2022-11-23T02:28:36.5689139Z [ 2022-11-23T02:28:36.5689354Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5689436Z ] 2022-11-23T02:28:36.5689882Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5689970Z with 2022-11-23T02:28:36.5690047Z [ 2022-11-23T02:28:36.5690274Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5690352Z ] 2022-11-23T02:28:36.5690832Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5690915Z with 2022-11-23T02:28:36.5690993Z [ 2022-11-23T02:28:36.5691218Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5691295Z ] 2022-11-23T02:28:36.5691807Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5692456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5692873Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5692957Z with 2022-11-23T02:28:36.5693038Z [ 2022-11-23T02:28:36.5693265Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5693345Z ] 2022-11-23T02:28:36.5693726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5693809Z with 2022-11-23T02:28:36.5693869Z [ 2022-11-23T02:28:36.5694027Z T=std::vector> 2022-11-23T02:28:36.5694107Z ] 2022-11-23T02:28:36.5694654Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5694740Z with 2022-11-23T02:28:36.5694817Z [ 2022-11-23T02:28:36.5694976Z T=std::vector> 2022-11-23T02:28:36.5695129Z ] 2022-11-23T02:28:36.5695822Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5695913Z with 2022-11-23T02:28:36.5695990Z [ 2022-11-23T02:28:36.5696146Z T=std::vector> 2022-11-23T02:28:36.5696223Z ] 2022-11-23T02:28:36.5696695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5696776Z with 2022-11-23T02:28:36.5696856Z [ 2022-11-23T02:28:36.5696994Z T=std::vector> 2022-11-23T02:28:36.5697071Z ] 2022-11-23T02:28:36.5697505Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5697588Z with 2022-11-23T02:28:36.5697668Z [ 2022-11-23T02:28:36.5697757Z T=double 2022-11-23T02:28:36.5697834Z ] 2022-11-23T02:28:36.5698318Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5698399Z with 2022-11-23T02:28:36.5698477Z [ 2022-11-23T02:28:36.5698566Z T=double 2022-11-23T02:28:36.5698642Z ] 2022-11-23T02:28:36.5699068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5699151Z with 2022-11-23T02:28:36.5699227Z [ 2022-11-23T02:28:36.5699364Z T=std::vector> 2022-11-23T02:28:36.5699438Z ] 2022-11-23T02:28:36.5699913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5699995Z with 2022-11-23T02:28:36.5700075Z [ 2022-11-23T02:28:36.5700213Z T=std::tuple 2022-11-23T02:28:36.5700290Z ] 2022-11-23T02:28:36.5700687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5700768Z with 2022-11-23T02:28:36.5700846Z [ 2022-11-23T02:28:36.5701132Z T=std::tuple 2022-11-23T02:28:36.5701216Z ] 2022-11-23T02:28:36.5701666Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5701752Z with 2022-11-23T02:28:36.5701828Z [ 2022-11-23T02:28:36.5702060Z T=std::tuple 2022-11-23T02:28:36.5702151Z ] 2022-11-23T02:28:36.5702731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5702818Z with 2022-11-23T02:28:36.5702899Z [ 2022-11-23T02:28:36.5703037Z T=std::tuple 2022-11-23T02:28:36.5703194Z ] 2022-11-23T02:28:36.5703640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5704115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5704533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5704617Z with 2022-11-23T02:28:36.5704695Z [ 2022-11-23T02:28:36.5704830Z T=std::tuple 2022-11-23T02:28:36.5704908Z ] 2022-11-23T02:28:36.5705287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5705372Z with 2022-11-23T02:28:36.5705449Z [ 2022-11-23T02:28:36.5705623Z T=std::vector> 2022-11-23T02:28:36.5705682Z ] 2022-11-23T02:28:36.5706080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5706164Z with 2022-11-23T02:28:36.5706242Z [ 2022-11-23T02:28:36.5706408Z T=std::vector> 2022-11-23T02:28:36.5706487Z ] 2022-11-23T02:28:36.5706933Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5707015Z with 2022-11-23T02:28:36.5707091Z [ 2022-11-23T02:28:36.5707259Z T=std::vector> 2022-11-23T02:28:36.5707916Z ] 2022-11-23T02:28:36.5708409Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5708492Z with 2022-11-23T02:28:36.5708568Z [ 2022-11-23T02:28:36.5708733Z T=std::vector> 2022-11-23T02:28:36.5708812Z ] 2022-11-23T02:28:36.5709269Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5709761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5710189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5710271Z with 2022-11-23T02:28:36.5710332Z [ 2022-11-23T02:28:36.5710497Z T=std::vector> 2022-11-23T02:28:36.5710574Z ] 2022-11-23T02:28:36.5711259Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:reloaded_jit_extension_v2.pyd 2022-11-23T02:28:36.5711489Z Creating library reloaded_jit_extension_v2.lib and object reloaded_jit_extension_v2.exp 2022-11-23T02:28:36.5711655Z Loading extension module reloaded_jit_extension_v2... 2022-11-23T02:28:36.5711743Z ok (58.794s) 2022-11-23T02:28:36.5712172Z test_returns_shared_library_path_when_is_python_module_is_true (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.5712462Z The input conditions for extension module is_python_module have changed. Bumping to version 1 and re-building as is_python_module_v1... 2022-11-23T02:28:36.5712943Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\build.ninja... 2022-11-23T02:28:36.5713106Z Building extension module is_python_module_v1... 2022-11-23T02:28:36.5713359Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.5714761Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=is_python_module_v1 -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\is_python_module\main.cpp /Fomain.o 2022-11-23T02:28:36.5714949Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.5715130Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.5715142Z 2022-11-23T02:28:36.5715528Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.5716012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5716096Z with 2022-11-23T02:28:36.5716176Z [ 2022-11-23T02:28:36.5716279Z T=c10::SymInt 2022-11-23T02:28:36.5716358Z ] 2022-11-23T02:28:36.5716755Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5716838Z with 2022-11-23T02:28:36.5716921Z [ 2022-11-23T02:28:36.5717022Z T=c10::SymInt 2022-11-23T02:28:36.5717081Z ] 2022-11-23T02:28:36.5717528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5717616Z with 2022-11-23T02:28:36.5717694Z [ 2022-11-23T02:28:36.5717792Z T=c10::SymInt 2022-11-23T02:28:36.5717869Z ] 2022-11-23T02:28:36.5718345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5718431Z with 2022-11-23T02:28:36.5718508Z [ 2022-11-23T02:28:36.5718605Z T=c10::SymInt 2022-11-23T02:28:36.5718682Z ] 2022-11-23T02:28:36.5719158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5719570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5719994Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5720076Z with 2022-11-23T02:28:36.5720151Z [ 2022-11-23T02:28:36.5720249Z T=c10::SymInt 2022-11-23T02:28:36.5720325Z ] 2022-11-23T02:28:36.5720666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.5721043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5721130Z with 2022-11-23T02:28:36.5721207Z [ 2022-11-23T02:28:36.5721316Z T=at::TensorBase 2022-11-23T02:28:36.5721397Z ] 2022-11-23T02:28:36.5721790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5721874Z with 2022-11-23T02:28:36.5721951Z [ 2022-11-23T02:28:36.5722057Z T=at::TensorBase 2022-11-23T02:28:36.5722135Z ] 2022-11-23T02:28:36.5722581Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5722664Z with 2022-11-23T02:28:36.5722741Z [ 2022-11-23T02:28:36.5722846Z T=at::TensorBase 2022-11-23T02:28:36.5722987Z ] 2022-11-23T02:28:36.5723465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5723548Z with 2022-11-23T02:28:36.5723626Z [ 2022-11-23T02:28:36.5723728Z T=at::TensorBase 2022-11-23T02:28:36.5723806Z ] 2022-11-23T02:28:36.5724207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5724621Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5725041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5725127Z with 2022-11-23T02:28:36.5725205Z [ 2022-11-23T02:28:36.5725310Z T=at::TensorBase 2022-11-23T02:28:36.5725387Z ] 2022-11-23T02:28:36.5725766Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5725849Z with 2022-11-23T02:28:36.5725926Z [ 2022-11-23T02:28:36.5726026Z T=at::Tensor 2022-11-23T02:28:36.5726153Z ] 2022-11-23T02:28:36.5726558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5726640Z with 2022-11-23T02:28:36.5726719Z [ 2022-11-23T02:28:36.5726815Z T=at::Tensor 2022-11-23T02:28:36.5726892Z ] 2022-11-23T02:28:36.5727334Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5727417Z with 2022-11-23T02:28:36.5727494Z [ 2022-11-23T02:28:36.5727592Z T=at::Tensor 2022-11-23T02:28:36.5727669Z ] 2022-11-23T02:28:36.5728145Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5728228Z with 2022-11-23T02:28:36.5728306Z [ 2022-11-23T02:28:36.5728404Z T=at::Tensor 2022-11-23T02:28:36.5728467Z ] 2022-11-23T02:28:36.5728870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5729272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5729848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5729936Z with 2022-11-23T02:28:36.5730017Z [ 2022-11-23T02:28:36.5730116Z T=at::Tensor 2022-11-23T02:28:36.5730193Z ] 2022-11-23T02:28:36.5730796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5730982Z with 2022-11-23T02:28:36.5731059Z [ 2022-11-23T02:28:36.5731166Z T=at::Generator 2022-11-23T02:28:36.5731241Z ] 2022-11-23T02:28:36.5731641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5731724Z with 2022-11-23T02:28:36.5731801Z [ 2022-11-23T02:28:36.5731903Z T=at::Generator 2022-11-23T02:28:36.5731964Z ] 2022-11-23T02:28:36.5732412Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5732497Z with 2022-11-23T02:28:36.5732574Z [ 2022-11-23T02:28:36.5732679Z T=at::Generator 2022-11-23T02:28:36.5732756Z ] 2022-11-23T02:28:36.5733226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5733309Z with 2022-11-23T02:28:36.5733387Z [ 2022-11-23T02:28:36.5733486Z T=at::Generator 2022-11-23T02:28:36.5733563Z ] 2022-11-23T02:28:36.5734033Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5734455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5734879Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5734960Z with 2022-11-23T02:28:36.5735036Z [ 2022-11-23T02:28:36.5735138Z T=at::Generator 2022-11-23T02:28:36.5735197Z ] 2022-11-23T02:28:36.5735574Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5735655Z with 2022-11-23T02:28:36.5735736Z [ 2022-11-23T02:28:36.5735837Z T=c10::Scalar 2022-11-23T02:28:36.5735916Z ] 2022-11-23T02:28:36.5736306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5736390Z with 2022-11-23T02:28:36.5736466Z [ 2022-11-23T02:28:36.5736566Z T=c10::Scalar 2022-11-23T02:28:36.5736643Z ] 2022-11-23T02:28:36.5737084Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5737165Z with 2022-11-23T02:28:36.5737241Z [ 2022-11-23T02:28:36.5737337Z T=c10::Scalar 2022-11-23T02:28:36.5737396Z ] 2022-11-23T02:28:36.5737870Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5737953Z with 2022-11-23T02:28:36.5738030Z [ 2022-11-23T02:28:36.5738211Z T=c10::Scalar 2022-11-23T02:28:36.5738289Z ] 2022-11-23T02:28:36.5738691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5739088Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5739507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5739589Z with 2022-11-23T02:28:36.5739667Z [ 2022-11-23T02:28:36.5739764Z T=c10::Scalar 2022-11-23T02:28:36.5739841Z ] 2022-11-23T02:28:36.5740215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5740300Z with 2022-11-23T02:28:36.5740377Z [ 2022-11-23T02:28:36.5740477Z T=std::string 2022-11-23T02:28:36.5740537Z ] 2022-11-23T02:28:36.5740927Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5741009Z with 2022-11-23T02:28:36.5741086Z [ 2022-11-23T02:28:36.5741183Z T=std::string 2022-11-23T02:28:36.5741333Z ] 2022-11-23T02:28:36.5741789Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5741874Z with 2022-11-23T02:28:36.5741952Z [ 2022-11-23T02:28:36.5742050Z T=std::string 2022-11-23T02:28:36.5742128Z ] 2022-11-23T02:28:36.5742598Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5742680Z with 2022-11-23T02:28:36.5742757Z [ 2022-11-23T02:28:36.5742853Z T=std::string 2022-11-23T02:28:36.5742912Z ] 2022-11-23T02:28:36.5743320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5743722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5744144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5744227Z with 2022-11-23T02:28:36.5744304Z [ 2022-11-23T02:28:36.5744403Z T=std::string 2022-11-23T02:28:36.5744479Z ] 2022-11-23T02:28:36.5744864Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5744948Z with 2022-11-23T02:28:36.5745026Z [ 2022-11-23T02:28:36.5745138Z T=c10::QualifiedName 2022-11-23T02:28:36.5745215Z ] 2022-11-23T02:28:36.5745607Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5745771Z with 2022-11-23T02:28:36.5745849Z [ 2022-11-23T02:28:36.5745963Z T=c10::QualifiedName 2022-11-23T02:28:36.5746023Z ] 2022-11-23T02:28:36.5746469Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5746554Z with 2022-11-23T02:28:36.5746630Z [ 2022-11-23T02:28:36.5746745Z T=c10::QualifiedName 2022-11-23T02:28:36.5746826Z ] 2022-11-23T02:28:36.5747300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5747386Z with 2022-11-23T02:28:36.5747461Z [ 2022-11-23T02:28:36.5747572Z T=c10::QualifiedName 2022-11-23T02:28:36.5747649Z ] 2022-11-23T02:28:36.5748066Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5748480Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5749584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5749713Z with 2022-11-23T02:28:36.5749792Z [ 2022-11-23T02:28:36.5749916Z T=c10::QualifiedName 2022-11-23T02:28:36.5749996Z ] 2022-11-23T02:28:36.5750358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5750442Z with 2022-11-23T02:28:36.5750519Z [ 2022-11-23T02:28:36.5750682Z T=std::shared_ptr 2022-11-23T02:28:36.5750759Z ] 2022-11-23T02:28:36.5751158Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5751240Z with 2022-11-23T02:28:36.5751318Z [ 2022-11-23T02:28:36.5751484Z T=std::shared_ptr 2022-11-23T02:28:36.5751561Z ] 2022-11-23T02:28:36.5752003Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5752091Z with 2022-11-23T02:28:36.5752170Z [ 2022-11-23T02:28:36.5752332Z T=std::shared_ptr 2022-11-23T02:28:36.5752408Z ] 2022-11-23T02:28:36.5752891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5752959Z with 2022-11-23T02:28:36.5753037Z [ 2022-11-23T02:28:36.5753193Z T=std::shared_ptr 2022-11-23T02:28:36.5753269Z ] 2022-11-23T02:28:36.5753717Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5754272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5754687Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5754769Z with 2022-11-23T02:28:36.5754848Z [ 2022-11-23T02:28:36.5755009Z T=std::shared_ptr 2022-11-23T02:28:36.5755086Z ] 2022-11-23T02:28:36.5755463Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5755548Z with 2022-11-23T02:28:36.5755625Z [ 2022-11-23T02:28:36.5755783Z T=std::weak_ptr 2022-11-23T02:28:36.5755860Z ] 2022-11-23T02:28:36.5756251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5756334Z with 2022-11-23T02:28:36.5756393Z [ 2022-11-23T02:28:36.5756550Z T=std::weak_ptr 2022-11-23T02:28:36.5756627Z ] 2022-11-23T02:28:36.5757138Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5757232Z with 2022-11-23T02:28:36.5757314Z [ 2022-11-23T02:28:36.5757473Z T=std::weak_ptr 2022-11-23T02:28:36.5757549Z ] 2022-11-23T02:28:36.5758017Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5758099Z with 2022-11-23T02:28:36.5758175Z [ 2022-11-23T02:28:36.5758329Z T=std::weak_ptr 2022-11-23T02:28:36.5758406Z ] 2022-11-23T02:28:36.5758904Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5759343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5759763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5759845Z with 2022-11-23T02:28:36.5759921Z [ 2022-11-23T02:28:36.5760078Z T=std::weak_ptr 2022-11-23T02:28:36.5760137Z ] 2022-11-23T02:28:36.5760522Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5760606Z with 2022-11-23T02:28:36.5760683Z [ 2022-11-23T02:28:36.5760876Z T=std::vector> 2022-11-23T02:28:36.5761039Z ] 2022-11-23T02:28:36.5761605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5761692Z with 2022-11-23T02:28:36.5761768Z [ 2022-11-23T02:28:36.5761962Z T=std::vector> 2022-11-23T02:28:36.5762039Z ] 2022-11-23T02:28:36.5762731Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5762818Z with 2022-11-23T02:28:36.5762896Z [ 2022-11-23T02:28:36.5763086Z T=std::vector> 2022-11-23T02:28:36.5763163Z ] 2022-11-23T02:28:36.5763640Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5763710Z with 2022-11-23T02:28:36.5763788Z [ 2022-11-23T02:28:36.5763973Z T=std::vector> 2022-11-23T02:28:36.5764051Z ] 2022-11-23T02:28:36.5764596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5765078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5765503Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5765585Z with 2022-11-23T02:28:36.5765663Z [ 2022-11-23T02:28:36.5765852Z T=std::vector> 2022-11-23T02:28:36.5765931Z ] 2022-11-23T02:28:36.5766310Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5766394Z with 2022-11-23T02:28:36.5766473Z [ 2022-11-23T02:28:36.5766623Z T=std::vector> 2022-11-23T02:28:36.5766701Z ] 2022-11-23T02:28:36.5767100Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5767185Z with 2022-11-23T02:28:36.5767243Z [ 2022-11-23T02:28:36.5767391Z T=std::vector> 2022-11-23T02:28:36.5767468Z ] 2022-11-23T02:28:36.5767913Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5767993Z with 2022-11-23T02:28:36.5768070Z [ 2022-11-23T02:28:36.5768221Z T=std::vector> 2022-11-23T02:28:36.5768299Z ] 2022-11-23T02:28:36.5768775Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5768938Z with 2022-11-23T02:28:36.5769014Z [ 2022-11-23T02:28:36.5769163Z T=std::vector> 2022-11-23T02:28:36.5769241Z ] 2022-11-23T02:28:36.5769680Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5770115Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5770536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5770623Z with 2022-11-23T02:28:36.5770699Z [ 2022-11-23T02:28:36.5770844Z T=std::vector> 2022-11-23T02:28:36.5770904Z ] 2022-11-23T02:28:36.5771280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5772135Z with 2022-11-23T02:28:36.5772212Z [ 2022-11-23T02:28:36.5772429Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5772506Z ] 2022-11-23T02:28:36.5773094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5773273Z with 2022-11-23T02:28:36.5773356Z [ 2022-11-23T02:28:36.5773572Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5773656Z ] 2022-11-23T02:28:36.5774120Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5774202Z with 2022-11-23T02:28:36.5774278Z [ 2022-11-23T02:28:36.5774485Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5774566Z ] 2022-11-23T02:28:36.5775050Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5775131Z with 2022-11-23T02:28:36.5775189Z [ 2022-11-23T02:28:36.5775394Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5775476Z ] 2022-11-23T02:28:36.5775956Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5776439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5776884Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5777669Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5777963Z with 2022-11-23T02:28:36.5778094Z [ 2022-11-23T02:28:36.5778488Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5778608Z ] 2022-11-23T02:28:36.5779111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5779248Z with 2022-11-23T02:28:36.5779337Z [ 2022-11-23T02:28:36.5779545Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5779621Z ] 2022-11-23T02:28:36.5780023Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5780107Z with 2022-11-23T02:28:36.5780188Z [ 2022-11-23T02:28:36.5780385Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5793481Z ] 2022-11-23T02:28:36.5794096Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5794178Z with 2022-11-23T02:28:36.5794246Z [ 2022-11-23T02:28:36.5794596Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5794684Z ] 2022-11-23T02:28:36.5795184Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5795272Z with 2022-11-23T02:28:36.5795332Z [ 2022-11-23T02:28:36.5795537Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5795620Z ] 2022-11-23T02:28:36.5796114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.5796593Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.5796995Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.5797429Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5797517Z with 2022-11-23T02:28:36.5797596Z [ 2022-11-23T02:28:36.5797794Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.5797872Z ] 2022-11-23T02:28:36.5798263Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5798346Z with 2022-11-23T02:28:36.5798423Z [ 2022-11-23T02:28:36.5798580Z T=std::vector> 2022-11-23T02:28:36.5798777Z ] 2022-11-23T02:28:36.5799200Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5799283Z with 2022-11-23T02:28:36.5799362Z [ 2022-11-23T02:28:36.5799521Z T=std::vector> 2022-11-23T02:28:36.5799597Z ] 2022-11-23T02:28:36.5800036Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5800124Z with 2022-11-23T02:28:36.5800202Z [ 2022-11-23T02:28:36.5800353Z T=std::vector> 2022-11-23T02:28:36.5800430Z ] 2022-11-23T02:28:36.5801633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5801740Z with 2022-11-23T02:28:36.5801818Z [ 2022-11-23T02:28:36.5801980Z T=std::vector> 2022-11-23T02:28:36.5802057Z ] 2022-11-23T02:28:36.5802732Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5803771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5804457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5804684Z with 2022-11-23T02:28:36.5804769Z [ 2022-11-23T02:28:36.5804931Z T=std::vector> 2022-11-23T02:28:36.5805011Z ] 2022-11-23T02:28:36.5805399Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5805480Z with 2022-11-23T02:28:36.5805539Z [ 2022-11-23T02:28:36.5805732Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5805811Z ] 2022-11-23T02:28:36.5806210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5806296Z with 2022-11-23T02:28:36.5806373Z [ 2022-11-23T02:28:36.5806563Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5806640Z ] 2022-11-23T02:28:36.5807090Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5807171Z with 2022-11-23T02:28:36.5807248Z [ 2022-11-23T02:28:36.5807565Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5807786Z ] 2022-11-23T02:28:36.5808287Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5808476Z with 2022-11-23T02:28:36.5808553Z [ 2022-11-23T02:28:36.5808729Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5808807Z ] 2022-11-23T02:28:36.5809292Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5809796Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5810283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.5810712Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5810795Z with 2022-11-23T02:28:36.5810875Z [ 2022-11-23T02:28:36.5811061Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.5811138Z ] 2022-11-23T02:28:36.5811595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5811692Z with 2022-11-23T02:28:36.5811770Z [ 2022-11-23T02:28:36.5811961Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5812038Z ] 2022-11-23T02:28:36.5812442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5812529Z with 2022-11-23T02:28:36.5812606Z [ 2022-11-23T02:28:36.5812793Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5812869Z ] 2022-11-23T02:28:36.5813319Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5813384Z with 2022-11-23T02:28:36.5813465Z [ 2022-11-23T02:28:36.5813651Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5813728Z ] 2022-11-23T02:28:36.5814208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5814293Z with 2022-11-23T02:28:36.5814369Z [ 2022-11-23T02:28:36.5814556Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5814633Z ] 2022-11-23T02:28:36.5815113Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5815613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5816094Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.5816610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5816694Z with 2022-11-23T02:28:36.5816772Z [ 2022-11-23T02:28:36.5816960Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.5817038Z ] 2022-11-23T02:28:36.5817426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5817510Z with 2022-11-23T02:28:36.5817586Z [ 2022-11-23T02:28:36.5817716Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5817781Z ] 2022-11-23T02:28:36.5818358Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5818452Z with 2022-11-23T02:28:36.5818530Z [ 2022-11-23T02:28:36.5818666Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5818864Z ] 2022-11-23T02:28:36.5819548Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5819650Z with 2022-11-23T02:28:36.5819728Z [ 2022-11-23T02:28:36.5819862Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5819940Z ] 2022-11-23T02:28:36.5820423Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5820511Z with 2022-11-23T02:28:36.5820588Z [ 2022-11-23T02:28:36.5820717Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5820776Z ] 2022-11-23T02:28:36.5821213Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5821627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5821711Z with 2022-11-23T02:28:36.5821788Z [ 2022-11-23T02:28:36.5821916Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5821996Z ] 2022-11-23T02:28:36.5822470Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.5822894Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5822975Z with 2022-11-23T02:28:36.5823051Z [ 2022-11-23T02:28:36.5823176Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.5823257Z ] 2022-11-23T02:28:36.5823642Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5823723Z with 2022-11-23T02:28:36.5823888Z [ 2022-11-23T02:28:36.5824133Z T=std::vector> 2022-11-23T02:28:36.5824300Z ] 2022-11-23T02:28:36.5824765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5824832Z with 2022-11-23T02:28:36.5824911Z [ 2022-11-23T02:28:36.5825393Z T=std::vector> 2022-11-23T02:28:36.5825476Z ] 2022-11-23T02:28:36.5825935Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5826018Z with 2022-11-23T02:28:36.5826099Z [ 2022-11-23T02:28:36.5826330Z T=std::vector> 2022-11-23T02:28:36.5826407Z ] 2022-11-23T02:28:36.5826888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5826970Z with 2022-11-23T02:28:36.5827048Z [ 2022-11-23T02:28:36.5827278Z T=std::vector> 2022-11-23T02:28:36.5827438Z ] 2022-11-23T02:28:36.5827981Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5828502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5828933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5829017Z with 2022-11-23T02:28:36.5829096Z [ 2022-11-23T02:28:36.5829336Z T=std::vector> 2022-11-23T02:28:36.5829416Z ] 2022-11-23T02:28:36.5829802Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5829870Z with 2022-11-23T02:28:36.5829946Z [ 2022-11-23T02:28:36.5830068Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5830154Z ] 2022-11-23T02:28:36.5830728Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5830819Z with 2022-11-23T02:28:36.5830896Z [ 2022-11-23T02:28:36.5831021Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5831099Z ] 2022-11-23T02:28:36.5831764Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5831854Z with 2022-11-23T02:28:36.5831932Z [ 2022-11-23T02:28:36.5832155Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5832233Z ] 2022-11-23T02:28:36.5832718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5832783Z with 2022-11-23T02:28:36.5832859Z [ 2022-11-23T02:28:36.5832982Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5833058Z ] 2022-11-23T02:28:36.5833491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5833934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5834360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5834442Z with 2022-11-23T02:28:36.5834518Z [ 2022-11-23T02:28:36.5834638Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.5834719Z ] 2022-11-23T02:28:36.5835098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5835251Z with 2022-11-23T02:28:36.5835340Z [ 2022-11-23T02:28:36.5835443Z T=c10::IValue 2022-11-23T02:28:36.5835520Z ] 2022-11-23T02:28:36.5835916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5836003Z with 2022-11-23T02:28:36.5836063Z [ 2022-11-23T02:28:36.5836164Z T=c10::IValue 2022-11-23T02:28:36.5836240Z ] 2022-11-23T02:28:36.5836691Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5836771Z with 2022-11-23T02:28:36.5836847Z [ 2022-11-23T02:28:36.5837095Z T=c10::IValue 2022-11-23T02:28:36.5837190Z ] 2022-11-23T02:28:36.5837681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5837864Z with 2022-11-23T02:28:36.5837949Z [ 2022-11-23T02:28:36.5838148Z T=c10::IValue 2022-11-23T02:28:36.5838249Z ] 2022-11-23T02:28:36.5838666Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5839074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5839502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5839585Z with 2022-11-23T02:28:36.5839645Z [ 2022-11-23T02:28:36.5839744Z T=c10::IValue 2022-11-23T02:28:36.5839915Z ] 2022-11-23T02:28:36.5840300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5840383Z with 2022-11-23T02:28:36.5840460Z [ 2022-11-23T02:28:36.5840565Z T=c10::AliasInfo 2022-11-23T02:28:36.5840643Z ] 2022-11-23T02:28:36.5841047Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5841129Z with 2022-11-23T02:28:36.5841208Z [ 2022-11-23T02:28:36.5841312Z T=c10::AliasInfo 2022-11-23T02:28:36.5841389Z ] 2022-11-23T02:28:36.5841839Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5841924Z with 2022-11-23T02:28:36.5841983Z [ 2022-11-23T02:28:36.5842085Z T=c10::AliasInfo 2022-11-23T02:28:36.5842161Z ] 2022-11-23T02:28:36.5842645Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5842726Z with 2022-11-23T02:28:36.5842802Z [ 2022-11-23T02:28:36.5842902Z T=c10::AliasInfo 2022-11-23T02:28:36.5842979Z ] 2022-11-23T02:28:36.5843618Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5844072Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5844626Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5844715Z with 2022-11-23T02:28:36.5844793Z [ 2022-11-23T02:28:36.5844899Z T=c10::AliasInfo 2022-11-23T02:28:36.5845092Z ] 2022-11-23T02:28:36.5845491Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5845574Z with 2022-11-23T02:28:36.5845633Z [ 2022-11-23T02:28:36.5845800Z T=std::vector> 2022-11-23T02:28:36.5845877Z ] 2022-11-23T02:28:36.5846280Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5846360Z with 2022-11-23T02:28:36.5846437Z [ 2022-11-23T02:28:36.5846602Z T=std::vector> 2022-11-23T02:28:36.5846679Z ] 2022-11-23T02:28:36.5847126Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5847208Z with 2022-11-23T02:28:36.5847285Z [ 2022-11-23T02:28:36.5847448Z T=std::vector> 2022-11-23T02:28:36.5847524Z ] 2022-11-23T02:28:36.5848001Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5848758Z with 2022-11-23T02:28:36.5848836Z [ 2022-11-23T02:28:36.5848993Z T=std::vector> 2022-11-23T02:28:36.5849073Z ] 2022-11-23T02:28:36.5849516Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5849598Z with 2022-11-23T02:28:36.5849679Z [ 2022-11-23T02:28:36.5849778Z T=c10::SymInt 2022-11-23T02:28:36.5849855Z ] 2022-11-23T02:28:36.5850446Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5850570Z with 2022-11-23T02:28:36.5850649Z [ 2022-11-23T02:28:36.5850753Z T=c10::SymInt 2022-11-23T02:28:36.5850830Z ] 2022-11-23T02:28:36.5851535Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.5852190Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.5852639Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5852725Z with 2022-11-23T02:28:36.5852802Z [ 2022-11-23T02:28:36.5852969Z T=std::vector> 2022-11-23T02:28:36.5853029Z ] 2022-11-23T02:28:36.5853414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5853495Z with 2022-11-23T02:28:36.5853571Z [ 2022-11-23T02:28:36.5853745Z T=c10::either 2022-11-23T02:28:36.5853820Z ] 2022-11-23T02:28:36.5854223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5854304Z with 2022-11-23T02:28:36.5854381Z [ 2022-11-23T02:28:36.5854557Z T=c10::either 2022-11-23T02:28:36.5854633Z ] 2022-11-23T02:28:36.5855083Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5855164Z with 2022-11-23T02:28:36.5855240Z [ 2022-11-23T02:28:36.5855409Z T=c10::either 2022-11-23T02:28:36.5855485Z ] 2022-11-23T02:28:36.5855972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5856038Z with 2022-11-23T02:28:36.5856114Z [ 2022-11-23T02:28:36.5856283Z T=c10::either 2022-11-23T02:28:36.5856448Z ] 2022-11-23T02:28:36.5857073Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5857691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5858262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5858354Z with 2022-11-23T02:28:36.5858432Z [ 2022-11-23T02:28:36.5858635Z T=c10::either 2022-11-23T02:28:36.5858717Z ] 2022-11-23T02:28:36.5859101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5859183Z with 2022-11-23T02:28:36.5859262Z [ 2022-11-23T02:28:36.5859378Z T=at::StepCallbacks 2022-11-23T02:28:36.5859456Z ] 2022-11-23T02:28:36.5859859Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5860019Z with 2022-11-23T02:28:36.5860090Z [ 2022-11-23T02:28:36.5860211Z T=at::StepCallbacks 2022-11-23T02:28:36.5860289Z ] 2022-11-23T02:28:36.5860738Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5860825Z with 2022-11-23T02:28:36.5860903Z [ 2022-11-23T02:28:36.5861014Z T=at::StepCallbacks 2022-11-23T02:28:36.5861089Z ] 2022-11-23T02:28:36.5861568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5861648Z with 2022-11-23T02:28:36.5861724Z [ 2022-11-23T02:28:36.5861837Z T=at::StepCallbacks 2022-11-23T02:28:36.5861915Z ] 2022-11-23T02:28:36.5862339Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5862771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5863193Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5863393Z with 2022-11-23T02:28:36.5863532Z [ 2022-11-23T02:28:36.5863633Z T=at::StepCallbacks 2022-11-23T02:28:36.5863713Z ] 2022-11-23T02:28:36.5864226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5864327Z with 2022-11-23T02:28:36.5864406Z [ 2022-11-23T02:28:36.5864617Z T=c10::DimVector 2022-11-23T02:28:36.5864807Z ] 2022-11-23T02:28:36.5865218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5865301Z with 2022-11-23T02:28:36.5865379Z [ 2022-11-23T02:28:36.5865482Z T=c10::DimVector 2022-11-23T02:28:36.5865561Z ] 2022-11-23T02:28:36.5866014Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5866096Z with 2022-11-23T02:28:36.5866155Z [ 2022-11-23T02:28:36.5866257Z T=c10::DimVector 2022-11-23T02:28:36.5866334Z ] 2022-11-23T02:28:36.5866816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5866901Z with 2022-11-23T02:28:36.5866978Z [ 2022-11-23T02:28:36.5867078Z T=c10::DimVector 2022-11-23T02:28:36.5867154Z ] 2022-11-23T02:28:36.5867561Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5868048Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5868494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5868581Z with 2022-11-23T02:28:36.5868659Z [ 2022-11-23T02:28:36.5868761Z T=c10::DimVector 2022-11-23T02:28:36.5868840Z ] 2022-11-23T02:28:36.5869223Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5869305Z with 2022-11-23T02:28:36.5869363Z [ 2022-11-23T02:28:36.5869493Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5869573Z ] 2022-11-23T02:28:36.5870112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5870202Z with 2022-11-23T02:28:36.5870280Z [ 2022-11-23T02:28:36.5870409Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5870488Z ] 2022-11-23T02:28:36.5871186Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5871275Z with 2022-11-23T02:28:36.5871353Z [ 2022-11-23T02:28:36.5871481Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5871562Z ] 2022-11-23T02:28:36.5872046Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5872128Z with 2022-11-23T02:28:36.5872204Z [ 2022-11-23T02:28:36.5872311Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5872389Z ] 2022-11-23T02:28:36.5872819Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5873371Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5873798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5873885Z with 2022-11-23T02:28:36.5873965Z [ 2022-11-23T02:28:36.5874090Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.5874170Z ] 2022-11-23T02:28:36.5874558Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5874642Z with 2022-11-23T02:28:36.5874718Z [ 2022-11-23T02:28:36.5874896Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5874974Z ] 2022-11-23T02:28:36.5875376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5875457Z with 2022-11-23T02:28:36.5875533Z [ 2022-11-23T02:28:36.5875707Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5875840Z ] 2022-11-23T02:28:36.5876460Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5876565Z with 2022-11-23T02:28:36.5876643Z [ 2022-11-23T02:28:36.5876818Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5876896Z ] 2022-11-23T02:28:36.5877612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5877702Z with 2022-11-23T02:28:36.5877781Z [ 2022-11-23T02:28:36.5877953Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5878033Z ] 2022-11-23T02:28:36.5878507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5879003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5879430Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5879511Z with 2022-11-23T02:28:36.5879589Z [ 2022-11-23T02:28:36.5879760Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.5879837Z ] 2022-11-23T02:28:36.5880224Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5880290Z with 2022-11-23T02:28:36.5880366Z [ 2022-11-23T02:28:36.5880612Z T=std::tuple 2022-11-23T02:28:36.5880690Z ] 2022-11-23T02:28:36.5881095Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5881177Z with 2022-11-23T02:28:36.5881255Z [ 2022-11-23T02:28:36.5881400Z T=std::tuple 2022-11-23T02:28:36.5881480Z ] 2022-11-23T02:28:36.5881931Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5882015Z with 2022-11-23T02:28:36.5882091Z [ 2022-11-23T02:28:36.5882236Z T=std::tuple 2022-11-23T02:28:36.5882311Z ] 2022-11-23T02:28:36.5882960Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5883053Z with 2022-11-23T02:28:36.5883113Z [ 2022-11-23T02:28:36.5883259Z T=std::tuple 2022-11-23T02:28:36.5883338Z ] 2022-11-23T02:28:36.5884026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5884584Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5885027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5885115Z with 2022-11-23T02:28:36.5885194Z [ 2022-11-23T02:28:36.5885336Z T=std::tuple 2022-11-23T02:28:36.5885419Z ] 2022-11-23T02:28:36.5885803Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5885886Z with 2022-11-23T02:28:36.5885963Z [ 2022-11-23T02:28:36.5886085Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5886163Z ] 2022-11-23T02:28:36.5886564Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5886649Z with 2022-11-23T02:28:36.5886727Z [ 2022-11-23T02:28:36.5886829Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5886906Z ] 2022-11-23T02:28:36.5887353Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5887433Z with 2022-11-23T02:28:36.5887510Z [ 2022-11-23T02:28:36.5887629Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5887705Z ] 2022-11-23T02:28:36.5888189Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5888270Z with 2022-11-23T02:28:36.5888429Z [ 2022-11-23T02:28:36.5888551Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5888629Z ] 2022-11-23T02:28:36.5889057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5889667Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5890230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5890330Z with 2022-11-23T02:28:36.5890544Z [ 2022-11-23T02:28:36.5890668Z T=torch::jit::SourceRange 2022-11-23T02:28:36.5890731Z ] 2022-11-23T02:28:36.5891114Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5891196Z with 2022-11-23T02:28:36.5891272Z [ 2022-11-23T02:28:36.5891413Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5891490Z ] 2022-11-23T02:28:36.5891892Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5891974Z with 2022-11-23T02:28:36.5892619Z [ 2022-11-23T02:28:36.5892820Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5892898Z ] 2022-11-23T02:28:36.5893352Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5893441Z with 2022-11-23T02:28:36.5893520Z [ 2022-11-23T02:28:36.5893662Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5893722Z ] 2022-11-23T02:28:36.5894203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5894286Z with 2022-11-23T02:28:36.5894362Z [ 2022-11-23T02:28:36.5894504Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5894580Z ] 2022-11-23T02:28:36.5895022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5895469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5896085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5896177Z with 2022-11-23T02:28:36.5896256Z [ 2022-11-23T02:28:36.5896402Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.5896591Z ] 2022-11-23T02:28:36.5897122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5897210Z with 2022-11-23T02:28:36.5897401Z [ 2022-11-23T02:28:36.5897545Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5897623Z ] 2022-11-23T02:28:36.5898004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5898087Z with 2022-11-23T02:28:36.5898165Z [ 2022-11-23T02:28:36.5898300Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5898377Z ] 2022-11-23T02:28:36.5898830Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5898915Z with 2022-11-23T02:28:36.5898992Z [ 2022-11-23T02:28:36.5899128Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5899204Z ] 2022-11-23T02:28:36.5899693Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5899776Z with 2022-11-23T02:28:36.5899855Z [ 2022-11-23T02:28:36.5899989Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5900069Z ] 2022-11-23T02:28:36.5900507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5901026Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5901467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5901536Z with 2022-11-23T02:28:36.5901612Z [ 2022-11-23T02:28:36.5901749Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.5901827Z ] 2022-11-23T02:28:36.5902395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5902486Z with 2022-11-23T02:28:36.5902564Z [ 2022-11-23T02:28:36.5902686Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5902763Z ] 2022-11-23T02:28:36.5903411Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5903521Z with 2022-11-23T02:28:36.5903601Z [ 2022-11-23T02:28:36.5903719Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5903800Z ] 2022-11-23T02:28:36.5904246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5904327Z with 2022-11-23T02:28:36.5904388Z [ 2022-11-23T02:28:36.5904501Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5904580Z ] 2022-11-23T02:28:36.5905061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5905143Z with 2022-11-23T02:28:36.5905220Z [ 2022-11-23T02:28:36.5905431Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5905510Z ] 2022-11-23T02:28:36.5905933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5906365Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5906816Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5906898Z with 2022-11-23T02:28:36.5906976Z [ 2022-11-23T02:28:36.5907088Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.5907165Z ] 2022-11-23T02:28:36.5907551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5907632Z with 2022-11-23T02:28:36.5907692Z [ 2022-11-23T02:28:36.5907808Z T=at::ThreadLocalState 2022-11-23T02:28:36.5907884Z ] 2022-11-23T02:28:36.5908282Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5908363Z with 2022-11-23T02:28:36.5908439Z [ 2022-11-23T02:28:36.5908630Z T=at::ThreadLocalState 2022-11-23T02:28:36.5908885Z ] 2022-11-23T02:28:36.5909347Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5909535Z with 2022-11-23T02:28:36.5909631Z [ 2022-11-23T02:28:36.5909884Z T=at::ThreadLocalState 2022-11-23T02:28:36.5909968Z ] 2022-11-23T02:28:36.5910459Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5910541Z with 2022-11-23T02:28:36.5910601Z [ 2022-11-23T02:28:36.5910718Z T=at::ThreadLocalState 2022-11-23T02:28:36.5910797Z ] 2022-11-23T02:28:36.5911226Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5911675Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5912103Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5912185Z with 2022-11-23T02:28:36.5912261Z [ 2022-11-23T02:28:36.5912376Z T=at::ThreadLocalState 2022-11-23T02:28:36.5912453Z ] 2022-11-23T02:28:36.5912837Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5912919Z with 2022-11-23T02:28:36.5912998Z [ 2022-11-23T02:28:36.5913140Z T=std::shared_ptr 2022-11-23T02:28:36.5913310Z ] 2022-11-23T02:28:36.5913714Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5913800Z with 2022-11-23T02:28:36.5913860Z [ 2022-11-23T02:28:36.5914003Z T=std::shared_ptr 2022-11-23T02:28:36.5914082Z ] 2022-11-23T02:28:36.5914531Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5914615Z with 2022-11-23T02:28:36.5914691Z [ 2022-11-23T02:28:36.5914829Z T=std::shared_ptr 2022-11-23T02:28:36.5914905Z ] 2022-11-23T02:28:36.5915544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5915637Z with 2022-11-23T02:28:36.5915715Z [ 2022-11-23T02:28:36.5915952Z T=std::shared_ptr 2022-11-23T02:28:36.5916061Z ] 2022-11-23T02:28:36.5916637Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5917157Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5917641Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.5918070Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5918155Z with 2022-11-23T02:28:36.5918234Z [ 2022-11-23T02:28:36.5918375Z T=std::shared_ptr 2022-11-23T02:28:36.5918435Z ] 2022-11-23T02:28:36.5918821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5918903Z with 2022-11-23T02:28:36.5918979Z [ 2022-11-23T02:28:36.5919103Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5919179Z ] 2022-11-23T02:28:36.5919578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5919658Z with 2022-11-23T02:28:36.5919734Z [ 2022-11-23T02:28:36.5919858Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5919934Z ] 2022-11-23T02:28:36.5920381Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5920462Z with 2022-11-23T02:28:36.5920542Z [ 2022-11-23T02:28:36.5920665Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5920725Z ] 2022-11-23T02:28:36.5921201Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5921371Z with 2022-11-23T02:28:36.5921448Z [ 2022-11-23T02:28:36.5921723Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5921829Z ] 2022-11-23T02:28:36.5922268Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5922916Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5923386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.5923813Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5923897Z with 2022-11-23T02:28:36.5923976Z [ 2022-11-23T02:28:36.5924100Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.5924177Z ] 2022-11-23T02:28:36.5924560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5924723Z with 2022-11-23T02:28:36.5924815Z [ 2022-11-23T02:28:36.5924932Z T=torch::jit::Method 2022-11-23T02:28:36.5925008Z ] 2022-11-23T02:28:36.5925390Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5925476Z with 2022-11-23T02:28:36.5925553Z [ 2022-11-23T02:28:36.5925656Z T=torch::jit::Method 2022-11-23T02:28:36.5925732Z ] 2022-11-23T02:28:36.5926177Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5926256Z with 2022-11-23T02:28:36.5926332Z [ 2022-11-23T02:28:36.5926483Z T=torch::jit::Method 2022-11-23T02:28:36.5926560Z ] 2022-11-23T02:28:36.5927039Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5927123Z with 2022-11-23T02:28:36.5927199Z [ 2022-11-23T02:28:36.5927307Z T=torch::jit::Method 2022-11-23T02:28:36.5927382Z ] 2022-11-23T02:28:36.5927799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5928382Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5928934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5929007Z with 2022-11-23T02:28:36.5929086Z [ 2022-11-23T02:28:36.5929320Z T=torch::jit::Method 2022-11-23T02:28:36.5929497Z ] 2022-11-23T02:28:36.5929934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5930018Z with 2022-11-23T02:28:36.5930096Z [ 2022-11-23T02:28:36.5930266Z T=std::vector> 2022-11-23T02:28:36.5930345Z ] 2022-11-23T02:28:36.5930752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5930833Z with 2022-11-23T02:28:36.5930909Z [ 2022-11-23T02:28:36.5931077Z T=std::vector> 2022-11-23T02:28:36.5931155Z ] 2022-11-23T02:28:36.5931604Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5931690Z with 2022-11-23T02:28:36.5931749Z [ 2022-11-23T02:28:36.5931915Z T=std::vector> 2022-11-23T02:28:36.5931992Z ] 2022-11-23T02:28:36.5932471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5932627Z with 2022-11-23T02:28:36.5932717Z [ 2022-11-23T02:28:36.5932890Z T=std::vector> 2022-11-23T02:28:36.5932970Z ] 2022-11-23T02:28:36.5933433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5933900Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5934325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5934411Z with 2022-11-23T02:28:36.5934647Z [ 2022-11-23T02:28:36.5934831Z T=std::vector> 2022-11-23T02:28:36.5934909Z ] 2022-11-23T02:28:36.5935416Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5935508Z with 2022-11-23T02:28:36.5935720Z [ 2022-11-23T02:28:36.5935994Z T=std::function 2022-11-23T02:28:36.5936054Z ] 2022-11-23T02:28:36.5936454Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5936537Z with 2022-11-23T02:28:36.5936614Z [ 2022-11-23T02:28:36.5936822Z T=std::function 2022-11-23T02:28:36.5936899Z ] 2022-11-23T02:28:36.5937350Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5937533Z with 2022-11-23T02:28:36.5937611Z [ 2022-11-23T02:28:36.5937818Z T=std::function 2022-11-23T02:28:36.5937894Z ] 2022-11-23T02:28:36.5938375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5938458Z with 2022-11-23T02:28:36.5938537Z [ 2022-11-23T02:28:36.5938744Z T=std::function 2022-11-23T02:28:36.5938822Z ] 2022-11-23T02:28:36.5939316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5939835Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5940258Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5940339Z with 2022-11-23T02:28:36.5940487Z [ 2022-11-23T02:28:36.5940739Z T=std::function 2022-11-23T02:28:36.5940818Z ] 2022-11-23T02:28:36.5941376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5941469Z with 2022-11-23T02:28:36.5941548Z [ 2022-11-23T02:28:36.5941896Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5942067Z ] 2022-11-23T02:28:36.5942500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5942584Z with 2022-11-23T02:28:36.5942664Z [ 2022-11-23T02:28:36.5942897Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5942976Z ] 2022-11-23T02:28:36.5943426Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5943512Z with 2022-11-23T02:28:36.5943589Z [ 2022-11-23T02:28:36.5943819Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5943878Z ] 2022-11-23T02:28:36.5944360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5944441Z with 2022-11-23T02:28:36.5944517Z [ 2022-11-23T02:28:36.5944746Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5944825Z ] 2022-11-23T02:28:36.5945342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5945998Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5946420Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5946502Z with 2022-11-23T02:28:36.5946578Z [ 2022-11-23T02:28:36.5946813Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.5946893Z ] 2022-11-23T02:28:36.5947386Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5947499Z with 2022-11-23T02:28:36.5947578Z [ 2022-11-23T02:28:36.5947740Z T=std::vector> 2022-11-23T02:28:36.5947817Z ] 2022-11-23T02:28:36.5948338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5948427Z with 2022-11-23T02:28:36.5948615Z [ 2022-11-23T02:28:36.5948782Z T=std::vector> 2022-11-23T02:28:36.5948860Z ] 2022-11-23T02:28:36.5949395Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5949492Z with 2022-11-23T02:28:36.5949573Z [ 2022-11-23T02:28:36.5949730Z T=std::vector> 2022-11-23T02:28:36.5949808Z ] 2022-11-23T02:28:36.5950285Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5950366Z with 2022-11-23T02:28:36.5950442Z [ 2022-11-23T02:28:36.5950596Z T=std::vector> 2022-11-23T02:28:36.5950672Z ] 2022-11-23T02:28:36.5951109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5951190Z with 2022-11-23T02:28:36.5951266Z [ 2022-11-23T02:28:36.5951338Z T=double 2022-11-23T02:28:36.5951418Z ] 2022-11-23T02:28:36.5951910Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5951991Z with 2022-11-23T02:28:36.5952067Z [ 2022-11-23T02:28:36.5952155Z T=double 2022-11-23T02:28:36.5952232Z ] 2022-11-23T02:28:36.5952659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5952740Z with 2022-11-23T02:28:36.5952815Z [ 2022-11-23T02:28:36.5952969Z T=std::vector> 2022-11-23T02:28:36.5953045Z ] 2022-11-23T02:28:36.5953424Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5953596Z with 2022-11-23T02:28:36.5953674Z [ 2022-11-23T02:28:36.5953963Z T=std::tuple 2022-11-23T02:28:36.5954048Z ] 2022-11-23T02:28:36.5954453Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5954653Z with 2022-11-23T02:28:36.5954736Z [ 2022-11-23T02:28:36.5954882Z T=std::tuple 2022-11-23T02:28:36.5954960Z ] 2022-11-23T02:28:36.5955525Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5955622Z with 2022-11-23T02:28:36.5955700Z [ 2022-11-23T02:28:36.5955839Z T=std::tuple 2022-11-23T02:28:36.5955915Z ] 2022-11-23T02:28:36.5956396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5956479Z with 2022-11-23T02:28:36.5956555Z [ 2022-11-23T02:28:36.5956691Z T=std::tuple 2022-11-23T02:28:36.5956750Z ] 2022-11-23T02:28:36.5957267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.5957767Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.5958195Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5958278Z with 2022-11-23T02:28:36.5958359Z [ 2022-11-23T02:28:36.5958497Z T=std::tuple 2022-11-23T02:28:36.5958618Z ] 2022-11-23T02:28:36.5959010Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5959093Z with 2022-11-23T02:28:36.5959171Z [ 2022-11-23T02:28:36.5959340Z T=std::vector> 2022-11-23T02:28:36.5959421Z ] 2022-11-23T02:28:36.5959823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5959904Z with 2022-11-23T02:28:36.5959980Z [ 2022-11-23T02:28:36.5960145Z T=std::vector> 2022-11-23T02:28:36.5960221Z ] 2022-11-23T02:28:36.5960748Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5960876Z with 2022-11-23T02:28:36.5960958Z [ 2022-11-23T02:28:36.5961127Z T=std::vector> 2022-11-23T02:28:36.5961205Z ] 2022-11-23T02:28:36.5962030Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5962120Z with 2022-11-23T02:28:36.5962198Z [ 2022-11-23T02:28:36.5962366Z T=std::vector> 2022-11-23T02:28:36.5962444Z ] 2022-11-23T02:28:36.5962906Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.5963403Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.5963833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5963914Z with 2022-11-23T02:28:36.5963992Z [ 2022-11-23T02:28:36.5964156Z T=std::vector> 2022-11-23T02:28:36.5964232Z ] 2022-11-23T02:28:36.5964610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5964772Z with 2022-11-23T02:28:36.5964861Z [ 2022-11-23T02:28:36.5964966Z T=torch::jit::Operator 2022-11-23T02:28:36.5965047Z ] 2022-11-23T02:28:36.5965451Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5965540Z with 2022-11-23T02:28:36.5965617Z [ 2022-11-23T02:28:36.5965730Z T=torch::jit::Operator 2022-11-23T02:28:36.5965806Z ] 2022-11-23T02:28:36.5966256Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5966336Z with 2022-11-23T02:28:36.5966412Z [ 2022-11-23T02:28:36.5966522Z T=torch::jit::Operator 2022-11-23T02:28:36.5966598Z ] 2022-11-23T02:28:36.5967174Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5967306Z with 2022-11-23T02:28:36.5967387Z [ 2022-11-23T02:28:36.5967484Z T=torch::jit::Operator 2022-11-23T02:28:36.5967562Z ] 2022-11-23T02:28:36.5968101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5968681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/custom_operator.h(23): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5969116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5969199Z with 2022-11-23T02:28:36.5969277Z [ 2022-11-23T02:28:36.5969392Z T=torch::jit::Operator 2022-11-23T02:28:36.5969563Z ] 2022-11-23T02:28:36.5969952Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5970034Z with 2022-11-23T02:28:36.5970115Z [ 2022-11-23T02:28:36.5970234Z T=torch::jit::NamedValue 2022-11-23T02:28:36.5970312Z ] 2022-11-23T02:28:36.5970709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5970793Z with 2022-11-23T02:28:36.5970869Z [ 2022-11-23T02:28:36.5970968Z T=torch::jit::NamedValue 2022-11-23T02:28:36.5971044Z ] 2022-11-23T02:28:36.5971491Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5971576Z with 2022-11-23T02:28:36.5971652Z [ 2022-11-23T02:28:36.5971767Z T=torch::jit::NamedValue 2022-11-23T02:28:36.5971844Z ] 2022-11-23T02:28:36.5972325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5972407Z with 2022-11-23T02:28:36.5972482Z [ 2022-11-23T02:28:36.5972667Z T=torch::jit::NamedValue 2022-11-23T02:28:36.5972757Z ] 2022-11-23T02:28:36.5973187Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5973852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/schema_matching.h(31): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5974410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5974498Z with 2022-11-23T02:28:36.5974685Z [ 2022-11-23T02:28:36.5974821Z T=torch::jit::NamedValue 2022-11-23T02:28:36.5974880Z ] 2022-11-23T02:28:36.5975486Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:is_python_module_v1.pyd 2022-11-23T02:28:36.5975690Z Creating library is_python_module_v1.lib and object is_python_module_v1.exp 2022-11-23T02:28:36.5975841Z Loading extension module is_python_module_v1... 2022-11-23T02:28:36.5975931Z ok (20.638s) 2022-11-23T02:28:36.5976354Z test_set_default_type_also_changes_aten_default_type (__main__.TestCppExtensionJIT) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:28:36.5976673Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type... 2022-11-23T02:28:36.5977005Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type\build.ninja... 2022-11-23T02:28:36.5977160Z Building extension module test_set_default_type... 2022-11-23T02:28:36.5977412Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:28:36.5979324Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=test_set_default_type -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -c C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\test_set_default_type\main.cpp /Fomain.o 2022-11-23T02:28:36.5979500Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:28:36.5979679Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:28:36.5979694Z 2022-11-23T02:28:36.5980246Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:28:36.5980771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5980867Z with 2022-11-23T02:28:36.5980947Z [ 2022-11-23T02:28:36.5981175Z T=c10::SymInt 2022-11-23T02:28:36.5981258Z ] 2022-11-23T02:28:36.5981763Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5981865Z with 2022-11-23T02:28:36.5981944Z [ 2022-11-23T02:28:36.5982046Z T=c10::SymInt 2022-11-23T02:28:36.5982124Z ] 2022-11-23T02:28:36.5982587Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5982669Z with 2022-11-23T02:28:36.5982729Z [ 2022-11-23T02:28:36.5982874Z T=c10::SymInt 2022-11-23T02:28:36.5982949Z ] 2022-11-23T02:28:36.5983432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5983517Z with 2022-11-23T02:28:36.5983593Z [ 2022-11-23T02:28:36.5983691Z T=c10::SymInt 2022-11-23T02:28:36.5983767Z ] 2022-11-23T02:28:36.5984180Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5984588Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5985015Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5985095Z with 2022-11-23T02:28:36.5985172Z [ 2022-11-23T02:28:36.5985270Z T=c10::SymInt 2022-11-23T02:28:36.5985350Z ] 2022-11-23T02:28:36.5985715Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:28:36.5986096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5986381Z with 2022-11-23T02:28:36.5986471Z [ 2022-11-23T02:28:36.5986588Z T=at::TensorBase 2022-11-23T02:28:36.5986666Z ] 2022-11-23T02:28:36.5987188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5987279Z with 2022-11-23T02:28:36.5987489Z [ 2022-11-23T02:28:36.5987609Z T=at::TensorBase 2022-11-23T02:28:36.5987691Z ] 2022-11-23T02:28:36.5988146Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5988230Z with 2022-11-23T02:28:36.5988307Z [ 2022-11-23T02:28:36.5988410Z T=at::TensorBase 2022-11-23T02:28:36.5988487Z ] 2022-11-23T02:28:36.5988969Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5989050Z with 2022-11-23T02:28:36.5989109Z [ 2022-11-23T02:28:36.5989212Z T=at::TensorBase 2022-11-23T02:28:36.5989289Z ] 2022-11-23T02:28:36.5989783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5990216Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5990651Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5990810Z with 2022-11-23T02:28:36.5990886Z [ 2022-11-23T02:28:36.5990990Z T=at::TensorBase 2022-11-23T02:28:36.5991069Z ] 2022-11-23T02:28:36.5991455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5991540Z with 2022-11-23T02:28:36.5991616Z [ 2022-11-23T02:28:36.5991716Z T=at::Tensor 2022-11-23T02:28:36.5991794Z ] 2022-11-23T02:28:36.5992191Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5992277Z with 2022-11-23T02:28:36.5992336Z [ 2022-11-23T02:28:36.5992434Z T=at::Tensor 2022-11-23T02:28:36.5992512Z ] 2022-11-23T02:28:36.5993119Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5993208Z with 2022-11-23T02:28:36.5993287Z [ 2022-11-23T02:28:36.5993496Z T=at::Tensor 2022-11-23T02:28:36.5993590Z ] 2022-11-23T02:28:36.5994209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5994393Z with 2022-11-23T02:28:36.5994472Z [ 2022-11-23T02:28:36.5994573Z T=at::Tensor 2022-11-23T02:28:36.5994651Z ] 2022-11-23T02:28:36.5995061Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.5995467Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.5995896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5995978Z with 2022-11-23T02:28:36.5996038Z [ 2022-11-23T02:28:36.5996137Z T=at::Tensor 2022-11-23T02:28:36.5996219Z ] 2022-11-23T02:28:36.5996605Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.5996686Z with 2022-11-23T02:28:36.5996762Z [ 2022-11-23T02:28:36.5996867Z T=at::Generator 2022-11-23T02:28:36.5996945Z ] 2022-11-23T02:28:36.5997342Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.5997422Z with 2022-11-23T02:28:36.5997576Z [ 2022-11-23T02:28:36.5997696Z T=at::Generator 2022-11-23T02:28:36.5997774Z ] 2022-11-23T02:28:36.5998225Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.5998313Z with 2022-11-23T02:28:36.5998373Z [ 2022-11-23T02:28:36.5998476Z T=at::Generator 2022-11-23T02:28:36.5998552Z ] 2022-11-23T02:28:36.5999149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.5999275Z with 2022-11-23T02:28:36.5999356Z [ 2022-11-23T02:28:36.5999460Z T=at::Generator 2022-11-23T02:28:36.5999542Z ] 2022-11-23T02:28:36.6000071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6000610Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6001044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6001127Z with 2022-11-23T02:28:36.6001207Z [ 2022-11-23T02:28:36.6001311Z T=at::Generator 2022-11-23T02:28:36.6001389Z ] 2022-11-23T02:28:36.6001778Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6001862Z with 2022-11-23T02:28:36.6001921Z [ 2022-11-23T02:28:36.6002021Z T=c10::Scalar 2022-11-23T02:28:36.6002097Z ] 2022-11-23T02:28:36.6002595Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6002680Z with 2022-11-23T02:28:36.6002758Z [ 2022-11-23T02:28:36.6002861Z T=c10::Scalar 2022-11-23T02:28:36.6002938Z ] 2022-11-23T02:28:36.6003389Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6003471Z with 2022-11-23T02:28:36.6003552Z [ 2022-11-23T02:28:36.6003649Z T=c10::Scalar 2022-11-23T02:28:36.6003727Z ] 2022-11-23T02:28:36.6004204Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6004290Z with 2022-11-23T02:28:36.6004350Z [ 2022-11-23T02:28:36.6004445Z T=c10::Scalar 2022-11-23T02:28:36.6004525Z ] 2022-11-23T02:28:36.6004930Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6005332Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6005975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6006080Z with 2022-11-23T02:28:36.6006277Z [ 2022-11-23T02:28:36.6006399Z T=c10::Scalar 2022-11-23T02:28:36.6006476Z ] 2022-11-23T02:28:36.6007014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6007098Z with 2022-11-23T02:28:36.6007176Z [ 2022-11-23T02:28:36.6007275Z T=std::string 2022-11-23T02:28:36.6007355Z ] 2022-11-23T02:28:36.6007756Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6007821Z with 2022-11-23T02:28:36.6007897Z [ 2022-11-23T02:28:36.6007996Z T=std::string 2022-11-23T02:28:36.6008073Z ] 2022-11-23T02:28:36.6008522Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6008607Z with 2022-11-23T02:28:36.6008684Z [ 2022-11-23T02:28:36.6008786Z T=std::string 2022-11-23T02:28:36.6008862Z ] 2022-11-23T02:28:36.6009340Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6009420Z with 2022-11-23T02:28:36.6009497Z [ 2022-11-23T02:28:36.6009598Z T=std::string 2022-11-23T02:28:36.6009674Z ] 2022-11-23T02:28:36.6010082Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6010585Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6011013Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6011098Z with 2022-11-23T02:28:36.6011158Z [ 2022-11-23T02:28:36.6011257Z T=std::string 2022-11-23T02:28:36.6011338Z ] 2022-11-23T02:28:36.6011726Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6011918Z with 2022-11-23T02:28:36.6012032Z [ 2022-11-23T02:28:36.6012154Z T=c10::QualifiedName 2022-11-23T02:28:36.6012236Z ] 2022-11-23T02:28:36.6012759Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6012851Z with 2022-11-23T02:28:36.6013067Z [ 2022-11-23T02:28:36.6013190Z T=c10::QualifiedName 2022-11-23T02:28:36.6013268Z ] 2022-11-23T02:28:36.6013804Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6013903Z with 2022-11-23T02:28:36.6013963Z [ 2022-11-23T02:28:36.6014079Z T=c10::QualifiedName 2022-11-23T02:28:36.6014157Z ] 2022-11-23T02:28:36.6014633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6014720Z with 2022-11-23T02:28:36.6014797Z [ 2022-11-23T02:28:36.6014909Z T=c10::QualifiedName 2022-11-23T02:28:36.6014986Z ] 2022-11-23T02:28:36.6015404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6015824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6016249Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6016334Z with 2022-11-23T02:28:36.6016411Z [ 2022-11-23T02:28:36.6016524Z T=c10::QualifiedName 2022-11-23T02:28:36.6016602Z ] 2022-11-23T02:28:36.6016984Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6017064Z with 2022-11-23T02:28:36.6017123Z [ 2022-11-23T02:28:36.6017287Z T=std::shared_ptr 2022-11-23T02:28:36.6017364Z ] 2022-11-23T02:28:36.6017765Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6017847Z with 2022-11-23T02:28:36.6017924Z [ 2022-11-23T02:28:36.6018338Z T=std::shared_ptr 2022-11-23T02:28:36.6018439Z ] 2022-11-23T02:28:36.6018904Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6019097Z with 2022-11-23T02:28:36.6019180Z [ 2022-11-23T02:28:36.6019478Z T=std::shared_ptr 2022-11-23T02:28:36.6019561Z ] 2022-11-23T02:28:36.6020056Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6020136Z with 2022-11-23T02:28:36.6020212Z [ 2022-11-23T02:28:36.6020354Z T=std::shared_ptr 2022-11-23T02:28:36.6020435Z ] 2022-11-23T02:28:36.6020889Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6021338Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6022320Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6022453Z with 2022-11-23T02:28:36.6022532Z [ 2022-11-23T02:28:36.6022704Z T=std::shared_ptr 2022-11-23T02:28:36.6022789Z ] 2022-11-23T02:28:36.6023179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6023261Z with 2022-11-23T02:28:36.6023338Z [ 2022-11-23T02:28:36.6023499Z T=std::weak_ptr 2022-11-23T02:28:36.6023576Z ] 2022-11-23T02:28:36.6023975Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6024056Z with 2022-11-23T02:28:36.6024136Z [ 2022-11-23T02:28:36.6024294Z T=std::weak_ptr 2022-11-23T02:28:36.6024355Z ] 2022-11-23T02:28:36.6024997Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6025093Z with 2022-11-23T02:28:36.6025171Z [ 2022-11-23T02:28:36.6025447Z T=std::weak_ptr 2022-11-23T02:28:36.6025529Z ] 2022-11-23T02:28:36.6026138Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6026226Z with 2022-11-23T02:28:36.6026304Z [ 2022-11-23T02:28:36.6026467Z T=std::weak_ptr 2022-11-23T02:28:36.6026546Z ] 2022-11-23T02:28:36.6027004Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6027567Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6027991Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6028075Z with 2022-11-23T02:28:36.6028154Z [ 2022-11-23T02:28:36.6028316Z T=std::weak_ptr 2022-11-23T02:28:36.6028394Z ] 2022-11-23T02:28:36.6028781Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6028850Z with 2022-11-23T02:28:36.6028928Z [ 2022-11-23T02:28:36.6029121Z T=std::vector> 2022-11-23T02:28:36.6029200Z ] 2022-11-23T02:28:36.6029600Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6029681Z with 2022-11-23T02:28:36.6029757Z [ 2022-11-23T02:28:36.6029949Z T=std::vector> 2022-11-23T02:28:36.6030025Z ] 2022-11-23T02:28:36.6030550Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6030646Z with 2022-11-23T02:28:36.6030724Z [ 2022-11-23T02:28:36.6031067Z T=std::vector> 2022-11-23T02:28:36.6031169Z ] 2022-11-23T02:28:36.6031747Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6031852Z with 2022-11-23T02:28:36.6031913Z [ 2022-11-23T02:28:36.6032230Z T=std::vector> 2022-11-23T02:28:36.6032312Z ] 2022-11-23T02:28:36.6032788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6033262Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6033690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6033772Z with 2022-11-23T02:28:36.6033849Z [ 2022-11-23T02:28:36.6034040Z T=std::vector> 2022-11-23T02:28:36.6034116Z ] 2022-11-23T02:28:36.6034501Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6034583Z with 2022-11-23T02:28:36.6034661Z [ 2022-11-23T02:28:36.6034810Z T=std::vector> 2022-11-23T02:28:36.6034985Z ] 2022-11-23T02:28:36.6035395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6035479Z with 2022-11-23T02:28:36.6035555Z [ 2022-11-23T02:28:36.6035706Z T=std::vector> 2022-11-23T02:28:36.6035764Z ] 2022-11-23T02:28:36.6036221Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6036305Z with 2022-11-23T02:28:36.6036380Z [ 2022-11-23T02:28:36.6036527Z T=std::vector> 2022-11-23T02:28:36.6036605Z ] 2022-11-23T02:28:36.6037086Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6037170Z with 2022-11-23T02:28:36.6037248Z [ 2022-11-23T02:28:36.6037569Z T=std::vector> 2022-11-23T02:28:36.6037653Z ] 2022-11-23T02:28:36.6038222Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6038876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6039325Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6039412Z with 2022-11-23T02:28:36.6039490Z [ 2022-11-23T02:28:36.6039639Z T=std::vector> 2022-11-23T02:28:36.6039719Z ] 2022-11-23T02:28:36.6040111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6040176Z with 2022-11-23T02:28:36.6040253Z [ 2022-11-23T02:28:36.6040465Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6040543Z ] 2022-11-23T02:28:36.6040945Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6041029Z with 2022-11-23T02:28:36.6041105Z [ 2022-11-23T02:28:36.6041314Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6041391Z ] 2022-11-23T02:28:36.6041836Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6041919Z with 2022-11-23T02:28:36.6041997Z [ 2022-11-23T02:28:36.6042204Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6042282Z ] 2022-11-23T02:28:36.6042764Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6042933Z with 2022-11-23T02:28:36.6043011Z [ 2022-11-23T02:28:36.6043221Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6043281Z ] 2022-11-23T02:28:36.6043946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.6044450Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.6045102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.6045542Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6045627Z with 2022-11-23T02:28:36.6045708Z [ 2022-11-23T02:28:36.6045913Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6045992Z ] 2022-11-23T02:28:36.6046455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6046559Z with 2022-11-23T02:28:36.6046638Z [ 2022-11-23T02:28:36.6046840Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6046923Z ] 2022-11-23T02:28:36.6047323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6047405Z with 2022-11-23T02:28:36.6047481Z [ 2022-11-23T02:28:36.6047678Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6047757Z ] 2022-11-23T02:28:36.6048209Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6048290Z with 2022-11-23T02:28:36.6048350Z [ 2022-11-23T02:28:36.6048543Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6048624Z ] 2022-11-23T02:28:36.6049106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6049187Z with 2022-11-23T02:28:36.6049263Z [ 2022-11-23T02:28:36.6049459Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6049550Z ] 2022-11-23T02:28:36.6050038Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:28:36.6050671Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:28:36.6051304Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:28:36.6051856Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6051942Z with 2022-11-23T02:28:36.6052019Z [ 2022-11-23T02:28:36.6052222Z T=std::vector,std::allocator>> 2022-11-23T02:28:36.6052301Z ] 2022-11-23T02:28:36.6052689Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6052774Z with 2022-11-23T02:28:36.6052851Z [ 2022-11-23T02:28:36.6053009Z T=std::vector> 2022-11-23T02:28:36.6053086Z ] 2022-11-23T02:28:36.6053469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6053551Z with 2022-11-23T02:28:36.6053628Z [ 2022-11-23T02:28:36.6053784Z T=std::vector> 2022-11-23T02:28:36.6053860Z ] 2022-11-23T02:28:36.6054388Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6054487Z with 2022-11-23T02:28:36.6054565Z [ 2022-11-23T02:28:36.6054726Z T=std::vector> 2022-11-23T02:28:36.6054804Z ] 2022-11-23T02:28:36.6055283Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6055365Z with 2022-11-23T02:28:36.6055440Z [ 2022-11-23T02:28:36.6055589Z T=std::vector> 2022-11-23T02:28:36.6055667Z ] 2022-11-23T02:28:36.6056108Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6056551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6057149Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6057243Z with 2022-11-23T02:28:36.6057303Z [ 2022-11-23T02:28:36.6057565Z T=std::vector> 2022-11-23T02:28:36.6057659Z ] 2022-11-23T02:28:36.6058172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6058259Z with 2022-11-23T02:28:36.6058340Z [ 2022-11-23T02:28:36.6058530Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.6058645Z ] 2022-11-23T02:28:36.6059141Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6059223Z with 2022-11-23T02:28:36.6059299Z [ 2022-11-23T02:28:36.6059492Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.6059572Z ] 2022-11-23T02:28:36.6060025Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6060109Z with 2022-11-23T02:28:36.6060187Z [ 2022-11-23T02:28:36.6060356Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.6060436Z ] 2022-11-23T02:28:36.6060913Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6060996Z with 2022-11-23T02:28:36.6061072Z [ 2022-11-23T02:28:36.6061257Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.6061334Z ] 2022-11-23T02:28:36.6061812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6062381Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6062881Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:28:36.6063455Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6063544Z with 2022-11-23T02:28:36.6063623Z [ 2022-11-23T02:28:36.6063817Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:28:36.6063895Z ] 2022-11-23T02:28:36.6064506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6064594Z with 2022-11-23T02:28:36.6064672Z [ 2022-11-23T02:28:36.6064868Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.6064945Z ] 2022-11-23T02:28:36.6065343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6065408Z with 2022-11-23T02:28:36.6065485Z [ 2022-11-23T02:28:36.6065672Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.6065748Z ] 2022-11-23T02:28:36.6066200Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6066283Z with 2022-11-23T02:28:36.6066360Z [ 2022-11-23T02:28:36.6066545Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.6066712Z ] 2022-11-23T02:28:36.6067199Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6067281Z with 2022-11-23T02:28:36.6067359Z [ 2022-11-23T02:28:36.6067547Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.6067627Z ] 2022-11-23T02:28:36.6068106Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6068599Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6069085Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:28:36.6069511Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6069593Z with 2022-11-23T02:28:36.6069853Z [ 2022-11-23T02:28:36.6070211Z T=c10::impl::InlineStreamGuard 2022-11-23T02:28:36.6070284Z ] 2022-11-23T02:28:36.6070932Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6071027Z with 2022-11-23T02:28:36.6071108Z [ 2022-11-23T02:28:36.6071245Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6071324Z ] 2022-11-23T02:28:36.6071722Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6071803Z with 2022-11-23T02:28:36.6071879Z [ 2022-11-23T02:28:36.6072009Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6072084Z ] 2022-11-23T02:28:36.6072539Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6072622Z with 2022-11-23T02:28:36.6072697Z [ 2022-11-23T02:28:36.6072824Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6072887Z ] 2022-11-23T02:28:36.6073364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6073449Z with 2022-11-23T02:28:36.6073525Z [ 2022-11-23T02:28:36.6073652Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6073728Z ] 2022-11-23T02:28:36.6074168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6074578Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6074754Z with 2022-11-23T02:28:36.6074832Z [ 2022-11-23T02:28:36.6074962Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6075040Z ] 2022-11-23T02:28:36.6075513Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:28:36.6075935Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6076020Z with 2022-11-23T02:28:36.6076097Z [ 2022-11-23T02:28:36.6076400Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:28:36.6076482Z ] 2022-11-23T02:28:36.6076848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6077054Z with 2022-11-23T02:28:36.6077139Z [ 2022-11-23T02:28:36.6077511Z T=std::vector> 2022-11-23T02:28:36.6077593Z ] 2022-11-23T02:28:36.6078002Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6078087Z with 2022-11-23T02:28:36.6078166Z [ 2022-11-23T02:28:36.6078484Z T=std::vector> 2022-11-23T02:28:36.6078574Z ] 2022-11-23T02:28:36.6079029Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6079115Z with 2022-11-23T02:28:36.6079192Z [ 2022-11-23T02:28:36.6079424Z T=std::vector> 2022-11-23T02:28:36.6079502Z ] 2022-11-23T02:28:36.6079985Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6080066Z with 2022-11-23T02:28:36.6080141Z [ 2022-11-23T02:28:36.6080353Z T=std::vector> 2022-11-23T02:28:36.6080431Z ] 2022-11-23T02:28:36.6080946Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6081464Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6081896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6081978Z with 2022-11-23T02:28:36.6082057Z [ 2022-11-23T02:28:36.6082289Z T=std::vector> 2022-11-23T02:28:36.6082366Z ] 2022-11-23T02:28:36.6082989Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6083078Z with 2022-11-23T02:28:36.6083156Z [ 2022-11-23T02:28:36.6083388Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.6083477Z ] 2022-11-23T02:28:36.6084012Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6084099Z with 2022-11-23T02:28:36.6084178Z [ 2022-11-23T02:28:36.6084307Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.6084384Z ] 2022-11-23T02:28:36.6084841Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6084909Z with 2022-11-23T02:28:36.6084985Z [ 2022-11-23T02:28:36.6085105Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.6085182Z ] 2022-11-23T02:28:36.6085658Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6085738Z with 2022-11-23T02:28:36.6085815Z [ 2022-11-23T02:28:36.6085933Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.6086087Z ] 2022-11-23T02:28:36.6086534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6086978Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6087408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6087491Z with 2022-11-23T02:28:36.6087568Z [ 2022-11-23T02:28:36.6087689Z T=torch::autograd::ViewInfo 2022-11-23T02:28:36.6087767Z ] 2022-11-23T02:28:36.6088150Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6088231Z with 2022-11-23T02:28:36.6088290Z [ 2022-11-23T02:28:36.6088388Z T=c10::IValue 2022-11-23T02:28:36.6088468Z ] 2022-11-23T02:28:36.6088865Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6089056Z with 2022-11-23T02:28:36.6089173Z [ 2022-11-23T02:28:36.6089279Z T=c10::IValue 2022-11-23T02:28:36.6089357Z ] 2022-11-23T02:28:36.6089925Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6090017Z with 2022-11-23T02:28:36.6090229Z [ 2022-11-23T02:28:36.6090333Z T=c10::IValue 2022-11-23T02:28:36.6090411Z ] 2022-11-23T02:28:36.6090897Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6091076Z with 2022-11-23T02:28:36.6091136Z [ 2022-11-23T02:28:36.6091237Z T=c10::IValue 2022-11-23T02:28:36.6091314Z ] 2022-11-23T02:28:36.6091723Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6092140Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6092568Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6092653Z with 2022-11-23T02:28:36.6092732Z [ 2022-11-23T02:28:36.6092830Z T=c10::IValue 2022-11-23T02:28:36.6092907Z ] 2022-11-23T02:28:36.6093289Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6093369Z with 2022-11-23T02:28:36.6093446Z [ 2022-11-23T02:28:36.6093548Z T=c10::AliasInfo 2022-11-23T02:28:36.6093624Z ] 2022-11-23T02:28:36.6094091Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6094186Z with 2022-11-23T02:28:36.6094246Z [ 2022-11-23T02:28:36.6094352Z T=c10::AliasInfo 2022-11-23T02:28:36.6094428Z ] 2022-11-23T02:28:36.6094880Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6094966Z with 2022-11-23T02:28:36.6095043Z [ 2022-11-23T02:28:36.6095146Z T=c10::AliasInfo 2022-11-23T02:28:36.6095224Z ] 2022-11-23T02:28:36.6095871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6095966Z with 2022-11-23T02:28:36.6096044Z [ 2022-11-23T02:28:36.6096148Z T=c10::AliasInfo 2022-11-23T02:28:36.6096347Z ] 2022-11-23T02:28:36.6096916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6097345Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6097771Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6097853Z with 2022-11-23T02:28:36.6097912Z [ 2022-11-23T02:28:36.6098014Z T=c10::AliasInfo 2022-11-23T02:28:36.6098093Z ] 2022-11-23T02:28:36.6098479Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6098561Z with 2022-11-23T02:28:36.6098727Z [ 2022-11-23T02:28:36.6098900Z T=std::vector> 2022-11-23T02:28:36.6098978Z ] 2022-11-23T02:28:36.6099378Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6099461Z with 2022-11-23T02:28:36.6099538Z [ 2022-11-23T02:28:36.6099702Z T=std::vector> 2022-11-23T02:28:36.6099779Z ] 2022-11-23T02:28:36.6100231Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6100314Z with 2022-11-23T02:28:36.6100373Z [ 2022-11-23T02:28:36.6100538Z T=std::vector> 2022-11-23T02:28:36.6100617Z ] 2022-11-23T02:28:36.6101096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6101180Z with 2022-11-23T02:28:36.6101257Z [ 2022-11-23T02:28:36.6101420Z T=std::vector> 2022-11-23T02:28:36.6101496Z ] 2022-11-23T02:28:36.6102172Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6102279Z with 2022-11-23T02:28:36.6102355Z [ 2022-11-23T02:28:36.6102459Z T=c10::SymInt 2022-11-23T02:28:36.6102538Z ] 2022-11-23T02:28:36.6103210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6103299Z with 2022-11-23T02:28:36.6103377Z [ 2022-11-23T02:28:36.6103460Z T=c10::SymInt 2022-11-23T02:28:36.6103538Z ] 2022-11-23T02:28:36.6103999Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:28:36.6104534Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:28:36.6104959Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6105044Z with 2022-11-23T02:28:36.6105121Z [ 2022-11-23T02:28:36.6105285Z T=std::vector> 2022-11-23T02:28:36.6105362Z ] 2022-11-23T02:28:36.6105745Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6105826Z with 2022-11-23T02:28:36.6105906Z [ 2022-11-23T02:28:36.6106080Z T=c10::either 2022-11-23T02:28:36.6106157Z ] 2022-11-23T02:28:36.6106557Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6107279Z with 2022-11-23T02:28:36.6107358Z [ 2022-11-23T02:28:36.6107541Z T=c10::either 2022-11-23T02:28:36.6107621Z ] 2022-11-23T02:28:36.6108056Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6108142Z with 2022-11-23T02:28:36.6108223Z [ 2022-11-23T02:28:36.6108559Z T=c10::either 2022-11-23T02:28:36.6108661Z ] 2022-11-23T02:28:36.6109156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6109359Z with 2022-11-23T02:28:36.6109440Z [ 2022-11-23T02:28:36.6109753Z T=c10::either 2022-11-23T02:28:36.6109837Z ] 2022-11-23T02:28:36.6110306Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6110902Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6111347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6111434Z with 2022-11-23T02:28:36.6111511Z [ 2022-11-23T02:28:36.6111683Z T=c10::either 2022-11-23T02:28:36.6111763Z ] 2022-11-23T02:28:36.6112144Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6112226Z with 2022-11-23T02:28:36.6112285Z [ 2022-11-23T02:28:36.6112402Z T=at::StepCallbacks 2022-11-23T02:28:36.6112482Z ] 2022-11-23T02:28:36.6112886Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6112968Z with 2022-11-23T02:28:36.6113044Z [ 2022-11-23T02:28:36.6113156Z T=at::StepCallbacks 2022-11-23T02:28:36.6113235Z ] 2022-11-23T02:28:36.6113680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6113760Z with 2022-11-23T02:28:36.6113836Z [ 2022-11-23T02:28:36.6113945Z T=at::StepCallbacks 2022-11-23T02:28:36.6114022Z ] 2022-11-23T02:28:36.6114507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6114588Z with 2022-11-23T02:28:36.6114664Z [ 2022-11-23T02:28:36.6114757Z T=at::StepCallbacks 2022-11-23T02:28:36.6114835Z ] 2022-11-23T02:28:36.6115419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6116221Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6116659Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6116743Z with 2022-11-23T02:28:36.6116825Z [ 2022-11-23T02:28:36.6116940Z T=at::StepCallbacks 2022-11-23T02:28:36.6117018Z ] 2022-11-23T02:28:36.6117397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6117481Z with 2022-11-23T02:28:36.6117557Z [ 2022-11-23T02:28:36.6117659Z T=c10::DimVector 2022-11-23T02:28:36.6117736Z ] 2022-11-23T02:28:36.6118132Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6118216Z with 2022-11-23T02:28:36.6118291Z [ 2022-11-23T02:28:36.6118378Z T=c10::DimVector 2022-11-23T02:28:36.6118453Z ] 2022-11-23T02:28:36.6118979Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6119076Z with 2022-11-23T02:28:36.6119154Z [ 2022-11-23T02:28:36.6119264Z T=c10::DimVector 2022-11-23T02:28:36.6119340Z ] 2022-11-23T02:28:36.6119823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6119905Z with 2022-11-23T02:28:36.6119982Z [ 2022-11-23T02:28:36.6120082Z T=c10::DimVector 2022-11-23T02:28:36.6120158Z ] 2022-11-23T02:28:36.6120566Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6120982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6121544Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6121660Z with 2022-11-23T02:28:36.6121738Z [ 2022-11-23T02:28:36.6121825Z T=c10::DimVector 2022-11-23T02:28:36.6121903Z ] 2022-11-23T02:28:36.6122404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6122493Z with 2022-11-23T02:28:36.6122570Z [ 2022-11-23T02:28:36.6122706Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.6122784Z ] 2022-11-23T02:28:36.6123298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6123481Z with 2022-11-23T02:28:36.6123558Z [ 2022-11-23T02:28:36.6123687Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.6123765Z ] 2022-11-23T02:28:36.6124220Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6124300Z with 2022-11-23T02:28:36.6124375Z [ 2022-11-23T02:28:36.6124482Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.6124560Z ] 2022-11-23T02:28:36.6125041Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6125124Z with 2022-11-23T02:28:36.6125203Z [ 2022-11-23T02:28:36.6125329Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.6125406Z ] 2022-11-23T02:28:36.6125836Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6126286Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6126787Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6126886Z with 2022-11-23T02:28:36.6126963Z [ 2022-11-23T02:28:36.6127092Z T=c10::impl::AnnotatedSchema 2022-11-23T02:28:36.6127173Z ] 2022-11-23T02:28:36.6127555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6127638Z with 2022-11-23T02:28:36.6127714Z [ 2022-11-23T02:28:36.6127892Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.6127951Z ] 2022-11-23T02:28:36.6128349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6128607Z with 2022-11-23T02:28:36.6128691Z [ 2022-11-23T02:28:36.6128869Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.6128948Z ] 2022-11-23T02:28:36.6129528Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6129620Z with 2022-11-23T02:28:36.6129698Z [ 2022-11-23T02:28:36.6129875Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.6129953Z ] 2022-11-23T02:28:36.6130437Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6130519Z with 2022-11-23T02:28:36.6130601Z [ 2022-11-23T02:28:36.6130773Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.6130850Z ] 2022-11-23T02:28:36.6131297Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6131919Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6132347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6132411Z with 2022-11-23T02:28:36.6132490Z [ 2022-11-23T02:28:36.6132668Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:28:36.6132745Z ] 2022-11-23T02:28:36.6133128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6133213Z with 2022-11-23T02:28:36.6133293Z [ 2022-11-23T02:28:36.6133441Z T=std::tuple 2022-11-23T02:28:36.6133520Z ] 2022-11-23T02:28:36.6133924Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6134005Z with 2022-11-23T02:28:36.6134081Z [ 2022-11-23T02:28:36.6134224Z T=std::tuple 2022-11-23T02:28:36.6134300Z ] 2022-11-23T02:28:36.6134999Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6135101Z with 2022-11-23T02:28:36.6135164Z [ 2022-11-23T02:28:36.6135431Z T=std::tuple 2022-11-23T02:28:36.6135516Z ] 2022-11-23T02:28:36.6136126Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6136211Z with 2022-11-23T02:28:36.6136287Z [ 2022-11-23T02:28:36.6136432Z T=std::tuple 2022-11-23T02:28:36.6136510Z ] 2022-11-23T02:28:36.6136957Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6137419Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6137848Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6137929Z with 2022-11-23T02:28:36.6138005Z [ 2022-11-23T02:28:36.6138146Z T=std::tuple 2022-11-23T02:28:36.6138223Z ] 2022-11-23T02:28:36.6138609Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6138689Z with 2022-11-23T02:28:36.6138765Z [ 2022-11-23T02:28:36.6138868Z T=torch::jit::SourceRange 2022-11-23T02:28:36.6138944Z ] 2022-11-23T02:28:36.6139440Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6139522Z with 2022-11-23T02:28:36.6139598Z [ 2022-11-23T02:28:36.6139718Z T=torch::jit::SourceRange 2022-11-23T02:28:36.6139796Z ] 2022-11-23T02:28:36.6140246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6140326Z with 2022-11-23T02:28:36.6140405Z [ 2022-11-23T02:28:36.6140524Z T=torch::jit::SourceRange 2022-11-23T02:28:36.6140601Z ] 2022-11-23T02:28:36.6141236Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6141331Z with 2022-11-23T02:28:36.6141409Z [ 2022-11-23T02:28:36.6141508Z T=torch::jit::SourceRange 2022-11-23T02:28:36.6141586Z ] 2022-11-23T02:28:36.6142254Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6142789Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6143229Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6143316Z with 2022-11-23T02:28:36.6143394Z [ 2022-11-23T02:28:36.6143512Z T=torch::jit::SourceRange 2022-11-23T02:28:36.6143592Z ] 2022-11-23T02:28:36.6143972Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6144054Z with 2022-11-23T02:28:36.6144130Z [ 2022-11-23T02:28:36.6144272Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.6144349Z ] 2022-11-23T02:28:36.6144749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6144830Z with 2022-11-23T02:28:36.6144906Z [ 2022-11-23T02:28:36.6145046Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.6145110Z ] 2022-11-23T02:28:36.6145555Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6145635Z with 2022-11-23T02:28:36.6145712Z [ 2022-11-23T02:28:36.6145851Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.6145927Z ] 2022-11-23T02:28:36.6146408Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6146490Z with 2022-11-23T02:28:36.6146565Z [ 2022-11-23T02:28:36.6146704Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.6146780Z ] 2022-11-23T02:28:36.6147218Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6147916Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6148465Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6148661Z with 2022-11-23T02:28:36.6148744Z [ 2022-11-23T02:28:36.6148891Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:28:36.6148969Z ] 2022-11-23T02:28:36.6149335Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6149423Z with 2022-11-23T02:28:36.6149500Z [ 2022-11-23T02:28:36.6149636Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.6149712Z ] 2022-11-23T02:28:36.6150116Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6150197Z with 2022-11-23T02:28:36.6150274Z [ 2022-11-23T02:28:36.6150410Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.6150486Z ] 2022-11-23T02:28:36.6151488Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6151620Z with 2022-11-23T02:28:36.6151704Z [ 2022-11-23T02:28:36.6151850Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.6151927Z ] 2022-11-23T02:28:36.6152414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6152478Z with 2022-11-23T02:28:36.6152554Z [ 2022-11-23T02:28:36.6152689Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.6152765Z ] 2022-11-23T02:28:36.6153364Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6154069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6154624Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6154710Z with 2022-11-23T02:28:36.6154787Z [ 2022-11-23T02:28:36.6154925Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:28:36.6155003Z ] 2022-11-23T02:28:36.6155507Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6155728Z with 2022-11-23T02:28:36.6155852Z [ 2022-11-23T02:28:36.6155972Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.6156052Z ] 2022-11-23T02:28:36.6156457Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6156655Z with 2022-11-23T02:28:36.6156715Z [ 2022-11-23T02:28:36.6156831Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.6156910Z ] 2022-11-23T02:28:36.6157365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6157446Z with 2022-11-23T02:28:36.6157523Z [ 2022-11-23T02:28:36.6157640Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.6157717Z ] 2022-11-23T02:28:36.6158251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6158343Z with 2022-11-23T02:28:36.6158421Z [ 2022-11-23T02:28:36.6158535Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.6158644Z ] 2022-11-23T02:28:36.6159068Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6159577Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6160022Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6160108Z with 2022-11-23T02:28:36.6160167Z [ 2022-11-23T02:28:36.6160279Z T=torch::jit::ScopePtr 2022-11-23T02:28:36.6160359Z ] 2022-11-23T02:28:36.6160743Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6160825Z with 2022-11-23T02:28:36.6160901Z [ 2022-11-23T02:28:36.6161110Z T=at::ThreadLocalState 2022-11-23T02:28:36.6161248Z ] 2022-11-23T02:28:36.6161660Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6161744Z with 2022-11-23T02:28:36.6161822Z [ 2022-11-23T02:28:36.6161941Z T=at::ThreadLocalState 2022-11-23T02:28:36.6162092Z ] 2022-11-23T02:28:36.6162865Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6162961Z with 2022-11-23T02:28:36.6163020Z [ 2022-11-23T02:28:36.6163141Z T=at::ThreadLocalState 2022-11-23T02:28:36.6163220Z ] 2022-11-23T02:28:36.6163703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6163791Z with 2022-11-23T02:28:36.6163869Z [ 2022-11-23T02:28:36.6163986Z T=at::ThreadLocalState 2022-11-23T02:28:36.6164062Z ] 2022-11-23T02:28:36.6164488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6165044Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6165469Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6165551Z with 2022-11-23T02:28:36.6165630Z [ 2022-11-23T02:28:36.6165753Z T=at::ThreadLocalState 2022-11-23T02:28:36.6165832Z ] 2022-11-23T02:28:36.6166215Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6166300Z with 2022-11-23T02:28:36.6166377Z [ 2022-11-23T02:28:36.6166503Z T=std::shared_ptr 2022-11-23T02:28:36.6166580Z ] 2022-11-23T02:28:36.6166977Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6167059Z with 2022-11-23T02:28:36.6167135Z [ 2022-11-23T02:28:36.6167277Z T=std::shared_ptr 2022-11-23T02:28:36.6167353Z ] 2022-11-23T02:28:36.6168081Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6168194Z with 2022-11-23T02:28:36.6168273Z [ 2022-11-23T02:28:36.6168419Z T=std::shared_ptr 2022-11-23T02:28:36.6168502Z ] 2022-11-23T02:28:36.6169404Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6169497Z with 2022-11-23T02:28:36.6169575Z [ 2022-11-23T02:28:36.6169701Z T=std::shared_ptr 2022-11-23T02:28:36.6169781Z ] 2022-11-23T02:28:36.6170214Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6170640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6171111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:28:36.6171533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6171615Z with 2022-11-23T02:28:36.6171692Z [ 2022-11-23T02:28:36.6171829Z T=std::shared_ptr 2022-11-23T02:28:36.6171911Z ] 2022-11-23T02:28:36.6172290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6172371Z with 2022-11-23T02:28:36.6172550Z [ 2022-11-23T02:28:36.6172682Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.6172760Z ] 2022-11-23T02:28:36.6173159Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6173241Z with 2022-11-23T02:28:36.6173319Z [ 2022-11-23T02:28:36.6173444Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.6173503Z ] 2022-11-23T02:28:36.6173956Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6174039Z with 2022-11-23T02:28:36.6174117Z [ 2022-11-23T02:28:36.6174240Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.6174318Z ] 2022-11-23T02:28:36.6174933Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6175020Z with 2022-11-23T02:28:36.6175205Z [ 2022-11-23T02:28:36.6175486Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.6175568Z ] 2022-11-23T02:28:36.6176003Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6176507Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6176988Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:28:36.6177415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6177497Z with 2022-11-23T02:28:36.6177577Z [ 2022-11-23T02:28:36.6177701Z T=torch::jit::GraphExecutor 2022-11-23T02:28:36.6177779Z ] 2022-11-23T02:28:36.6178165Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6178230Z with 2022-11-23T02:28:36.6178308Z [ 2022-11-23T02:28:36.6178418Z T=torch::jit::Method 2022-11-23T02:28:36.6178498Z ] 2022-11-23T02:28:36.6178895Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6178977Z with 2022-11-23T02:28:36.6179053Z [ 2022-11-23T02:28:36.6179162Z T=torch::jit::Method 2022-11-23T02:28:36.6179238Z ] 2022-11-23T02:28:36.6179680Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6179763Z with 2022-11-23T02:28:36.6179840Z [ 2022-11-23T02:28:36.6179948Z T=torch::jit::Method 2022-11-23T02:28:36.6180025Z ] 2022-11-23T02:28:36.6180500Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6180809Z with 2022-11-23T02:28:36.6180890Z [ 2022-11-23T02:28:36.6181005Z T=torch::jit::Method 2022-11-23T02:28:36.6181083Z ] 2022-11-23T02:28:36.6181811Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6182251Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6182679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6182765Z with 2022-11-23T02:28:36.6182845Z [ 2022-11-23T02:28:36.6182957Z T=torch::jit::Method 2022-11-23T02:28:36.6183035Z ] 2022-11-23T02:28:36.6183417Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6183497Z with 2022-11-23T02:28:36.6183573Z [ 2022-11-23T02:28:36.6183745Z T=std::vector> 2022-11-23T02:28:36.6183821Z ] 2022-11-23T02:28:36.6184312Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6184408Z with 2022-11-23T02:28:36.6184467Z [ 2022-11-23T02:28:36.6184641Z T=std::vector> 2022-11-23T02:28:36.6184721Z ] 2022-11-23T02:28:36.6185174Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6185258Z with 2022-11-23T02:28:36.6185335Z [ 2022-11-23T02:28:36.6185504Z T=std::vector> 2022-11-23T02:28:36.6185580Z ] 2022-11-23T02:28:36.6186058Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6186141Z with 2022-11-23T02:28:36.6186217Z [ 2022-11-23T02:28:36.6186381Z T=std::vector> 2022-11-23T02:28:36.6186463Z ] 2022-11-23T02:28:36.6186925Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6187537Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6188188Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6188280Z with 2022-11-23T02:28:36.6188357Z [ 2022-11-23T02:28:36.6188527Z T=std::vector> 2022-11-23T02:28:36.6188678Z ] 2022-11-23T02:28:36.6189065Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6189148Z with 2022-11-23T02:28:36.6189226Z [ 2022-11-23T02:28:36.6189433Z T=std::function 2022-11-23T02:28:36.6189510Z ] 2022-11-23T02:28:36.6189911Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6189993Z with 2022-11-23T02:28:36.6190069Z [ 2022-11-23T02:28:36.6190276Z T=std::function 2022-11-23T02:28:36.6190353Z ] 2022-11-23T02:28:36.6190800Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6190885Z with 2022-11-23T02:28:36.6190961Z [ 2022-11-23T02:28:36.6191163Z T=std::function 2022-11-23T02:28:36.6191239Z ] 2022-11-23T02:28:36.6191790Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6191869Z with 2022-11-23T02:28:36.6191948Z [ 2022-11-23T02:28:36.6192156Z T=std::function 2022-11-23T02:28:36.6192233Z ] 2022-11-23T02:28:36.6192729Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6193380Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6193821Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6194103Z with 2022-11-23T02:28:36.6194194Z [ 2022-11-23T02:28:36.6194402Z T=std::function 2022-11-23T02:28:36.6194484Z ] 2022-11-23T02:28:36.6194872Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6194955Z with 2022-11-23T02:28:36.6195033Z [ 2022-11-23T02:28:36.6195267Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.6195344Z ] 2022-11-23T02:28:36.6195746Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6195830Z with 2022-11-23T02:28:36.6195906Z [ 2022-11-23T02:28:36.6196133Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.6196193Z ] 2022-11-23T02:28:36.6196636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6196812Z with 2022-11-23T02:28:36.6196890Z [ 2022-11-23T02:28:36.6197125Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.6197202Z ] 2022-11-23T02:28:36.6197692Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6197778Z with 2022-11-23T02:28:36.6197857Z [ 2022-11-23T02:28:36.6198083Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.6198159Z ] 2022-11-23T02:28:36.6198679Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:28:36.6199240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:28:36.6199727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6199823Z with 2022-11-23T02:28:36.6199903Z [ 2022-11-23T02:28:36.6200138Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:28:36.6200217Z ] 2022-11-23T02:28:36.6200603Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6200683Z with 2022-11-23T02:28:36.6200742Z [ 2022-11-23T02:28:36.6200900Z T=std::vector> 2022-11-23T02:28:36.6200976Z ] 2022-11-23T02:28:36.6201375Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6201456Z with 2022-11-23T02:28:36.6201531Z [ 2022-11-23T02:28:36.6201690Z T=std::vector> 2022-11-23T02:28:36.6201766Z ] 2022-11-23T02:28:36.6202216Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6202301Z with 2022-11-23T02:28:36.6202376Z [ 2022-11-23T02:28:36.6202529Z T=std::vector> 2022-11-23T02:28:36.6202606Z ] 2022-11-23T02:28:36.6203083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6203164Z with 2022-11-23T02:28:36.6203239Z [ 2022-11-23T02:28:36.6203396Z T=std::vector> 2022-11-23T02:28:36.6203457Z ] 2022-11-23T02:28:36.6203888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6204058Z with 2022-11-23T02:28:36.6204136Z [ 2022-11-23T02:28:36.6204226Z T=double 2022-11-23T02:28:36.6204428Z ] 2022-11-23T02:28:36.6204955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6205151Z with 2022-11-23T02:28:36.6205334Z [ 2022-11-23T02:28:36.6205425Z T=double 2022-11-23T02:28:36.6205506Z ] 2022-11-23T02:28:36.6205939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6206021Z with 2022-11-23T02:28:36.6206098Z [ 2022-11-23T02:28:36.6206253Z T=std::vector> 2022-11-23T02:28:36.6206320Z ] 2022-11-23T02:28:36.6206703Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6206785Z with 2022-11-23T02:28:36.6206864Z [ 2022-11-23T02:28:36.6207001Z T=std::tuple 2022-11-23T02:28:36.6207078Z ] 2022-11-23T02:28:36.6207560Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6207657Z with 2022-11-23T02:28:36.6207735Z [ 2022-11-23T02:28:36.6207877Z T=std::tuple 2022-11-23T02:28:36.6207953Z ] 2022-11-23T02:28:36.6208400Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6208488Z with 2022-11-23T02:28:36.6208566Z [ 2022-11-23T02:28:36.6208701Z T=std::tuple 2022-11-23T02:28:36.6208761Z ] 2022-11-23T02:28:36.6209239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6209320Z with 2022-11-23T02:28:36.6209401Z [ 2022-11-23T02:28:36.6209538Z T=std::tuple 2022-11-23T02:28:36.6209614Z ] 2022-11-23T02:28:36.6210051Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:28:36.6210533Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:28:36.6210958Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6211039Z with 2022-11-23T02:28:36.6211115Z [ 2022-11-23T02:28:36.6211254Z T=std::tuple 2022-11-23T02:28:36.6211331Z ] 2022-11-23T02:28:36.6211710Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6211879Z with 2022-11-23T02:28:36.6211957Z [ 2022-11-23T02:28:36.6212130Z T=std::vector> 2022-11-23T02:28:36.6212209Z ] 2022-11-23T02:28:36.6212612Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:28:36.6212677Z with 2022-11-23T02:28:36.6212753Z [ 2022-11-23T02:28:36.6212931Z T=std::vector> 2022-11-23T02:28:36.6213011Z ] 2022-11-23T02:28:36.6213464Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:28:36.6213550Z with 2022-11-23T02:28:36.6213610Z [ 2022-11-23T02:28:36.6213779Z T=std::vector> 2022-11-23T02:28:36.6213856Z ] 2022-11-23T02:28:36.6214337Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:28:36.6214419Z with 2022-11-23T02:28:36.6214494Z [ 2022-11-23T02:28:36.6214659Z T=std::vector> 2022-11-23T02:28:36.6214737Z ] 2022-11-23T02:28:36.6215266Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:28:36.6215777Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:28:36.6216205Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:28:36.6216287Z with 2022-11-23T02:28:36.6216366Z [ 2022-11-23T02:28:36.6216531Z T=std::vector> 2022-11-23T02:28:36.6216609Z ] 2022-11-23T02:28:36.6217212Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" main.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:test_set_default_type.pyd 2022-11-23T02:28:36.6217425Z Creating library test_set_default_type.lib and object test_set_default_type.exp 2022-11-23T02:28:36.6217577Z Loading extension module test_set_default_type... 2022-11-23T02:28:36.6217667Z ok (19.382s) 2022-11-23T02:28:36.6218094Z test_warning (__main__.TestCppExtensionJIT) ... [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:28:36.6218447Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:28:36.6218799Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:28:36.6219129Z [W C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12] Warning: Error with CPUDoubleType (function foo) 2022-11-23T02:28:36.6219597Z UserWarning: Error with torch.DoubleTensor (Triggered internally at C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\warn_mod\main.cpp:12.) 2022-11-23T02:28:36.6219685Z ok (39.433s) 2022-11-23T02:28:36.6219839Z Not wiping extensions build folder because Windows 2022-11-23T02:28:36.6219852Z 2022-11-23T02:28:36.6220044Z ---------------------------------------------------------------------- 2022-11-23T02:28:36.6220146Z Ran 23 tests in 335.094s 2022-11-23T02:28:36.6220154Z 2022-11-23T02:28:36.6220244Z OK (skipped=5) 2022-11-23T02:28:36.6220251Z 2022-11-23T02:28:36.6220362Z Generating XML reports... 2022-11-23T02:28:36.6220843Z Generated XML report: test-reports\python-unittest\test_cpp_extensions_jit\TEST-TestCppExtensionJIT-20221123022259.xml 2022-11-23T02:28:36.6220853Z 2022-11-23T02:28:36.6221479Z ##[endgroup] 2022-11-23T02:28:36.6221827Z FINISHED PRINTING LOG FILE of test_cpp_extensions_jit (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_cpp_extensions_jit_otkx7956) 2022-11-23T02:28:36.6221839Z 2022-11-23T02:28:36.6221982Z Running test_sparse_csr ... [2022-11-23 02:28:36.157016] 2022-11-23T02:28:36.6222328Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_sparse_csr.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:28:36.158200] 2022-11-23T02:31:48.7445710Z 2022-11-23T02:31:48.7446702Z Expand the folded group to see the log file of test_sparse_csr 2022-11-23T02:31:48.7448347Z ##[group]PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_y8ypbl8m) 2022-11-23T02:31:48.7512982Z 2022-11-23T02:31:48.7513429Z Running tests... 2022-11-23T02:31:48.7514200Z ---------------------------------------------------------------------- 2022-11-23T02:31:48.7519586Z Test results will be stored in test-reports\python-unittest\test_sparse_csr 2022-11-23T02:31:48.7521066Z test_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2402: 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:48.7523783Z return torch.sparse_compressed_tensor(compressed_indices, plain_indices, 2022-11-23T02:31:48.7524455Z ok (1.966s) 2022-11-23T02:31:48.7524819Z test_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.185s) 2022-11-23T02:31:48.7525538Z test_addmm_all_sparse_csr_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.113s) 2022-11-23T02:31:48.7526440Z test_addmm_all_sparse_csr_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.219s) 2022-11-23T02:31:48.7527486Z test_addmm_all_sparse_csr_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2022-11-23T02:31:48.7528389Z test_addmm_all_sparse_csr_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.155s) 2022-11-23T02:31:48.7529364Z test_addmm_all_sparse_csr_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.164s) 2022-11-23T02:31:48.7530376Z test_addmm_all_sparse_csr_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.099s) 2022-11-23T02:31:48.7531273Z test_addmm_all_sparse_csr_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.086s) 2022-11-23T02:31:48.7532144Z test_addmm_all_sparse_csr_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-11-23T02:31:48.7533041Z test_addmm_all_sparse_csr_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.081s) 2022-11-23T02:31:48.7533886Z test_addmm_all_sparse_csr_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-11-23T02:31:48.7534776Z test_addmm_dense_result_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:31:48.7536132Z test_addmm_dense_result_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:31:48.7537271Z test_addmm_dense_result_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:31:48.7538221Z test_addmm_dense_result_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:31:48.7538972Z test_addmm_dense_result_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:31:48.7539789Z test_addmm_dense_result_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:31:48.7540691Z test_addmm_dense_result_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:31:48.7541594Z test_addmm_dense_result_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:31:48.7542573Z test_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.989s) 2022-11-23T02:31:48.7543573Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7544464Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7545261Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7546090Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7547056Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7547890Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7548819Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7549759Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7550653Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7551438Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7552201Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7553005Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7553812Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7554602Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7556605Z test_addmm_sizes_all_sparse_csr_k_0_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7557863Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7558720Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7559535Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7560337Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7561146Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7561946Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7562916Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7565230Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7566047Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7566827Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7567643Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7568461Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7569419Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7570452Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7571211Z test_addmm_sizes_all_sparse_csr_k_0_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7572039Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7572844Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7573649Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7574476Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7575864Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7577039Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7577857Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7578323Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7578793Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7579259Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7579728Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7580210Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7580689Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7581161Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7581603Z test_addmm_sizes_all_sparse_csr_k_0_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7582231Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7582739Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7583464Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7583933Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7584402Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7584881Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7585334Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7585958Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7586421Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7587060Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7587632Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7588107Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7588766Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7589492Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7589966Z test_addmm_sizes_all_sparse_csr_k_1_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7590447Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7590921Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7591390Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7591855Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7592421Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7592919Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7593371Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7593840Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7594302Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7594916Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7595412Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7596179Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7596657Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7597346Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7597814Z test_addmm_sizes_all_sparse_csr_k_1_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7598291Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7598770Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7599242Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7599709Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7600172Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7600623Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7601270Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7602012Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7602608Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7603070Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7603549Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7604024Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7604475Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7604943Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7605404Z test_addmm_sizes_all_sparse_csr_k_1_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7605880Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7606352Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7606824Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7607425Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7607904Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7608775Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7609278Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7609750Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7610216Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7610677Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7611146Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7611621Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7612069Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7612537Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7613146Z test_addmm_sizes_all_sparse_csr_k_8_n_0_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7614176Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7614965Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7615446Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7615913Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7616353Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7616833Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7617314Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.7617778Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7618401Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.7618864Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7619333Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7619785Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7620404Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7620891Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7621478Z test_addmm_sizes_all_sparse_csr_k_8_n_10_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7622098Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7622576Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7623049Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7623491Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7623953Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_0_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7624520Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.7625024Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7625494Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7625959Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7626420Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7626866Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7627513Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7627989Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7628726Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7629196Z test_addmm_sizes_all_sparse_csr_k_8_n_1_m_25_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7629668Z test_autograd_dense_output_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.989s) 2022-11-23T02:31:48.7630128Z test_autograd_dense_output_addmv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.084s) 2022-11-23T02:31:48.7630550Z test_autograd_dense_output_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7630996Z test_autograd_dense_output_mv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7631458Z test_autograd_sparse_csr_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.333s) 2022-11-23T02:31:48.7631931Z test_autograd_sparse_csr_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7632514Z test_autograd_sparse_csr_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7633182Z test_autograd_sparse_csr_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op angle not supported with CSR input and autograd (0.011s) 2022-11-23T02:31:48.7634076Z test_autograd_sparse_csr_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7634761Z test_autograd_sparse_csr_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asin not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7635695Z test_autograd_sparse_csr_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7636340Z test_autograd_sparse_csr_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op asinh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7637127Z test_autograd_sparse_csr_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7637787Z test_autograd_sparse_csr_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7638447Z test_autograd_sparse_csr_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7639106Z test_autograd_sparse_csr_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op atanh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7639847Z test_autograd_sparse_csr_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op ceil not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7640447Z test_autograd_sparse_csr_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7641111Z test_autograd_sparse_csr_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7641610Z test_autograd_sparse_csr_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7642406Z test_autograd_sparse_csr_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erf not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7643077Z test_autograd_sparse_csr_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op erfinv not supported with CSR input and autograd (0.006s) 2022-11-23T02:31:48.7644067Z test_autograd_sparse_csr_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op expm1 not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7645279Z test_autograd_sparse_csr_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op floor not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7646312Z test_autograd_sparse_csr_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7647391Z test_autograd_sparse_csr_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7648879Z test_autograd_sparse_csr_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isinf not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7650184Z test_autograd_sparse_csr_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7651460Z test_autograd_sparse_csr_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isnan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7652751Z test_autograd_sparse_csr_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isneginf not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7654160Z test_autograd_sparse_csr_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op isposinf not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7656604Z test_autograd_sparse_csr_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\autograd\__init__.py:197: UserWarning: log1p_backward: received self with sparse layout, but backward requires materialization of a dense tensor with this shape (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\autograd\FunctionsManual.cpp:4849.) 2022-11-23T02:31:48.7658479Z Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2022-11-23T02:31:48.7659164Z ok (0.007s) 2022-11-23T02:31:48.7659861Z test_autograd_sparse_csr_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.244s) 2022-11-23T02:31:48.7660799Z test_autograd_sparse_csr_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7661894Z test_autograd_sparse_csr_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7663062Z test_autograd_sparse_csr_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7664019Z test_autograd_sparse_csr_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7664939Z test_autograd_sparse_csr_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7667070Z test_autograd_sparse_csr_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op round not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7668513Z test_autograd_sparse_csr_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7670292Z test_autograd_sparse_csr_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sgn not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7671562Z test_autograd_sparse_csr_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sign not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7672849Z test_autograd_sparse_csr_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op signbit not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7674135Z test_autograd_sparse_csr_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7675507Z test_autograd_sparse_csr_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sin not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7676964Z test_autograd_sparse_csr_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7678249Z test_autograd_sparse_csr_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sinh not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7679475Z test_autograd_sparse_csr_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.002s) 2022-11-23T02:31:48.7680757Z test_autograd_sparse_csr_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op sqrt not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7682353Z test_autograd_sparse_csr_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7683868Z test_autograd_sparse_csr_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tan not supported with CSR input and autograd (0.003s) 2022-11-23T02:31:48.7685332Z test_autograd_sparse_csr_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7686889Z test_autograd_sparse_csr_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op tanh not supported with CSR input and autograd (0.006s) 2022-11-23T02:31:48.7688069Z test_autograd_sparse_csr_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Unary op trunc not supported with CSR input and autograd (0.000s) 2022-11-23T02:31:48.7689215Z test_baddbmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.000s) 2022-11-23T02:31:48.7690136Z test_baddbmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.011s) 2022-11-23T02:31:48.7690937Z test_baddbmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.004s) 2022-11-23T02:31:48.7691757Z test_baddbmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: ROCm not available (0.004s) 2022-11-23T02:31:48.7692629Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.131s) 2022-11-23T02:31:48.7693562Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.135s) 2022-11-23T02:31:48.7694483Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.142s) 2022-11-23T02:31:48.7695701Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.130s) 2022-11-23T02:31:48.7696794Z test_block_addmm_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.115s) 2022-11-23T02:31:48.7698125Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.133s) 2022-11-23T02:31:48.7699044Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.142s) 2022-11-23T02:31:48.7700371Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.149s) 2022-11-23T02:31:48.7701413Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.136s) 2022-11-23T02:31:48.7702822Z test_block_addmm_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.124s) 2022-11-23T02:31:48.7704302Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.154s) 2022-11-23T02:31:48.7705349Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.134s) 2022-11-23T02:31:48.7706374Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.139s) 2022-11-23T02:31:48.7707370Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.122s) 2022-11-23T02:31:48.7708382Z test_block_addmm_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.122s) 2022-11-23T02:31:48.7709607Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.142s) 2022-11-23T02:31:48.7710660Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.133s) 2022-11-23T02:31:48.7711644Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.152s) 2022-11-23T02:31:48.7712340Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.136s) 2022-11-23T02:31:48.7712942Z test_block_addmm_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.131s) 2022-11-23T02:31:48.7713663Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.124s) 2022-11-23T02:31:48.7714165Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.126s) 2022-11-23T02:31:48.7739941Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.140s) 2022-11-23T02:31:48.7740602Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.125s) 2022-11-23T02:31:48.7741142Z test_block_addmm_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.117s) 2022-11-23T02:31:48.7741649Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.138s) 2022-11-23T02:31:48.7742485Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.135s) 2022-11-23T02:31:48.7743334Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.140s) 2022-11-23T02:31:48.7743956Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.130s) 2022-11-23T02:31:48.7744464Z test_block_addmm_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.125s) 2022-11-23T02:31:48.7744980Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.124s) 2022-11-23T02:31:48.7745669Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.140s) 2022-11-23T02:31:48.7746194Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.136s) 2022-11-23T02:31:48.7746706Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.123s) 2022-11-23T02:31:48.7747213Z test_block_addmm_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.119s) 2022-11-23T02:31:48.7747731Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.151s) 2022-11-23T02:31:48.7748251Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.141s) 2022-11-23T02:31:48.7748899Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.145s) 2022-11-23T02:31:48.7749433Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.137s) 2022-11-23T02:31:48.7750050Z test_block_addmm_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.122s) 2022-11-23T02:31:48.7750664Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7751195Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-11-23T02:31:48.7751712Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.7752224Z test_block_addmv_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.7752737Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7753256Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7753769Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7754276Z test_block_addmv_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7754896Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7755417Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7756077Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7756736Z test_block_addmv_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7757374Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7757895Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7758405Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7758889Z test_block_addmv_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7759406Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.7759927Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T02:31:48.7760437Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7761033Z test_block_addmv_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7761573Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-11-23T02:31:48.7762088Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.7762746Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7763233Z test_block_addmv_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7763962Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7764528Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7765044Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7765557Z test_block_addmv_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7766069Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7766586Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7767097Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7767575Z test_block_addmv_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7768439Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_sparse_csr.py:1688: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:31:48.7769423Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:31:48.7769941Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:31:48.7770465Z should be replaced with 2022-11-23T02:31:48.7771011Z 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:31:48.7771542Z expected_X, _ = torch.triangular_solve( 2022-11-23T02:31:48.7771786Z ok (0.074s) 2022-11-23T02:31:48.7772190Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-11-23T02:31:48.7772749Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-11-23T02:31:48.7773306Z test_block_triangular_solve_block_size_2_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T02:31:48.7773856Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T02:31:48.7774417Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2022-11-23T02:31:48.7774964Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2022-11-23T02:31:48.7775507Z test_block_triangular_solve_block_size_2_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-11-23T02:31:48.7776239Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.082s) 2022-11-23T02:31:48.7777020Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.076s) 2022-11-23T02:31:48.7777730Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T02:31:48.7778288Z test_block_triangular_solve_block_size_2_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-11-23T02:31:48.7778843Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-11-23T02:31:48.7779397Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.089s) 2022-11-23T02:31:48.7779942Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T02:31:48.7780482Z test_block_triangular_solve_block_size_2_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.071s) 2022-11-23T02:31:48.7781008Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T02:31:48.7781562Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.074s) 2022-11-23T02:31:48.7782112Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T02:31:48.7782651Z test_block_triangular_solve_block_size_3_int32_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.070s) 2022-11-23T02:31:48.7783375Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.080s) 2022-11-23T02:31:48.7784051Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T02:31:48.7784721Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.068s) 2022-11-23T02:31:48.7785263Z test_block_triangular_solve_block_size_3_int32_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T02:31:48.7785783Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2022-11-23T02:31:48.7786442Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.081s) 2022-11-23T02:31:48.7786996Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.077s) 2022-11-23T02:31:48.7787541Z test_block_triangular_solve_block_size_3_int64_noncontiguous_False_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.074s) 2022-11-23T02:31:48.7788094Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T02:31:48.7788645Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.075s) 2022-11-23T02:31:48.7789194Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.067s) 2022-11-23T02:31:48.7789893Z test_block_triangular_solve_block_size_3_int64_noncontiguous_True_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.073s) 2022-11-23T02:31:48.7790350Z test_bmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2022-11-23T02:31:48.7790876Z test_bmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.029s) 2022-11-23T02:31:48.7791400Z test_bmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T02:31:48.7791789Z test_bmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T02:31:48.7792253Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7792829Z This test performs a smoke test for covered conversion and verifies ... ok (0.016s) 2022-11-23T02:31:48.7793337Z test_compressed_layout_conversions_coverage_SparseBSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7793784Z This test performs a smoke test for covered conversion and verifies ... ok (0.013s) 2022-11-23T02:31:48.7794269Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7794745Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:31:48.7795220Z test_compressed_layout_conversions_coverage_SparseBSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7795691Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-11-23T02:31:48.7796161Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7796768Z This test performs a smoke test for covered conversion and verifies ... ok (0.020s) 2022-11-23T02:31:48.7797240Z test_compressed_layout_conversions_coverage_SparseBSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7797937Z This test performs a smoke test for covered conversion and verifies ... ok (0.021s) 2022-11-23T02:31:48.7798426Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7798955Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T02:31:48.7799431Z test_compressed_layout_conversions_coverage_SparseBSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7799898Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T02:31:48.7800343Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7800821Z This test performs a smoke test for covered conversion and verifies ... ok (0.008s) 2022-11-23T02:31:48.7801299Z test_compressed_layout_conversions_coverage_SparseCSC_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7801767Z This test performs a smoke test for covered conversion and verifies ... ok (0.009s) 2022-11-23T02:31:48.7802245Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7802821Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:31:48.7803476Z test_compressed_layout_conversions_coverage_SparseCSC_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7803915Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:31:48.7804632Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7805113Z This test performs a smoke test for covered conversion and verifies ... ok (0.000s) 2022-11-23T02:31:48.7805594Z test_compressed_layout_conversions_coverage_SparseCSR_SparseBSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7806060Z This test performs a smoke test for covered conversion and verifies ... ok (0.010s) 2022-11-23T02:31:48.7806526Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSC_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7806967Z This test performs a smoke test for covered conversion and verifies ... ok (0.015s) 2022-11-23T02:31:48.7807435Z test_compressed_layout_conversions_coverage_SparseCSR_SparseCSR_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7807905Z This test performs a smoke test for covered conversion and verifies ... ok (0.012s) 2022-11-23T02:31:48.7808348Z test_coo_csr_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7808785Z test_coo_csr_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7809314Z test_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7809948Z test_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7810370Z test_coo_csr_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7810930Z test_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7811470Z test_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7811898Z test_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7812323Z test_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7812750Z test_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7813149Z test_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7813576Z test_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7814006Z test_coo_to_csr_convert_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7814438Z test_csr_coo_conversion_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7814868Z test_csr_coo_conversion_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7815306Z test_csr_coo_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7815750Z test_csr_coo_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7816159Z test_csr_coo_conversion_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7816779Z test_csr_coo_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7817211Z test_csr_coo_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7817896Z test_csr_coo_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7818332Z test_csr_coo_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7818759Z test_csr_coo_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7819156Z test_csr_coo_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7819681Z test_csr_coo_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7820107Z test_csr_double_to_sparse_csr_cuda (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7820529Z test_csr_is_contiguous_cuda (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7820947Z test_csr_matvec_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.065s) 2022-11-23T02:31:48.7821370Z test_csr_matvec_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.061s) 2022-11-23T02:31:48.7821785Z test_csr_matvec_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-11-23T02:31:48.7822171Z test_csr_matvec_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-11-23T02:31:48.7822573Z test_csr_matvec_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-11-23T02:31:48.7823615Z test_csr_storage_cuda (__main__.TestSparseCSRCUDA) ... 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:48.7824579Z warnings.warn(message, UserWarning) 2022-11-23T02:31:48.7824861Z ok (0.006s) 2022-11-23T02:31:48.7825176Z test_csr_stride_cuda (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7825611Z test_csr_to_block_csr_blocksize_2_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T02:31:48.7826055Z test_csr_to_block_csr_blocksize_2_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-11-23T02:31:48.7826608Z test_csr_to_block_csr_blocksize_4_cuda_float64_int32 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T02:31:48.7827094Z test_csr_to_block_csr_blocksize_4_cuda_float64_int64 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7827543Z test_csr_to_block_csr_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7828024Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7828478Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-11-23T02:31:48.7828910Z test_dense_to_from_sparse_compressed_SparseBSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7829357Z This test tests conversion from dense to/from CSR and CSC ... ok (0.463s) 2022-11-23T02:31:48.7829974Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7830441Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-11-23T02:31:48.7831050Z test_dense_to_from_sparse_compressed_SparseBSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7831740Z This test tests conversion from dense to/from CSR and CSC ... ok (0.039s) 2022-11-23T02:31:48.7832269Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7832696Z This test tests conversion from dense to/from CSR and CSC ... ok (0.015s) 2022-11-23T02:31:48.7833155Z test_dense_to_from_sparse_compressed_SparseBSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7833604Z This test tests conversion from dense to/from CSR and CSC ... ok (0.403s) 2022-11-23T02:31:48.7834062Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7834510Z This test tests conversion from dense to/from CSR and CSC ... ok (0.013s) 2022-11-23T02:31:48.7834975Z test_dense_to_from_sparse_compressed_SparseBSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7835425Z This test tests conversion from dense to/from CSR and CSC ... ok (0.029s) 2022-11-23T02:31:48.7835846Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7836549Z This test tests conversion from dense to/from CSR and CSC ... ok (0.028s) 2022-11-23T02:31:48.7837040Z test_dense_to_from_sparse_compressed_SparseCSC_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7837608Z This test tests conversion from dense to/from CSR and CSC ... ok (0.143s) 2022-11-23T02:31:48.7838421Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7839284Z This test tests conversion from dense to/from CSR and CSC ... ok (0.012s) 2022-11-23T02:31:48.7840129Z test_dense_to_from_sparse_compressed_SparseCSC_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7840666Z This test tests conversion from dense to/from CSR and CSC ... ok (0.023s) 2022-11-23T02:31:48.7841118Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7841562Z This test tests conversion from dense to/from CSR and CSC ... ok (0.017s) 2022-11-23T02:31:48.7842196Z test_dense_to_from_sparse_compressed_SparseCSR_Batched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7842662Z This test tests conversion from dense to/from CSR and CSC ... ok (0.139s) 2022-11-23T02:31:48.7843279Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_Hybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7843719Z This test tests conversion from dense to/from CSR and CSC ... ok (0.014s) 2022-11-23T02:31:48.7844338Z test_dense_to_from_sparse_compressed_SparseCSR_NonBatched_NonHybrid_cuda (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.7845053Z This test tests conversion from dense to/from CSR and CSC ... ok (0.018s) 2022-11-23T02:31:48.7845517Z test_direct_coo_csr_conversion_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7845988Z test_direct_coo_csr_conversion_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7846451Z test_direct_coo_csr_conversion_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7846918Z test_direct_coo_csr_conversion_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7847361Z test_direct_coo_csr_conversion_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7847802Z test_direct_coo_csr_conversion_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7848246Z test_direct_coo_csr_conversion_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7848694Z test_direct_coo_csr_conversion_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7849143Z test_direct_coo_csr_conversion_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7849581Z test_exercise_detach_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7850159Z test_exercise_detach_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7850596Z test_exercise_detach_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7851284Z test_exercise_detach_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7851721Z test_exercise_detach_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7852149Z test_exercise_detach_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7852575Z test_exercise_detach_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7852972Z test_exercise_detach_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7853396Z test_exercise_detach_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7853807Z test_exercise_detach_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7854225Z test_exercise_detach_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7854761Z test_exercise_detach_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7855192Z test_matmul_device_mismatch_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7855610Z test_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.527s) 2022-11-23T02:31:48.7855979Z test_mm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7856430Z test_mul_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.469s) 2022-11-23T02:31:48.7856987Z test_mul_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.431s) 2022-11-23T02:31:48.7858281Z test_resize_as_sparse_compressed_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... 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:31:48.7859168Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:31:48.7859463Z ok (0.066s) 2022-11-23T02:31:48.7860010Z test_resize_as_sparse_compressed_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.066s) 2022-11-23T02:31:48.7860505Z test_resize_as_sparse_compressed_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.063s) 2022-11-23T02:31:48.7861004Z test_resize_as_sparse_compressed_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.7861496Z test_resize_as_sparse_compressed_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.072s) 2022-11-23T02:31:48.7862098Z test_resize_as_sparse_compressed_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.079s) 2022-11-23T02:31:48.7862615Z test_resize_as_sparse_compressed_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.096s) 2022-11-23T02:31:48.7863116Z test_resize_as_sparse_compressed_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.093s) 2022-11-23T02:31:48.7863725Z test_resize_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7864211Z test_resize_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7864818Z test_resize_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7865230Z test_resize_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7865640Z test_resize_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7866041Z test_resize_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7866443Z test_resize_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7866817Z test_resize_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7867206Z test_resize_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7867585Z test_resize_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7867967Z test_resize_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7868352Z test_resize_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7868760Z test_resize_errors_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7869155Z test_resize_errors_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7869717Z test_resize_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7870309Z test_resize_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7870860Z test_resize_errors_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.7871486Z test_resize_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7871902Z test_resize_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7872292Z test_resize_errors_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7872835Z test_resize_errors_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7873248Z test_resize_errors_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7873650Z test_resize_errors_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7874062Z test_resize_errors_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7874498Z test_sampled_addmm_autograd_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7874964Z test_sampled_addmm_autograd_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7875404Z test_sampled_addmm_autograd_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7875855Z test_sampled_addmm_autograd_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7876294Z test_sampled_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (2.084s) 2022-11-23T02:31:48.7876900Z test_sampled_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.217s) 2022-11-23T02:31:48.7877342Z test_sampled_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (2.075s) 2022-11-23T02:31:48.7878106Z test_sampled_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.976s) 2022-11-23T02:31:48.7878520Z test_sampled_addmm_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7878971Z test_sampled_addmm_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.7879422Z test_sampled_addmm_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7880107Z test_sampled_addmm_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7880748Z test_sampled_addmm_zero_sized_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.003s) 2022-11-23T02:31:48.7881465Z test_sampled_addmm_zero_sized_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.003s) 2022-11-23T02:31:48.7882164Z test_sampled_addmm_zero_sized_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.003s) 2022-11-23T02:31:48.7882852Z test_sampled_addmm_zero_sized_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Causes CUDA memory exception, see https://github.com/pytorch/pytorch/issues/72177 (0.002s) 2022-11-23T02:31:48.7883551Z test_select_SparseBSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7884106Z test_select_SparseBSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7884675Z test_select_SparseBSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-11-23T02:31:48.7885138Z test_select_SparseBSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.7885589Z test_select_SparseBSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T02:31:48.7886028Z test_select_SparseBSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7886468Z test_select_SparseBSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7886886Z test_select_SparseBSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7887315Z test_select_SparseBSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7887745Z test_select_SparseBSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7888180Z test_select_SparseBSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7888616Z test_select_SparseBSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7890137Z test_select_SparseBSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.7890592Z test_select_SparseBSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7891119Z test_select_SparseBSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7891682Z test_select_SparseBSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7892136Z test_select_SparseBSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7892579Z test_select_SparseBSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7893025Z test_select_SparseBSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T02:31:48.7893460Z test_select_SparseBSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T02:31:48.7893870Z test_select_SparseBSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7894298Z test_select_SparseBSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7894730Z test_select_SparseBSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7895158Z test_select_SparseBSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.028s) 2022-11-23T02:31:48.7895596Z test_select_SparseBSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.7896033Z test_select_SparseBSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.7896694Z test_select_SparseBSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7897166Z test_select_SparseBSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7897722Z test_select_SparseBSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7898287Z test_select_SparseBSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7898738Z test_select_SparseBSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7899177Z test_select_SparseBSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T02:31:48.7899605Z test_select_SparseBSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7900004Z test_select_SparseBSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7900427Z test_select_SparseBSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T02:31:48.7900859Z test_select_SparseBSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7901299Z test_select_SparseBSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7901735Z test_select_SparseBSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7902185Z test_select_SparseBSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.7902634Z test_select_SparseBSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.025s) 2022-11-23T02:31:48.7903051Z test_select_SparseBSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7903630Z test_select_SparseBSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.7904069Z test_select_SparseBSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.021s) 2022-11-23T02:31:48.7904715Z test_select_SparseBSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7905162Z test_select_SparseBSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.7905583Z test_select_SparseBSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.7905986Z test_select_SparseBSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-11-23T02:31:48.7907032Z test_select_SparseBSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.7907479Z test_select_SparseCSC_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T02:31:48.7907923Z test_select_SparseCSC_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7908373Z test_select_SparseCSC_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T02:31:48.7908831Z test_select_SparseCSC_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T02:31:48.7909278Z test_select_SparseCSC_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.7909694Z test_select_SparseCSC_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7910300Z test_select_SparseCSC_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-11-23T02:31:48.7910752Z test_select_SparseCSC_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7911308Z test_select_SparseCSC_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.7911846Z test_select_SparseCSC_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7912275Z test_select_SparseCSC_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T02:31:48.7912713Z test_select_SparseCSC_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T02:31:48.7913126Z test_select_SparseCSC_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.044s) 2022-11-23T02:31:48.7913679Z test_select_SparseCSC_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7914146Z test_select_SparseCSC_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7914597Z test_select_SparseCSC_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7915042Z test_select_SparseCSC_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.7915489Z test_select_SparseCSC_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T02:31:48.7915902Z test_select_SparseCSC_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T02:31:48.7916340Z test_select_SparseCSC_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7916895Z test_select_SparseCSC_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.040s) 2022-11-23T02:31:48.7917335Z test_select_SparseCSC_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7917877Z test_select_SparseCSC_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7918425Z test_select_SparseCSC_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T02:31:48.7918865Z test_select_SparseCSR_int32_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T02:31:48.7919282Z test_select_SparseCSR_int32_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T02:31:48.7919725Z test_select_SparseCSR_int32_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.024s) 2022-11-23T02:31:48.7920180Z test_select_SparseCSR_int32_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.043s) 2022-11-23T02:31:48.7920626Z test_select_SparseCSR_int32_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T02:31:48.7921066Z test_select_SparseCSR_int32_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2022-11-23T02:31:48.7921504Z test_select_SparseCSR_int32_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T02:31:48.7921916Z test_select_SparseCSR_int32_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T02:31:48.7922345Z test_select_SparseCSR_int32_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.042s) 2022-11-23T02:31:48.7922773Z test_select_SparseCSR_int32_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-11-23T02:31:48.7923944Z test_select_SparseCSR_int32_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.030s) 2022-11-23T02:31:48.7924473Z test_select_SparseCSR_int32_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-11-23T02:31:48.7925053Z test_select_SparseCSR_int64_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.026s) 2022-11-23T02:31:48.7925499Z test_select_SparseCSR_int64_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.038s) 2022-11-23T02:31:48.7925925Z test_select_SparseCSR_int64_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2022-11-23T02:31:48.7926382Z test_select_SparseCSR_int64_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.037s) 2022-11-23T02:31:48.7926826Z test_select_SparseCSR_int64_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-11-23T02:31:48.7927266Z test_select_SparseCSR_int64_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.034s) 2022-11-23T02:31:48.7927701Z test_select_SparseCSR_int64_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T02:31:48.7928144Z test_select_SparseCSR_int64_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.027s) 2022-11-23T02:31:48.7928548Z test_select_SparseCSR_int64_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.045s) 2022-11-23T02:31:48.7928969Z test_select_SparseCSR_int64_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.032s) 2022-11-23T02:31:48.7929402Z test_select_SparseCSR_int64_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.033s) 2022-11-23T02:31:48.7929827Z test_select_SparseCSR_int64_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.031s) 2022-11-23T02:31:48.7930484Z test_sparse_add_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T02:31:48.7930939Z test_sparse_add_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.053s) 2022-11-23T02:31:48.7931571Z test_sparse_add_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T02:31:48.7931964Z test_sparse_add_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T02:31:48.7932395Z test_sparse_add_errors_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7932837Z test_sparse_add_errors_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7933273Z test_sparse_add_errors_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7933700Z test_sparse_add_errors_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7934128Z test_sparse_addmm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.050s) 2022-11-23T02:31:48.7934527Z test_sparse_addmm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.7934956Z test_sparse_addmm_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.048s) 2022-11-23T02:31:48.7935373Z test_sparse_addmm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.039s) 2022-11-23T02:31:48.7935787Z test_sparse_addmm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.052s) 2022-11-23T02:31:48.7936211Z test_sparse_csc_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7936642Z test_sparse_csc_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7937212Z test_sparse_csc_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.7937647Z test_sparse_csc_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7938199Z test_sparse_csc_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7938753Z test_sparse_csc_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7939189Z test_sparse_csc_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7939614Z test_sparse_csc_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7940034Z test_sparse_csc_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7941025Z test_sparse_csc_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7941446Z test_sparse_csc_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.7941876Z test_sparse_csc_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7942312Z test_sparse_csr_from_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7942756Z test_sparse_csr_from_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7943204Z test_sparse_csr_from_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7943781Z test_sparse_csr_from_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7944245Z test_sparse_csr_from_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7944796Z test_sparse_csr_from_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7945242Z test_sparse_csr_from_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7945801Z test_sparse_csr_from_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7946245Z test_sparse_csr_from_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7946680Z test_sparse_csr_from_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7947083Z test_sparse_csr_from_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7947614Z test_sparse_csr_from_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7948071Z test_sparse_csr_to_dense_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7948501Z test_sparse_csr_to_dense_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7948942Z test_sparse_csr_to_dense_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7949392Z test_sparse_csr_to_dense_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7949829Z test_sparse_csr_to_dense_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7950230Z test_sparse_csr_to_dense_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7950655Z test_sparse_csr_to_dense_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7951078Z test_sparse_csr_to_dense_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7951662Z test_sparse_csr_to_dense_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7952089Z test_sparse_csr_to_dense_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7952765Z test_sparse_csr_to_dense_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7953361Z test_sparse_csr_to_dense_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.7953826Z test_sparse_csr_unary_inplace_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7954293Z test_sparse_csr_unary_inplace_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7954764Z test_sparse_csr_unary_inplace_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7955241Z test_sparse_csr_unary_inplace_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.294s) 2022-11-23T02:31:48.7955712Z test_sparse_csr_unary_inplace_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.354s) 2022-11-23T02:31:48.7956219Z test_sparse_csr_unary_inplace_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7956661Z test_sparse_csr_unary_inplace_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7957120Z test_sparse_csr_unary_inplace_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7958367Z test_sparse_csr_unary_inplace_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7958829Z test_sparse_csr_unary_inplace_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7959512Z test_sparse_csr_unary_inplace_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7959962Z test_sparse_csr_unary_inplace_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7960415Z test_sparse_csr_unary_inplace_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7960918Z test_sparse_csr_unary_inplace_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.011s) 2022-11-23T02:31:48.7961519Z test_sparse_csr_unary_inplace_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7962122Z test_sparse_csr_unary_inplace_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7962724Z test_sparse_csr_unary_inplace_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7963312Z test_sparse_csr_unary_inplace_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7963896Z test_sparse_csr_unary_inplace_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.004s) 2022-11-23T02:31:48.7964576Z test_sparse_csr_unary_inplace_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7965332Z test_sparse_csr_unary_inplace_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.004s) 2022-11-23T02:31:48.7966134Z test_sparse_csr_unary_inplace_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7966908Z test_sparse_csr_unary_inplace_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7967494Z test_sparse_csr_unary_inplace_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.7968020Z test_sparse_csr_unary_inplace_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7968525Z test_sparse_csr_unary_inplace_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7969000Z test_sparse_csr_unary_inplace_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7969476Z test_sparse_csr_unary_inplace_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7969952Z test_sparse_csr_unary_inplace_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7970401Z test_sparse_csr_unary_inplace_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7970859Z test_sparse_csr_unary_inplace_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.7971461Z test_sparse_csr_unary_inplace_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7971935Z test_sparse_csr_unary_inplace_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7972717Z test_sparse_csr_unary_inplace_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7973193Z test_sparse_csr_unary_inplace_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7973614Z test_sparse_csr_unary_inplace_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7974067Z test_sparse_csr_unary_inplace_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7975194Z test_sparse_csr_unary_inplace_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7975661Z test_sparse_csr_unary_inplace_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7976131Z test_sparse_csr_unary_inplace_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7976609Z test_sparse_csr_unary_inplace_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.7977089Z test_sparse_csr_unary_inplace_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7977541Z test_sparse_csr_unary_inplace_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.7978185Z test_sparse_csr_unary_inplace_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7978658Z test_sparse_csr_unary_inplace_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7979425Z test_sparse_csr_unary_inplace_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7980062Z test_sparse_csr_unary_inplace_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7980521Z test_sparse_csr_unary_inplace_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7980980Z test_sparse_csr_unary_inplace_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.7981410Z test_sparse_csr_unary_inplace_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7982455Z test_sparse_csr_unary_inplace_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7982986Z test_sparse_csr_unary_inplace_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7983463Z test_sparse_csr_unary_inplace_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7983941Z test_sparse_csr_unary_inplace_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7984419Z test_sparse_csr_unary_inplace_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7985084Z test_sparse_csr_unary_inplace_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7985663Z test_sparse_csr_unary_inplace_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7986325Z test_sparse_csr_unary_inplace_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7986790Z test_sparse_csr_unary_inplace_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7987246Z test_sparse_csr_unary_inplace_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7987696Z test_sparse_csr_unary_inplace_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7988141Z test_sparse_csr_unary_inplace_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7988596Z test_sparse_csr_unary_inplace_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.7989028Z test_sparse_csr_unary_inplace_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7989488Z test_sparse_csr_unary_inplace_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7989949Z test_sparse_csr_unary_inplace_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7990422Z test_sparse_csr_unary_inplace_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7990902Z test_sparse_csr_unary_inplace_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7991536Z test_sparse_csr_unary_inplace_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7992014Z test_sparse_csr_unary_inplace_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7993345Z test_sparse_csr_unary_inplace_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7993806Z test_sparse_csr_unary_inplace_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7994269Z test_sparse_csr_unary_inplace_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7994774Z test_sparse_csr_unary_inplace_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.7995232Z test_sparse_csr_unary_inplace_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.7995695Z test_sparse_csr_unary_inplace_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7996135Z test_sparse_csr_unary_inplace_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7996597Z test_sparse_csr_unary_inplace_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.7997060Z test_sparse_csr_unary_inplace_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7997525Z test_sparse_csr_unary_inplace_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.7998150Z test_sparse_csr_unary_inplace_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.7998607Z test_sparse_csr_unary_inplace_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7999399Z test_sparse_csr_unary_inplace_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.7999934Z test_sparse_csr_unary_inplace_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8000407Z test_sparse_csr_unary_inplace_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8000889Z test_sparse_csr_unary_inplace_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8001392Z test_sparse_csr_unary_inplace_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8001896Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8002587Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.240s) 2022-11-23T02:31:48.8003094Z test_sparse_csr_unary_inplace_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8003567Z test_sparse_csr_unary_inplace_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8004071Z test_sparse_csr_unary_inplace_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8004690Z test_sparse_csr_unary_inplace_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8005189Z test_sparse_csr_unary_inplace_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8005985Z test_sparse_csr_unary_inplace_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8006463Z test_sparse_csr_unary_inplace_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8006938Z test_sparse_csr_unary_inplace_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8007392Z test_sparse_csr_unary_inplace_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8007874Z test_sparse_csr_unary_inplace_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8008353Z test_sparse_csr_unary_inplace_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8008825Z test_sparse_csr_unary_inplace_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8009295Z test_sparse_csr_unary_inplace_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8010389Z test_sparse_csr_unary_inplace_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8010864Z test_sparse_csr_unary_inplace_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8011490Z test_sparse_csr_unary_inplace_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8012087Z test_sparse_csr_unary_inplace_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8012765Z test_sparse_csr_unary_inplace_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8013243Z test_sparse_csr_unary_inplace_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8013709Z test_sparse_csr_unary_inplace_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8014346Z test_sparse_csr_unary_inplace_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8014814Z test_sparse_csr_unary_inplace_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8015246Z test_sparse_csr_unary_inplace_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8015701Z test_sparse_csr_unary_inplace_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8016157Z test_sparse_csr_unary_inplace_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8016606Z test_sparse_csr_unary_inplace_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8017162Z test_sparse_csr_unary_inplace_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8017782Z test_sparse_csr_unary_inplace_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8018253Z test_sparse_csr_unary_inplace_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8018984Z test_sparse_csr_unary_inplace_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.374s) 2022-11-23T02:31:48.8019484Z test_sparse_csr_unary_inplace_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.262s) 2022-11-23T02:31:48.8019954Z test_sparse_csr_unary_inplace_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.279s) 2022-11-23T02:31:48.8020426Z test_sparse_csr_unary_inplace_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.356s) 2022-11-23T02:31:48.8020888Z test_sparse_csr_unary_inplace_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8021353Z test_sparse_csr_unary_inplace_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8021815Z test_sparse_csr_unary_inplace_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8022249Z test_sparse_csr_unary_inplace_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8022711Z test_sparse_csr_unary_inplace_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8023172Z test_sparse_csr_unary_inplace_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8023638Z test_sparse_csr_unary_inplace_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8024098Z test_sparse_csr_unary_inplace_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8024695Z test_sparse_csr_unary_inplace_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8025146Z test_sparse_csr_unary_inplace_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8025904Z test_sparse_csr_unary_inplace_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8026364Z test_sparse_csr_unary_inplace_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8027427Z test_sparse_csr_unary_inplace_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8027883Z test_sparse_csr_unary_inplace_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8028339Z test_sparse_csr_unary_inplace_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8028806Z test_sparse_csr_unary_inplace_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8029247Z test_sparse_csr_unary_inplace_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8030057Z test_sparse_csr_unary_inplace_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8031069Z test_sparse_csr_unary_inplace_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8032024Z test_sparse_csr_unary_inplace_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8032652Z test_sparse_csr_unary_inplace_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8033118Z test_sparse_csr_unary_inplace_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8033725Z test_sparse_csr_unary_inplace_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8034176Z test_sparse_csr_unary_inplace_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8034647Z test_sparse_csr_unary_inplace_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8035121Z test_sparse_csr_unary_inplace_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8035733Z test_sparse_csr_unary_inplace_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8036229Z test_sparse_csr_unary_inplace_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8036771Z test_sparse_csr_unary_inplace_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8037376Z test_sparse_csr_unary_inplace_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8038102Z test_sparse_csr_unary_inplace_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8039029Z test_sparse_csr_unary_inplace_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:31:48.8039645Z test_sparse_csr_unary_inplace_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8040231Z test_sparse_csr_unary_inplace_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8040816Z test_sparse_csr_unary_inplace_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8041395Z test_sparse_csr_unary_inplace_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:31:48.8041965Z test_sparse_csr_unary_inplace_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8042544Z test_sparse_csr_unary_inplace_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8043122Z test_sparse_csr_unary_inplace_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8043669Z test_sparse_csr_unary_inplace_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8044368Z test_sparse_csr_unary_inplace_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8045985Z test_sparse_csr_unary_inplace_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8046574Z test_sparse_csr_unary_inplace_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8047165Z test_sparse_csr_unary_inplace_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8047772Z test_sparse_csr_unary_inplace_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8048360Z test_sparse_csr_unary_inplace_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8048947Z test_sparse_csr_unary_inplace_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8049529Z test_sparse_csr_unary_inplace_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8050075Z test_sparse_csr_unary_inplace_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8050649Z test_sparse_csr_unary_inplace_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8051356Z test_sparse_csr_unary_inplace_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8052386Z test_sparse_csr_unary_inplace_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.001s) 2022-11-23T02:31:48.8052999Z test_sparse_csr_unary_inplace_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.002s) 2022-11-23T02:31:48.8053598Z test_sparse_csr_unary_inplace_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8054198Z test_sparse_csr_unary_inplace_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8054792Z test_sparse_csr_unary_inplace_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:31:48.8055393Z test_sparse_csr_unary_inplace_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8055961Z test_sparse_csr_unary_inplace_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8056602Z test_sparse_csr_unary_inplace_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8057200Z test_sparse_csr_unary_inplace_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:31:48.8057951Z test_sparse_csr_unary_inplace_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8058874Z test_sparse_csr_unary_inplace_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8059469Z test_sparse_csr_unary_inplace_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8060062Z test_sparse_csr_unary_inplace_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.010s) 2022-11-23T02:31:48.8060839Z test_sparse_csr_unary_inplace_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8062046Z test_sparse_csr_unary_inplace_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8062645Z test_sparse_csr_unary_inplace_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8063238Z test_sparse_csr_unary_inplace_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8063833Z test_sparse_csr_unary_inplace_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8064595Z test_sparse_csr_unary_inplace_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8065493Z test_sparse_csr_unary_inplace_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8066093Z test_sparse_csr_unary_inplace_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8066677Z test_sparse_csr_unary_inplace_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8067197Z test_sparse_csr_unary_inplace_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8067643Z test_sparse_csr_unary_inplace_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8068216Z test_sparse_csr_unary_inplace_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8068707Z test_sparse_csr_unary_inplace_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8069180Z test_sparse_csr_unary_inplace_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8069649Z test_sparse_csr_unary_inplace_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8070109Z test_sparse_csr_unary_inplace_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8070696Z test_sparse_csr_unary_inplace_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8071153Z test_sparse_csr_unary_inplace_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8071780Z test_sparse_csr_unary_inplace_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8072384Z test_sparse_csr_unary_inplace_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8072864Z test_sparse_csr_unary_inplace_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8073337Z test_sparse_csr_unary_inplace_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.257s) 2022-11-23T02:31:48.8073804Z test_sparse_csr_unary_inplace_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.236s) 2022-11-23T02:31:48.8074275Z test_sparse_csr_unary_inplace_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8074708Z test_sparse_csr_unary_inplace_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8075162Z test_sparse_csr_unary_inplace_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8075613Z test_sparse_csr_unary_inplace_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8076058Z test_sparse_csr_unary_inplace_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8076503Z test_sparse_csr_unary_inplace_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8076944Z test_sparse_csr_unary_inplace_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8077495Z test_sparse_csr_unary_inplace_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8078960Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8079597Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8080220Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.011s) 2022-11-23T02:31:48.8080847Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8081468Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8082076Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8082678Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8083284Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8084051Z test_sparse_csr_unary_inplace_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8084863Z test_sparse_csr_unary_inplace_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8085703Z test_sparse_csr_unary_inplace_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8086319Z test_sparse_csr_unary_inplace_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8086931Z test_sparse_csr_unary_inplace_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8087532Z test_sparse_csr_unary_inplace_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8088131Z test_sparse_csr_unary_inplace_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8088729Z test_sparse_csr_unary_inplace_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8089321Z test_sparse_csr_unary_inplace_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8089912Z test_sparse_csr_unary_inplace_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8090608Z test_sparse_csr_unary_inplace_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8091202Z test_sparse_csr_unary_inplace_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8092256Z test_sparse_csr_unary_inplace_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8092807Z test_sparse_csr_unary_inplace_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8093282Z test_sparse_csr_unary_inplace_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8093755Z test_sparse_csr_unary_inplace_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8094875Z test_sparse_csr_unary_inplace_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8095330Z test_sparse_csr_unary_inplace_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8095991Z test_sparse_csr_unary_inplace_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8096473Z test_sparse_csr_unary_inplace_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8096941Z test_sparse_csr_unary_inplace_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8097551Z test_sparse_csr_unary_inplace_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8098183Z test_sparse_csr_unary_inplace_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8099051Z test_sparse_csr_unary_inplace_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8099513Z test_sparse_csr_unary_inplace_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8099977Z test_sparse_csr_unary_inplace_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8100434Z test_sparse_csr_unary_inplace_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8100896Z test_sparse_csr_unary_inplace_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8101352Z test_sparse_csr_unary_inplace_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8101927Z test_sparse_csr_unary_inplace_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8102407Z test_sparse_csr_unary_inplace_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8102842Z test_sparse_csr_unary_inplace_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8103308Z test_sparse_csr_unary_inplace_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8103771Z test_sparse_csr_unary_inplace_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8104370Z test_sparse_csr_unary_inplace_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8104856Z test_sparse_csr_unary_inplace_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.331s) 2022-11-23T02:31:48.8105652Z test_sparse_csr_unary_inplace_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.326s) 2022-11-23T02:31:48.8106125Z test_sparse_csr_unary_inplace_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8106562Z test_sparse_csr_unary_inplace_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8107019Z test_sparse_csr_unary_inplace_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8107473Z test_sparse_csr_unary_inplace_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8107926Z test_sparse_csr_unary_inplace_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8108366Z test_sparse_csr_unary_inplace_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8108874Z test_sparse_csr_unary_inplace_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8109438Z test_sparse_csr_unary_inplace_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8109864Z test_sparse_csr_unary_inplace_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8110326Z test_sparse_csr_unary_inplace_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8110887Z test_sparse_csr_unary_inplace_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8111364Z test_sparse_csr_unary_inplace_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8112248Z test_sparse_csr_unary_inplace_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8112720Z test_sparse_csr_unary_inplace_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8113150Z test_sparse_csr_unary_inplace_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8113595Z test_sparse_csr_unary_inplace_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8114048Z test_sparse_csr_unary_inplace_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8114503Z test_sparse_csr_unary_inplace_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8115037Z test_sparse_csr_unary_inplace_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8115633Z test_sparse_csr_unary_inplace_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8116225Z test_sparse_csr_unary_inplace_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8116815Z test_sparse_csr_unary_inplace_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.006s) 2022-11-23T02:31:48.8117499Z test_sparse_csr_unary_inplace_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8118184Z test_sparse_csr_unary_inplace_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8119154Z test_sparse_csr_unary_inplace_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.000s) 2022-11-23T02:31:48.8119733Z test_sparse_csr_unary_inplace_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.011s) 2022-11-23T02:31:48.8120312Z test_sparse_csr_unary_inplace_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8120890Z test_sparse_csr_unary_inplace_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Inplace variant not supported! (0.003s) 2022-11-23T02:31:48.8121410Z test_sparse_csr_unary_inplace_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8121867Z test_sparse_csr_unary_inplace_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8122310Z test_sparse_csr_unary_inplace_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8122955Z test_sparse_csr_unary_inplace_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8123428Z test_sparse_csr_unary_inplace_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8123899Z test_sparse_csr_unary_inplace_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8124495Z test_sparse_csr_unary_inplace_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8125093Z test_sparse_csr_unary_inplace_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8125716Z test_sparse_csr_unary_inplace_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8126143Z test_sparse_csr_unary_inplace_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8126589Z test_sparse_csr_unary_inplace_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8127045Z test_sparse_csr_unary_inplace_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8127497Z test_sparse_csr_unary_inplace_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8128077Z test_sparse_csr_unary_inplace_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8128539Z test_sparse_csr_unary_inplace_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8129008Z test_sparse_csr_unary_inplace_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8129455Z test_sparse_csr_unary_inplace_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8129923Z test_sparse_csr_unary_inplace_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8130394Z test_sparse_csr_unary_inplace_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8131011Z test_sparse_csr_unary_inplace_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8131476Z test_sparse_csr_unary_inplace_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8132257Z test_sparse_csr_unary_inplace_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8132726Z test_sparse_csr_unary_inplace_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8133152Z test_sparse_csr_unary_inplace_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8133783Z test_sparse_csr_unary_inplace_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8134238Z test_sparse_csr_unary_inplace_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8134699Z test_sparse_csr_unary_inplace_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8135252Z test_sparse_csr_unary_inplace_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8135740Z test_sparse_csr_unary_inplace_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.660s) 2022-11-23T02:31:48.8136189Z test_sparse_csr_unary_inplace_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.727s) 2022-11-23T02:31:48.8136668Z test_sparse_csr_unary_inplace_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.724s) 2022-11-23T02:31:48.8137128Z test_sparse_csr_unary_inplace_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8137720Z test_sparse_csr_unary_inplace_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8138319Z test_sparse_csr_unary_inplace_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8138946Z test_sparse_csr_unary_inplace_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8139404Z test_sparse_csr_unary_inplace_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8139821Z test_sparse_csr_unary_inplace_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8140272Z test_sparse_csr_unary_inplace_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8140730Z test_sparse_csr_unary_inplace_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8141187Z test_sparse_csr_unary_inplace_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8141643Z test_sparse_csr_unary_inplace_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8142104Z test_sparse_csr_unary_inplace_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8142752Z test_sparse_csr_unary_inplace_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8143203Z test_sparse_csr_unary_inplace_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8143663Z test_sparse_csr_unary_inplace_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8144128Z test_sparse_csr_unary_inplace_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8144696Z test_sparse_csr_unary_inplace_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8145149Z test_sparse_csr_unary_inplace_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8145600Z test_sparse_csr_unary_inplace_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8146040Z test_sparse_csr_unary_inplace_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8146457Z test_sparse_csr_unary_inplace_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8146907Z test_sparse_csr_unary_inplace_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8147368Z test_sparse_csr_unary_inplace_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8147822Z test_sparse_csr_unary_inplace_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8148286Z test_sparse_csr_unary_inplace_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8148883Z test_sparse_csr_unary_inplace_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8149394Z test_sparse_csr_unary_inplace_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8150015Z test_sparse_csr_unary_inplace_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8150705Z test_sparse_csr_unary_inplace_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8151380Z test_sparse_csr_unary_inplace_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8152114Z test_sparse_csr_unary_inplace_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8152595Z test_sparse_csr_unary_inplace_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8153046Z test_sparse_csr_unary_inplace_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8153472Z test_sparse_csr_unary_inplace_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8153922Z test_sparse_csr_unary_inplace_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8154386Z test_sparse_csr_unary_inplace_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8154854Z test_sparse_csr_unary_inplace_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8155319Z test_sparse_csr_unary_inplace_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8155788Z test_sparse_csr_unary_inplace_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8156294Z test_sparse_csr_unary_inplace_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8156730Z test_sparse_csr_unary_inplace_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8157189Z test_sparse_csr_unary_inplace_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8157409Z test_sparse_csr_unary_inplace_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8157629Z test_sparse_csr_unary_inplace_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8157841Z test_sparse_csr_unary_out_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8158050Z test_sparse_csr_unary_out_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8158736Z test_sparse_csr_unary_out_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... 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:31:48.8158967Z return self.op(*args, **kwargs) 2022-11-23T02:31:48.8159062Z ok (0.006s) 2022-11-23T02:31:48.8159281Z test_sparse_csr_unary_out_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8159498Z test_sparse_csr_unary_out_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8159709Z test_sparse_csr_unary_out_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8159926Z test_sparse_csr_unary_out_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8160136Z test_sparse_csr_unary_out_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8160346Z test_sparse_csr_unary_out_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8160557Z test_sparse_csr_unary_out_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8160764Z test_sparse_csr_unary_out_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8160974Z test_sparse_csr_unary_out_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8161153Z test_sparse_csr_unary_out_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8161364Z test_sparse_csr_unary_out_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8161584Z test_sparse_csr_unary_out_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.361s) 2022-11-23T02:31:48.8161804Z test_sparse_csr_unary_out_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.319s) 2022-11-23T02:31:48.8162099Z test_sparse_csr_unary_out_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.315s) 2022-11-23T02:31:48.8162328Z test_sparse_csr_unary_out_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8162542Z test_sparse_csr_unary_out_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8162754Z test_sparse_csr_unary_out_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8162961Z test_sparse_csr_unary_out_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8163168Z test_sparse_csr_unary_out_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8163379Z test_sparse_csr_unary_out_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8163588Z test_sparse_csr_unary_out_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8163803Z test_sparse_csr_unary_out_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8164014Z test_sparse_csr_unary_out_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8164232Z test_sparse_csr_unary_out_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8164446Z test_sparse_csr_unary_out_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8164665Z test_sparse_csr_unary_out_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8164878Z test_sparse_csr_unary_out_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8165088Z test_sparse_csr_unary_out_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8165296Z test_sparse_csr_unary_out_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8165633Z test_sparse_csr_unary_out_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8165851Z test_sparse_csr_unary_out_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8166059Z test_sparse_csr_unary_out_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8166268Z test_sparse_csr_unary_out_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8166839Z test_sparse_csr_unary_out_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8167124Z test_sparse_csr_unary_out_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8167445Z test_sparse_csr_unary_out_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8167682Z test_sparse_csr_unary_out_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8167902Z test_sparse_csr_unary_out_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8168121Z test_sparse_csr_unary_out_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8168339Z test_sparse_csr_unary_out_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8168552Z test_sparse_csr_unary_out_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8168763Z test_sparse_csr_unary_out_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8168974Z test_sparse_csr_unary_out_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8169181Z test_sparse_csr_unary_out_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8169391Z test_sparse_csr_unary_out_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8169597Z test_sparse_csr_unary_out_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8169805Z test_sparse_csr_unary_out_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8170113Z test_sparse_csr_unary_out_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8170316Z test_sparse_csr_unary_out_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8170538Z test_sparse_csr_unary_out_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8170758Z test_sparse_csr_unary_out_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8170972Z test_sparse_csr_unary_out_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8171185Z test_sparse_csr_unary_out_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8171395Z test_sparse_csr_unary_out_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8171601Z test_sparse_csr_unary_out_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8171808Z test_sparse_csr_unary_out_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8172016Z test_sparse_csr_unary_out_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8172221Z test_sparse_csr_unary_out_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8172430Z test_sparse_csr_unary_out_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8172639Z test_sparse_csr_unary_out_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8172855Z test_sparse_csr_unary_out_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8173059Z test_sparse_csr_unary_out_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8173280Z test_sparse_csr_unary_out_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8173496Z test_sparse_csr_unary_out_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8173717Z test_sparse_csr_unary_out_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8173929Z test_sparse_csr_unary_out_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8174140Z test_sparse_csr_unary_out_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8174440Z test_sparse_csr_unary_out_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8174625Z test_sparse_csr_unary_out_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8174831Z test_sparse_csr_unary_out_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8175032Z test_sparse_csr_unary_out_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8175239Z test_sparse_csr_unary_out_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8175450Z test_sparse_csr_unary_out_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8175664Z test_sparse_csr_unary_out_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8175878Z test_sparse_csr_unary_out_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8176088Z test_sparse_csr_unary_out_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8176303Z test_sparse_csr_unary_out_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8176507Z test_sparse_csr_unary_out_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8176717Z test_sparse_csr_unary_out_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8176923Z test_sparse_csr_unary_out_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8177127Z test_sparse_csr_unary_out_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8177401Z test_sparse_csr_unary_out_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8177652Z test_sparse_csr_unary_out_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8177876Z test_sparse_csr_unary_out_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8178117Z test_sparse_csr_unary_out_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8178353Z test_sparse_csr_unary_out_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8178580Z test_sparse_csr_unary_out_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8178808Z test_sparse_csr_unary_out_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8179003Z test_sparse_csr_unary_out_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8179225Z test_sparse_csr_unary_out_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8179450Z test_sparse_csr_unary_out_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8179674Z test_sparse_csr_unary_out_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8179900Z test_sparse_csr_unary_out_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8180124Z test_sparse_csr_unary_out_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8180346Z test_sparse_csr_unary_out_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8180568Z test_sparse_csr_unary_out_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8180783Z test_sparse_csr_unary_out_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8181007Z test_sparse_csr_unary_out_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8181224Z test_sparse_csr_unary_out_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8181436Z test_sparse_csr_unary_out_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8181738Z test_sparse_csr_unary_out_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8181953Z test_sparse_csr_unary_out_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8182164Z test_sparse_csr_unary_out_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8182376Z test_sparse_csr_unary_out_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8182582Z test_sparse_csr_unary_out_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8182797Z test_sparse_csr_unary_out_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8183124Z test_sparse_csr_unary_out_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8183389Z test_sparse_csr_unary_out_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8183576Z test_sparse_csr_unary_out_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8183789Z test_sparse_csr_unary_out_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8183996Z test_sparse_csr_unary_out_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8184202Z test_sparse_csr_unary_out_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8184407Z test_sparse_csr_unary_out_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8184612Z test_sparse_csr_unary_out_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8184901Z test_sparse_csr_unary_out_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8185129Z test_sparse_csr_unary_out_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8185348Z test_sparse_csr_unary_out_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8185566Z test_sparse_csr_unary_out_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8185778Z test_sparse_csr_unary_out_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8185988Z test_sparse_csr_unary_out_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8186197Z test_sparse_csr_unary_out_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8186407Z test_sparse_csr_unary_out_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8186615Z test_sparse_csr_unary_out_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8186826Z test_sparse_csr_unary_out_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8187042Z test_sparse_csr_unary_out_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8187250Z test_sparse_csr_unary_out_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8187469Z test_sparse_csr_unary_out_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8187655Z test_sparse_csr_unary_out_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8187865Z test_sparse_csr_unary_out_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8188073Z test_sparse_csr_unary_out_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8188275Z test_sparse_csr_unary_out_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8188483Z test_sparse_csr_unary_out_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8188692Z test_sparse_csr_unary_out_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8188903Z test_sparse_csr_unary_out_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8189208Z test_sparse_csr_unary_out_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8189421Z test_sparse_csr_unary_out_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8189635Z test_sparse_csr_unary_out_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8189843Z test_sparse_csr_unary_out_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8190053Z test_sparse_csr_unary_out_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8190261Z test_sparse_csr_unary_out_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8190462Z test_sparse_csr_unary_out_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8190670Z test_sparse_csr_unary_out_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8190882Z test_sparse_csr_unary_out_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8191099Z test_sparse_csr_unary_out_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8191310Z test_sparse_csr_unary_out_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8191521Z test_sparse_csr_unary_out_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8191731Z test_sparse_csr_unary_out_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8191974Z test_sparse_csr_unary_out_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8192307Z test_sparse_csr_unary_out_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8192594Z test_sparse_csr_unary_out_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8192866Z test_sparse_csr_unary_out_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8193132Z test_sparse_csr_unary_out_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8193393Z test_sparse_csr_unary_out_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8193657Z test_sparse_csr_unary_out_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:31:48.8193913Z test_sparse_csr_unary_out_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8194171Z test_sparse_csr_unary_out_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8194428Z test_sparse_csr_unary_out_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8194688Z test_sparse_csr_unary_out_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8194945Z test_sparse_csr_unary_out_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.012s) 2022-11-23T02:31:48.8195201Z test_sparse_csr_unary_out_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8195462Z test_sparse_csr_unary_out_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8195718Z test_sparse_csr_unary_out_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8195987Z test_sparse_csr_unary_out_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8196414Z test_sparse_csr_unary_out_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8196793Z test_sparse_csr_unary_out_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8197165Z test_sparse_csr_unary_out_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8197436Z test_sparse_csr_unary_out_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8197692Z test_sparse_csr_unary_out_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8197954Z test_sparse_csr_unary_out_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8198515Z test_sparse_csr_unary_out_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8198781Z test_sparse_csr_unary_out_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8199043Z test_sparse_csr_unary_out_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8199266Z test_sparse_csr_unary_out_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8199482Z test_sparse_csr_unary_out_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8199678Z test_sparse_csr_unary_out_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8200496Z test_sparse_csr_unary_out_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8200772Z test_sparse_csr_unary_out_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8200987Z test_sparse_csr_unary_out_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8201209Z test_sparse_csr_unary_out_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8201420Z test_sparse_csr_unary_out_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8201634Z test_sparse_csr_unary_out_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8201851Z test_sparse_csr_unary_out_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8202072Z test_sparse_csr_unary_out_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8202285Z test_sparse_csr_unary_out_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8202506Z test_sparse_csr_unary_out_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8202722Z test_sparse_csr_unary_out_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8202942Z test_sparse_csr_unary_out_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8203160Z test_sparse_csr_unary_out_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8203372Z test_sparse_csr_unary_out_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8203581Z test_sparse_csr_unary_out_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8203796Z test_sparse_csr_unary_out_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8204011Z test_sparse_csr_unary_out_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8204228Z test_sparse_csr_unary_out_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8204439Z test_sparse_csr_unary_out_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8204629Z test_sparse_csr_unary_out_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8204953Z test_sparse_csr_unary_out_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8205166Z test_sparse_csr_unary_out_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8205376Z test_sparse_csr_unary_out_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8205586Z test_sparse_csr_unary_out_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8205795Z test_sparse_csr_unary_out_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8206003Z test_sparse_csr_unary_out_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8206214Z test_sparse_csr_unary_out_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8206425Z test_sparse_csr_unary_out_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8206640Z test_sparse_csr_unary_out_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8206856Z test_sparse_csr_unary_out_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8207070Z test_sparse_csr_unary_out_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8207282Z test_sparse_csr_unary_out_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8207491Z test_sparse_csr_unary_out_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8207698Z test_sparse_csr_unary_out_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8208408Z test_sparse_csr_unary_out_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8208665Z test_sparse_csr_unary_out_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8208875Z test_sparse_csr_unary_out_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8209087Z test_sparse_csr_unary_out_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8209268Z test_sparse_csr_unary_out_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8209555Z test_sparse_csr_unary_out_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8209834Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.006s) 2022-11-23T02:31:48.8210124Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8210408Z test_sparse_csr_unary_out_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8210687Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8210967Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8211234Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T02:31:48.8211505Z test_sparse_csr_unary_out_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8211773Z test_sparse_csr_unary_out_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8212047Z test_sparse_csr_unary_out_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8212319Z test_sparse_csr_unary_out_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8212697Z test_sparse_csr_unary_out_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.010s) 2022-11-23T02:31:48.8212969Z test_sparse_csr_unary_out_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8213237Z test_sparse_csr_unary_out_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8213505Z test_sparse_csr_unary_out_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8213770Z test_sparse_csr_unary_out_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.000s) 2022-11-23T02:31:48.8214034Z test_sparse_csr_unary_out_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.011s) 2022-11-23T02:31:48.8214301Z test_sparse_csr_unary_out_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8214569Z test_sparse_csr_unary_out_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8214829Z test_sparse_csr_unary_out_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.002s) 2022-11-23T02:31:48.8215091Z test_sparse_csr_unary_out_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... skip: Skipped! Out not supported (0.003s) 2022-11-23T02:31:48.8215313Z test_sparse_csr_unary_out_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8216059Z test_sparse_csr_unary_out_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8216329Z test_sparse_csr_unary_out_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8216551Z test_sparse_csr_unary_out_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8216875Z test_sparse_csr_unary_out_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8217159Z test_sparse_csr_unary_out_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8217381Z test_sparse_csr_unary_out_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8217590Z test_sparse_csr_unary_out_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8217803Z test_sparse_csr_unary_out_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8218011Z test_sparse_csr_unary_out_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8218237Z test_sparse_csr_unary_out_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8218455Z test_sparse_csr_unary_out_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8218668Z test_sparse_csr_unary_out_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8218881Z test_sparse_csr_unary_out_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8219090Z test_sparse_csr_unary_out_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8219293Z test_sparse_csr_unary_out_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8219500Z test_sparse_csr_unary_out_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8219710Z test_sparse_csr_unary_out_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8219923Z test_sparse_csr_unary_out_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8220137Z test_sparse_csr_unary_out_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8220342Z test_sparse_csr_unary_out_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8220692Z test_sparse_csr_unary_out_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8220905Z test_sparse_csr_unary_out_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8221120Z test_sparse_csr_unary_out_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8221328Z test_sparse_csr_unary_out_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8221506Z test_sparse_csr_unary_out_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8221715Z test_sparse_csr_unary_out_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8221929Z test_sparse_csr_unary_out_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8222137Z test_sparse_csr_unary_out_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8222343Z test_sparse_csr_unary_out_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8222553Z test_sparse_csr_unary_out_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8222760Z test_sparse_csr_unary_out_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8222974Z test_sparse_csr_unary_out_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8223178Z test_sparse_csr_unary_out_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8223389Z test_sparse_csr_unary_out_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8223677Z test_sparse_csr_unary_out_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8223905Z test_sparse_csr_unary_out_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8224114Z test_sparse_csr_unary_out_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8224327Z test_sparse_csr_unary_out_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8224534Z test_sparse_csr_unary_out_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8224738Z test_sparse_csr_unary_out_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8224946Z test_sparse_csr_unary_out_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8225167Z test_sparse_csr_unary_out_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8225377Z test_sparse_csr_unary_out_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8225575Z test_sparse_csr_unary_out_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8225793Z test_sparse_csr_unary_out_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8226008Z test_sparse_csr_unary_out_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8226223Z test_sparse_csr_unary_out_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8226435Z test_sparse_csr_unary_out_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8226787Z test_sparse_csr_unary_out_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8227033Z test_sparse_csr_unary_out_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8227251Z test_sparse_csr_unary_out_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8227465Z test_sparse_csr_unary_out_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8227673Z test_sparse_csr_unary_out_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8227890Z test_sparse_csr_unary_out_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8228207Z test_sparse_csr_unary_out_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8228420Z test_sparse_csr_unary_out_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8228628Z test_sparse_csr_unary_out_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8228840Z test_sparse_csr_unary_out_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8229051Z test_sparse_csr_unary_out_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8229257Z test_sparse_csr_unary_out_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8229467Z test_sparse_csr_unary_out_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8229671Z test_sparse_csr_unary_out_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8229876Z test_sparse_csr_unary_out_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8230057Z test_sparse_csr_unary_out_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8230269Z test_sparse_csr_unary_out_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8230475Z test_sparse_csr_unary_out_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8230696Z test_sparse_csr_unary_out_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8230912Z test_sparse_csr_unary_out_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8231204Z test_sparse_csr_unary_out_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8231435Z test_sparse_csr_unary_out_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8231646Z test_sparse_csr_unary_out_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8231857Z test_sparse_csr_unary_out_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8232067Z test_sparse_csr_unary_out_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8232275Z test_sparse_csr_unary_out_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8232474Z test_sparse_csr_unary_out_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8232681Z test_sparse_csr_unary_out_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8232888Z test_sparse_csr_unary_out_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8233105Z test_sparse_csr_unary_out_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8233310Z test_sparse_csr_unary_out_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8233529Z test_sparse_csr_unary_out_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8233750Z test_sparse_csr_unary_out_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8233963Z test_sparse_csr_unary_out_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8234148Z test_sparse_csr_unary_out_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8234357Z test_sparse_csr_unary_out_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8234566Z test_sparse_csr_unary_out_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8234775Z test_sparse_csr_unary_out_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8234982Z test_sparse_csr_unary_out_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8235188Z test_sparse_csr_unary_out_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8235485Z test_sparse_csr_unary_out_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8235692Z test_sparse_csr_unary_out_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8235905Z test_sparse_csr_unary_out_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8236110Z test_sparse_csr_unary_out_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8236325Z test_sparse_csr_unary_out_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8236541Z test_sparse_csr_unary_out_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8236763Z test_sparse_csr_unary_out_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8236974Z test_sparse_csr_unary_out_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8237183Z test_sparse_csr_unary_out_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8237396Z test_sparse_csr_unary_out_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8237601Z test_sparse_csr_unary_out_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8237803Z test_sparse_csr_unary_out_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8238007Z test_sparse_csr_unary_out_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8238212Z test_sparse_csr_unary_out_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8238464Z test_sparse_csr_unary_out_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8238695Z test_sparse_csr_unary_out_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8238903Z test_sparse_csr_unary_out_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8239126Z test_sparse_csr_unary_out_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8239396Z test_sparse_csr_unary_out_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8239729Z test_sparse_csr_unary_out_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8239950Z test_sparse_csr_unary_out_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8240163Z test_sparse_csr_unary_out_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8240376Z test_sparse_csr_unary_out_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8240589Z test_sparse_csr_unary_out_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8240798Z test_sparse_csr_unary_out_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8241003Z test_sparse_csr_unary_out_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8241212Z test_sparse_csr_unary_out_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8241417Z test_sparse_csr_unary_out_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8241631Z test_sparse_csr_unary_out_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8241843Z test_sparse_csr_unary_out_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8242053Z test_sparse_csr_unary_out_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8242269Z test_sparse_csr_unary_out_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8242478Z test_sparse_csr_unary_out_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8242659Z test_sparse_csr_unary_out_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8242971Z test_sparse_csr_unary_out_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8243178Z test_sparse_csr_unary_out_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8243384Z test_sparse_csr_unary_out_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8243583Z test_sparse_mm_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8243779Z test_sparse_mm_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8243970Z test_sparse_mm_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8244162Z test_sparse_mm_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8244348Z test_sparse_mm_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8244567Z test_sparse_to_sparse_compressed_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.8244772Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.004s) 2022-11-23T02:31:48.8244996Z test_sparse_to_sparse_compressed_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.8245204Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.003s) 2022-11-23T02:31:48.8245423Z test_sparse_to_sparse_compressed_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.8245626Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.028s) 2022-11-23T02:31:48.8245845Z test_sparse_to_sparse_compressed_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) 2022-11-23T02:31:48.8246118Z This test tests conversion from COO to CSR and CSC and CSC to CSR and CSC ... ok (0.030s) 2022-11-23T02:31:48.8246330Z test_sparse_triangular_solve_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.289s) 2022-11-23T02:31:48.8246548Z test_sparse_triangular_solve_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.277s) 2022-11-23T02:31:48.8246764Z test_sparse_triangular_solve_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.264s) 2022-11-23T02:31:48.8246976Z test_sparse_triangular_solve_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.249s) 2022-11-23T02:31:48.8247163Z test_sum_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-11-23T02:31:48.8247337Z test_sum_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.036s) 2022-11-23T02:31:48.8247522Z test_sum_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-11-23T02:31:48.8247707Z test_sum_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.051s) 2022-11-23T02:31:48.8247890Z test_sum_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.047s) 2022-11-23T02:31:48.8248066Z test_sum_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.056s) 2022-11-23T02:31:48.8248238Z test_sum_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.054s) 2022-11-23T02:31:48.8248412Z test_sum_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8248588Z test_sum_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.060s) 2022-11-23T02:31:48.8248755Z test_sum_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.049s) 2022-11-23T02:31:48.8248925Z test_sum_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.058s) 2022-11-23T02:31:48.8249098Z test_sum_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.046s) 2022-11-23T02:31:48.8249311Z test_transpose_SparseBSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (2.987s) 2022-11-23T02:31:48.8249493Z test_transpose_SparseBSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.756s) 2022-11-23T02:31:48.8249711Z test_transpose_SparseBSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (2.930s) 2022-11-23T02:31:48.8249924Z test_transpose_SparseBSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (2.985s) 2022-11-23T02:31:48.8250137Z test_transpose_SparseBSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (2.952s) 2022-11-23T02:31:48.8250344Z test_transpose_SparseBSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.054s) 2022-11-23T02:31:48.8250633Z test_transpose_SparseBSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.074s) 2022-11-23T02:31:48.8250838Z test_transpose_SparseBSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.842s) 2022-11-23T02:31:48.8251037Z test_transpose_SparseBSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (2.739s) 2022-11-23T02:31:48.8251231Z test_transpose_SparseBSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (2.768s) 2022-11-23T02:31:48.8251433Z test_transpose_SparseBSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (2.863s) 2022-11-23T02:31:48.8251642Z test_transpose_SparseBSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.848s) 2022-11-23T02:31:48.8251847Z test_transpose_SparseBSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (3.051s) 2022-11-23T02:31:48.8252051Z test_transpose_SparseBSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (2.886s) 2022-11-23T02:31:48.8252266Z test_transpose_SparseBSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (3.111s) 2022-11-23T02:31:48.8252480Z test_transpose_SparseBSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (3.146s) 2022-11-23T02:31:48.8252689Z test_transpose_SparseBSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (3.015s) 2022-11-23T02:31:48.8252894Z test_transpose_SparseBSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (3.119s) 2022-11-23T02:31:48.8253095Z test_transpose_SparseBSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (3.135s) 2022-11-23T02:31:48.8253274Z test_transpose_SparseBSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (2.932s) 2022-11-23T02:31:48.8253540Z test_transpose_SparseBSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (3.038s) 2022-11-23T02:31:48.8253956Z test_transpose_SparseBSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (2.884s) 2022-11-23T02:31:48.8254236Z test_transpose_SparseBSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (3.040s) 2022-11-23T02:31:48.8254446Z test_transpose_SparseBSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (2.925s) 2022-11-23T02:31:48.8254801Z test_transpose_SparseCSC_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.391s) 2022-11-23T02:31:48.8255263Z test_transpose_SparseCSC_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.190s) 2022-11-23T02:31:48.8255714Z test_transpose_SparseCSC_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.318s) 2022-11-23T02:31:48.8256093Z test_transpose_SparseCSC_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.358s) 2022-11-23T02:31:48.8256354Z test_transpose_SparseCSC_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.252s) 2022-11-23T02:31:48.8256570Z test_transpose_SparseCSC_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.268s) 2022-11-23T02:31:48.8256772Z test_transpose_SparseCSC_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.279s) 2022-11-23T02:31:48.8256974Z test_transpose_SparseCSC_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.237s) 2022-11-23T02:31:48.8257177Z test_transpose_SparseCSC_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.210s) 2022-11-23T02:31:48.8257373Z test_transpose_SparseCSC_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.189s) 2022-11-23T02:31:48.8257576Z test_transpose_SparseCSC_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.228s) 2022-11-23T02:31:48.8257780Z test_transpose_SparseCSC_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.193s) 2022-11-23T02:31:48.8257987Z test_transpose_SparseCSR_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (1.346s) 2022-11-23T02:31:48.8258165Z test_transpose_SparseCSR_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (1.342s) 2022-11-23T02:31:48.8258384Z test_transpose_SparseCSR_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (1.479s) 2022-11-23T02:31:48.8258593Z test_transpose_SparseCSR_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (1.430s) 2022-11-23T02:31:48.8258801Z test_transpose_SparseCSR_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (1.391s) 2022-11-23T02:31:48.8259132Z test_transpose_SparseCSR_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (1.350s) 2022-11-23T02:31:48.8259331Z test_transpose_SparseCSR_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (1.353s) 2022-11-23T02:31:48.8259535Z test_transpose_SparseCSR_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (1.281s) 2022-11-23T02:31:48.8259734Z test_transpose_SparseCSR_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (1.252s) 2022-11-23T02:31:48.8259930Z test_transpose_SparseCSR_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (1.321s) 2022-11-23T02:31:48.8260134Z test_transpose_SparseCSR_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (1.298s) 2022-11-23T02:31:48.8260338Z test_transpose_SparseCSR_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (1.361s) 2022-11-23T02:31:48.8260584Z test_zero_to_zero_correspondence_unary_abs_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8260820Z test_zero_to_zero_correspondence_unary_abs_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8261069Z test_zero_to_zero_correspondence_unary_abs_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8261316Z test_zero_to_zero_correspondence_unary_abs_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8261560Z test_zero_to_zero_correspondence_unary_abs_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8261796Z test_zero_to_zero_correspondence_unary_abs_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8262035Z test_zero_to_zero_correspondence_unary_abs_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8262342Z test_zero_to_zero_correspondence_unary_abs_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8262589Z test_zero_to_zero_correspondence_unary_abs_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8262789Z test_zero_to_zero_correspondence_unary_abs_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8263012Z test_zero_to_zero_correspondence_unary_abs_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8263237Z test_zero_to_zero_correspondence_unary_abs_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8263459Z test_zero_to_zero_correspondence_unary_abs_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8263697Z test_zero_to_zero_correspondence_unary_angle_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8263947Z test_zero_to_zero_correspondence_unary_angle_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8264196Z test_zero_to_zero_correspondence_unary_angle_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8264440Z test_zero_to_zero_correspondence_unary_angle_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8264681Z test_zero_to_zero_correspondence_unary_angle_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8264914Z test_zero_to_zero_correspondence_unary_angle_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8265149Z test_zero_to_zero_correspondence_unary_angle_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8265383Z test_zero_to_zero_correspondence_unary_angle_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8265666Z test_zero_to_zero_correspondence_unary_angle_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8266029Z test_zero_to_zero_correspondence_unary_angle_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8266268Z test_zero_to_zero_correspondence_unary_angle_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8266509Z test_zero_to_zero_correspondence_unary_asin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8266849Z test_zero_to_zero_correspondence_unary_asin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8267097Z test_zero_to_zero_correspondence_unary_asin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8267336Z test_zero_to_zero_correspondence_unary_asin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8267572Z test_zero_to_zero_correspondence_unary_asin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8267808Z test_zero_to_zero_correspondence_unary_asin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8268046Z test_zero_to_zero_correspondence_unary_asin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8268287Z test_zero_to_zero_correspondence_unary_asin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8268495Z test_zero_to_zero_correspondence_unary_asin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8268733Z test_zero_to_zero_correspondence_unary_asin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8268957Z test_zero_to_zero_correspondence_unary_asin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8269188Z test_zero_to_zero_correspondence_unary_asin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8269422Z test_zero_to_zero_correspondence_unary_asin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8269738Z test_zero_to_zero_correspondence_unary_asinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8269986Z test_zero_to_zero_correspondence_unary_asinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8270230Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8270478Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8270718Z test_zero_to_zero_correspondence_unary_asinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8270957Z test_zero_to_zero_correspondence_unary_asinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8271191Z test_zero_to_zero_correspondence_unary_asinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8271429Z test_zero_to_zero_correspondence_unary_asinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8271667Z test_zero_to_zero_correspondence_unary_asinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8271902Z test_zero_to_zero_correspondence_unary_asinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8272133Z test_zero_to_zero_correspondence_unary_asinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8272367Z test_zero_to_zero_correspondence_unary_asinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8272597Z test_zero_to_zero_correspondence_unary_asinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8272834Z test_zero_to_zero_correspondence_unary_atan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8273068Z test_zero_to_zero_correspondence_unary_atan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8273309Z test_zero_to_zero_correspondence_unary_atan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8273554Z test_zero_to_zero_correspondence_unary_atan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8273770Z test_zero_to_zero_correspondence_unary_atan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8274006Z test_zero_to_zero_correspondence_unary_atan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8274330Z test_zero_to_zero_correspondence_unary_atan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8274568Z test_zero_to_zero_correspondence_unary_atan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8274799Z test_zero_to_zero_correspondence_unary_atan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8275026Z test_zero_to_zero_correspondence_unary_atan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8275257Z test_zero_to_zero_correspondence_unary_atan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8275489Z test_zero_to_zero_correspondence_unary_atan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8275711Z test_zero_to_zero_correspondence_unary_atan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8275951Z test_zero_to_zero_correspondence_unary_atanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8276177Z test_zero_to_zero_correspondence_unary_atanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8276421Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8276713Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8277075Z test_zero_to_zero_correspondence_unary_atanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8277404Z test_zero_to_zero_correspondence_unary_atanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8277658Z test_zero_to_zero_correspondence_unary_atanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8277897Z test_zero_to_zero_correspondence_unary_atanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8278137Z test_zero_to_zero_correspondence_unary_atanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8278370Z test_zero_to_zero_correspondence_unary_atanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8278597Z test_zero_to_zero_correspondence_unary_atanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8278831Z test_zero_to_zero_correspondence_unary_atanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8279063Z test_zero_to_zero_correspondence_unary_atanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8279277Z test_zero_to_zero_correspondence_unary_ceil_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8279513Z test_zero_to_zero_correspondence_unary_ceil_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8279749Z test_zero_to_zero_correspondence_unary_ceil_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8279990Z test_zero_to_zero_correspondence_unary_ceil_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8280222Z test_zero_to_zero_correspondence_unary_ceil_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8280444Z test_zero_to_zero_correspondence_unary_ceil_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8280663Z test_zero_to_zero_correspondence_unary_ceil_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8280890Z test_zero_to_zero_correspondence_unary_ceil_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8281115Z test_zero_to_zero_correspondence_unary_ceil_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8281369Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8282290Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8282543Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8282799Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8283042Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8283287Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8283541Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8283788Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8284031Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8284272Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8284516Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8284757Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8284993Z test_zero_to_zero_correspondence_unary_conj_physical_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8285319Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8285570Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8285789Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8286029Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8286265Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8286498Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8286733Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8286969Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8287199Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8287431Z test_zero_to_zero_correspondence_unary_deg2rad_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8287664Z test_zero_to_zero_correspondence_unary_erf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8287890Z test_zero_to_zero_correspondence_unary_erf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8288120Z test_zero_to_zero_correspondence_unary_erf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8288340Z test_zero_to_zero_correspondence_unary_erf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8288572Z test_zero_to_zero_correspondence_unary_erf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8288801Z test_zero_to_zero_correspondence_unary_erf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8289024Z test_zero_to_zero_correspondence_unary_erf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8289238Z test_zero_to_zero_correspondence_unary_erf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8289541Z test_zero_to_zero_correspondence_unary_erf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8289766Z test_zero_to_zero_correspondence_unary_erf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8289995Z test_zero_to_zero_correspondence_unary_erfinv_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8290229Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8290464Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8290695Z test_zero_to_zero_correspondence_unary_erfinv_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8290910Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8291141Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8291372Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8291600Z test_zero_to_zero_correspondence_unary_erfinv_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8291830Z test_zero_to_zero_correspondence_unary_erfinv_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8292063Z test_zero_to_zero_correspondence_unary_expm1_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8292356Z test_zero_to_zero_correspondence_unary_expm1_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8292601Z test_zero_to_zero_correspondence_unary_expm1_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8292830Z test_zero_to_zero_correspondence_unary_expm1_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8293058Z test_zero_to_zero_correspondence_unary_expm1_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8293285Z test_zero_to_zero_correspondence_unary_expm1_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8293509Z test_zero_to_zero_correspondence_unary_expm1_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8293734Z test_zero_to_zero_correspondence_unary_expm1_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8293958Z test_zero_to_zero_correspondence_unary_expm1_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8294185Z test_zero_to_zero_correspondence_unary_expm1_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8294419Z test_zero_to_zero_correspondence_unary_floor_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8294702Z test_zero_to_zero_correspondence_unary_floor_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8294941Z test_zero_to_zero_correspondence_unary_floor_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8295172Z test_zero_to_zero_correspondence_unary_floor_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8295394Z test_zero_to_zero_correspondence_unary_floor_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8295619Z test_zero_to_zero_correspondence_unary_floor_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8295846Z test_zero_to_zero_correspondence_unary_floor_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8296058Z test_zero_to_zero_correspondence_unary_floor_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8296283Z test_zero_to_zero_correspondence_unary_floor_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8296516Z test_zero_to_zero_correspondence_unary_frac_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8297020Z test_zero_to_zero_correspondence_unary_frac_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8297262Z test_zero_to_zero_correspondence_unary_frac_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8297494Z test_zero_to_zero_correspondence_unary_frac_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8297727Z test_zero_to_zero_correspondence_unary_isinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8297960Z test_zero_to_zero_correspondence_unary_isinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8298195Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8298429Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8298667Z test_zero_to_zero_correspondence_unary_isinf_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8298898Z test_zero_to_zero_correspondence_unary_isinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8299123Z test_zero_to_zero_correspondence_unary_isinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8299355Z test_zero_to_zero_correspondence_unary_isinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8299579Z test_zero_to_zero_correspondence_unary_isinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8299893Z test_zero_to_zero_correspondence_unary_isinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8300133Z test_zero_to_zero_correspondence_unary_isinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8300358Z test_zero_to_zero_correspondence_unary_isinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8300585Z test_zero_to_zero_correspondence_unary_isinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8300821Z test_zero_to_zero_correspondence_unary_isnan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8301047Z test_zero_to_zero_correspondence_unary_isnan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8301284Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8301524Z test_zero_to_zero_correspondence_unary_isnan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8301741Z test_zero_to_zero_correspondence_unary_isnan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8301973Z test_zero_to_zero_correspondence_unary_isnan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8302208Z test_zero_to_zero_correspondence_unary_isnan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8302433Z test_zero_to_zero_correspondence_unary_isnan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8302650Z test_zero_to_zero_correspondence_unary_isnan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8302877Z test_zero_to_zero_correspondence_unary_isnan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8303103Z test_zero_to_zero_correspondence_unary_isnan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8303332Z test_zero_to_zero_correspondence_unary_isnan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8303574Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8303809Z test_zero_to_zero_correspondence_unary_isneginf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8304133Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8304371Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8304605Z test_zero_to_zero_correspondence_unary_isneginf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8304840Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8305068Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8305305Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8305539Z test_zero_to_zero_correspondence_unary_isneginf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8305773Z test_zero_to_zero_correspondence_unary_isneginf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8306015Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8306249Z test_zero_to_zero_correspondence_unary_isposinf_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8306488Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8306722Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8307021Z test_zero_to_zero_correspondence_unary_isposinf_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8307414Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8307665Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8307895Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8308128Z test_zero_to_zero_correspondence_unary_isposinf_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8308362Z test_zero_to_zero_correspondence_unary_isposinf_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8308594Z test_zero_to_zero_correspondence_unary_log1p_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8308821Z test_zero_to_zero_correspondence_unary_log1p_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8309057Z test_zero_to_zero_correspondence_unary_log1p_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8309289Z test_zero_to_zero_correspondence_unary_log1p_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8309518Z test_zero_to_zero_correspondence_unary_log1p_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8309749Z test_zero_to_zero_correspondence_unary_log1p_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8309978Z test_zero_to_zero_correspondence_unary_log1p_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8310203Z test_zero_to_zero_correspondence_unary_log1p_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8310432Z test_zero_to_zero_correspondence_unary_log1p_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8310663Z test_zero_to_zero_correspondence_unary_log1p_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8310893Z test_zero_to_zero_correspondence_unary_neg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8311125Z test_zero_to_zero_correspondence_unary_neg_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8311457Z test_zero_to_zero_correspondence_unary_neg_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8311687Z test_zero_to_zero_correspondence_unary_neg_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8311917Z test_zero_to_zero_correspondence_unary_neg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8312139Z test_zero_to_zero_correspondence_unary_neg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8312363Z test_zero_to_zero_correspondence_unary_neg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8312574Z test_zero_to_zero_correspondence_unary_neg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8312795Z test_zero_to_zero_correspondence_unary_neg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8313010Z test_zero_to_zero_correspondence_unary_neg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8313240Z test_zero_to_zero_correspondence_unary_neg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8313463Z test_zero_to_zero_correspondence_unary_neg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8313719Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8313974Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8314289Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8314556Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8314806Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8315049Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8315285Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8315535Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8315788Z test_zero_to_zero_correspondence_unary_nn_functional_relu_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8316030Z test_zero_to_zero_correspondence_unary_positive_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8316278Z test_zero_to_zero_correspondence_unary_positive_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8316520Z test_zero_to_zero_correspondence_unary_positive_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8316761Z test_zero_to_zero_correspondence_unary_positive_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8317000Z test_zero_to_zero_correspondence_unary_positive_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8317236Z test_zero_to_zero_correspondence_unary_positive_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8317469Z test_zero_to_zero_correspondence_unary_positive_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8317704Z test_zero_to_zero_correspondence_unary_positive_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8317940Z test_zero_to_zero_correspondence_unary_positive_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8318173Z test_zero_to_zero_correspondence_unary_positive_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8318388Z test_zero_to_zero_correspondence_unary_positive_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8318711Z test_zero_to_zero_correspondence_unary_positive_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8318947Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8319182Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8319417Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8319659Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8319890Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8320124Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8320358Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8320590Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8320824Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8321054Z test_zero_to_zero_correspondence_unary_rad2deg_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8321286Z test_zero_to_zero_correspondence_unary_round_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8321583Z test_zero_to_zero_correspondence_unary_round_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8321826Z test_zero_to_zero_correspondence_unary_round_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8322059Z test_zero_to_zero_correspondence_unary_round_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8322290Z test_zero_to_zero_correspondence_unary_round_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8322512Z test_zero_to_zero_correspondence_unary_round_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8322738Z test_zero_to_zero_correspondence_unary_round_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8322965Z test_zero_to_zero_correspondence_unary_round_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8323191Z test_zero_to_zero_correspondence_unary_round_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8323423Z test_zero_to_zero_correspondence_unary_sgn_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8323630Z test_zero_to_zero_correspondence_unary_sgn_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8323866Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8324103Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8324371Z test_zero_to_zero_correspondence_unary_sgn_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8324729Z test_zero_to_zero_correspondence_unary_sgn_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8324960Z test_zero_to_zero_correspondence_unary_sgn_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8325195Z test_zero_to_zero_correspondence_unary_sgn_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8325420Z test_zero_to_zero_correspondence_unary_sgn_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8325639Z test_zero_to_zero_correspondence_unary_sgn_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8325951Z test_zero_to_zero_correspondence_unary_sgn_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8326176Z test_zero_to_zero_correspondence_unary_sgn_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8326400Z test_zero_to_zero_correspondence_unary_sgn_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8326633Z test_zero_to_zero_correspondence_unary_sign_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8326851Z test_zero_to_zero_correspondence_unary_sign_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8327086Z test_zero_to_zero_correspondence_unary_sign_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8327311Z test_zero_to_zero_correspondence_unary_sign_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8327543Z test_zero_to_zero_correspondence_unary_sign_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8327771Z test_zero_to_zero_correspondence_unary_sign_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8327990Z test_zero_to_zero_correspondence_unary_sign_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8328205Z test_zero_to_zero_correspondence_unary_sign_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8328431Z test_zero_to_zero_correspondence_unary_sign_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8328655Z test_zero_to_zero_correspondence_unary_sign_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8328947Z test_zero_to_zero_correspondence_unary_signbit_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8329197Z test_zero_to_zero_correspondence_unary_signbit_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8329430Z test_zero_to_zero_correspondence_unary_signbit_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8329669Z test_zero_to_zero_correspondence_unary_signbit_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8329902Z test_zero_to_zero_correspondence_unary_signbit_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8330135Z test_zero_to_zero_correspondence_unary_signbit_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8330366Z test_zero_to_zero_correspondence_unary_signbit_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8330599Z test_zero_to_zero_correspondence_unary_signbit_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8330828Z test_zero_to_zero_correspondence_unary_signbit_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8331060Z test_zero_to_zero_correspondence_unary_signbit_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8331295Z test_zero_to_zero_correspondence_unary_sin_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8331522Z test_zero_to_zero_correspondence_unary_sin_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8331756Z test_zero_to_zero_correspondence_unary_sin_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8331985Z test_zero_to_zero_correspondence_unary_sin_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8332216Z test_zero_to_zero_correspondence_unary_sin_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8332444Z test_zero_to_zero_correspondence_unary_sin_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8332672Z test_zero_to_zero_correspondence_unary_sin_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8332898Z test_zero_to_zero_correspondence_unary_sin_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8333199Z test_zero_to_zero_correspondence_unary_sin_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8333416Z test_zero_to_zero_correspondence_unary_sin_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8333629Z test_zero_to_zero_correspondence_unary_sin_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8333847Z test_zero_to_zero_correspondence_unary_sin_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8334044Z test_zero_to_zero_correspondence_unary_sin_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8334278Z test_zero_to_zero_correspondence_unary_sinh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8334491Z test_zero_to_zero_correspondence_unary_sinh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8334727Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8334962Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8335195Z test_zero_to_zero_correspondence_unary_sinh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8335421Z test_zero_to_zero_correspondence_unary_sinh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8335648Z test_zero_to_zero_correspondence_unary_sinh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8335946Z test_zero_to_zero_correspondence_unary_sinh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8336185Z test_zero_to_zero_correspondence_unary_sinh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8336408Z test_zero_to_zero_correspondence_unary_sinh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8336742Z test_zero_to_zero_correspondence_unary_sinh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8337027Z test_zero_to_zero_correspondence_unary_sinh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8337250Z test_zero_to_zero_correspondence_unary_sinh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8337482Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8337707Z test_zero_to_zero_correspondence_unary_sqrt_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8337948Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8338183Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8338415Z test_zero_to_zero_correspondence_unary_sqrt_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8338646Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8338868Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8339096Z test_zero_to_zero_correspondence_unary_sqrt_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8339318Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8339520Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8339738Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8339965Z test_zero_to_zero_correspondence_unary_sqrt_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8340191Z test_zero_to_zero_correspondence_unary_sqrt_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8340522Z test_zero_to_zero_correspondence_unary_tan_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8340745Z test_zero_to_zero_correspondence_unary_tan_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8340977Z test_zero_to_zero_correspondence_unary_tan_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8341208Z test_zero_to_zero_correspondence_unary_tan_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8341444Z test_zero_to_zero_correspondence_unary_tan_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8341671Z test_zero_to_zero_correspondence_unary_tan_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8341900Z test_zero_to_zero_correspondence_unary_tan_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8342128Z test_zero_to_zero_correspondence_unary_tan_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8342351Z test_zero_to_zero_correspondence_unary_tan_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8342567Z test_zero_to_zero_correspondence_unary_tan_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8342781Z test_zero_to_zero_correspondence_unary_tan_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8343000Z test_zero_to_zero_correspondence_unary_tan_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8343280Z test_zero_to_zero_correspondence_unary_tan_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8343526Z test_zero_to_zero_correspondence_unary_tanh_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8343743Z test_zero_to_zero_correspondence_unary_tanh_cuda_bool (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8343985Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex128 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8344217Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex32 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8344451Z test_zero_to_zero_correspondence_unary_tanh_cuda_complex64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8344661Z test_zero_to_zero_correspondence_unary_tanh_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8344891Z test_zero_to_zero_correspondence_unary_tanh_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8345121Z test_zero_to_zero_correspondence_unary_tanh_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8345347Z test_zero_to_zero_correspondence_unary_tanh_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8345564Z test_zero_to_zero_correspondence_unary_tanh_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8345792Z test_zero_to_zero_correspondence_unary_tanh_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8346016Z test_zero_to_zero_correspondence_unary_tanh_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8346237Z test_zero_to_zero_correspondence_unary_tanh_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8346469Z test_zero_to_zero_correspondence_unary_trunc_cuda_bfloat16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8346698Z test_zero_to_zero_correspondence_unary_trunc_cuda_float16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8346926Z test_zero_to_zero_correspondence_unary_trunc_cuda_float32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8347157Z test_zero_to_zero_correspondence_unary_trunc_cuda_float64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8347464Z test_zero_to_zero_correspondence_unary_trunc_cuda_int16 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8347694Z test_zero_to_zero_correspondence_unary_trunc_cuda_int32 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8347922Z test_zero_to_zero_correspondence_unary_trunc_cuda_int64 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8348147Z test_zero_to_zero_correspondence_unary_trunc_cuda_int8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8348368Z test_zero_to_zero_correspondence_unary_trunc_cuda_uint8 (__main__.TestSparseCSRCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8348558Z test_make_crow_indices (__main__.TestSparseCSRSampler) ... ok (0.865s) 2022-11-23T02:31:48.8348799Z test_clone_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8349143Z test_clone_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8349372Z test_clone_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8349575Z test_clone_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8349789Z test_clone_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8350000Z test_clone_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8350213Z test_clone_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8350422Z test_clone_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8350707Z test_clone_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8350920Z test_clone_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8351126Z test_clone_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8351330Z test_clone_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8351543Z test_clone_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8351746Z test_clone_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8351964Z test_clone_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8352179Z test_clone_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8352390Z test_clone_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8352603Z test_clone_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8352809Z test_clone_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8353018Z test_clone_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8353222Z test_clone_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8353420Z test_clone_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8353609Z test_clone_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8353807Z test_clone_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8354018Z test_clone_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8354223Z test_clone_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8354443Z test_clone_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8354657Z test_clone_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8354867Z test_clone_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8355156Z test_clone_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8355367Z test_clone_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8355576Z test_clone_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8355778Z test_clone_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8356201Z test_clone_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8356454Z test_clone_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8356873Z test_clone_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8357108Z test_clone_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8357316Z test_clone_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8357537Z test_clone_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8357751Z test_clone_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8357961Z test_clone_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8358151Z test_clone_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8358362Z test_clone_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8358662Z test_clone_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8358887Z test_clone_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8359239Z test_clone_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8359658Z test_clone_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8360004Z test_clone_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8360249Z test_consistency_SparseBSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8360480Z test_consistency_SparseBSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8360720Z test_consistency_SparseBSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8360963Z test_consistency_SparseBSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8361191Z test_consistency_SparseBSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8361419Z test_consistency_SparseBSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8361654Z test_consistency_SparseBSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8361883Z test_consistency_SparseBSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8362108Z test_consistency_SparseBSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8362338Z test_consistency_SparseBSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8362568Z test_consistency_SparseBSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8362796Z test_consistency_SparseBSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8363022Z test_consistency_SparseBSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8363239Z test_consistency_SparseBSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8363480Z test_consistency_SparseBSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8363849Z test_consistency_SparseBSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8364084Z test_consistency_SparseBSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8364320Z test_consistency_SparseBSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8364544Z test_consistency_SparseBSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8364774Z test_consistency_SparseBSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8365002Z test_consistency_SparseBSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8365230Z test_consistency_SparseBSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8365460Z test_consistency_SparseBSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8365690Z test_consistency_SparseBSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8365925Z test_consistency_SparseBSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8366154Z test_consistency_SparseBSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8366393Z test_consistency_SparseBSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8366705Z test_consistency_SparseBSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8366952Z test_consistency_SparseBSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8367183Z test_consistency_SparseBSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8367420Z test_consistency_SparseBSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8367643Z test_consistency_SparseBSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8367872Z test_consistency_SparseBSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8368184Z test_consistency_SparseBSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8368507Z test_consistency_SparseBSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8368743Z test_consistency_SparseBSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8368969Z test_consistency_SparseBSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8369207Z test_consistency_SparseBSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8369436Z test_consistency_SparseBSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8369675Z test_consistency_SparseBSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8369908Z test_consistency_SparseBSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8370139Z test_consistency_SparseBSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8370370Z test_consistency_SparseBSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8370598Z test_consistency_SparseBSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8370822Z test_consistency_SparseBSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8371052Z test_consistency_SparseBSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8371382Z test_consistency_SparseBSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8371612Z test_consistency_SparseBSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8371840Z test_consistency_SparseBSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8372071Z test_consistency_SparseBSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8372309Z test_consistency_SparseBSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8372544Z test_consistency_SparseBSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8372780Z test_consistency_SparseBSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8373015Z test_consistency_SparseBSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8373246Z test_consistency_SparseBSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8373460Z test_consistency_SparseBSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8373686Z test_consistency_SparseBSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8373908Z test_consistency_SparseBSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8374134Z test_consistency_SparseBSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8374437Z test_consistency_SparseBSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8374681Z test_consistency_SparseBSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8374907Z test_consistency_SparseBSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8375136Z test_consistency_SparseBSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8375375Z test_consistency_SparseBSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8375605Z test_consistency_SparseBSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8375846Z test_consistency_SparseBSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8376085Z test_consistency_SparseBSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8376319Z test_consistency_SparseBSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8376550Z test_consistency_SparseBSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8376775Z test_consistency_SparseBSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8377012Z test_consistency_SparseBSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8377240Z test_consistency_SparseBSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8377469Z test_consistency_SparseBSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8377698Z test_consistency_SparseBSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8377927Z test_consistency_SparseBSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8378154Z test_consistency_SparseBSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8378392Z test_consistency_SparseBSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8378607Z test_consistency_SparseBSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8378916Z test_consistency_SparseBSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8379138Z test_consistency_SparseBSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8379364Z test_consistency_SparseBSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8379592Z test_consistency_SparseBSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8379819Z test_consistency_SparseBSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8380048Z test_consistency_SparseBSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8380273Z test_consistency_SparseBSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8380525Z test_consistency_SparseBSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8380769Z test_consistency_SparseBSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8381025Z test_consistency_SparseBSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8381277Z test_consistency_SparseBSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8381532Z test_consistency_SparseBSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8381847Z test_consistency_SparseBSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8382110Z test_consistency_SparseBSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8382353Z test_consistency_SparseBSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8382598Z test_consistency_SparseBSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8382840Z test_consistency_SparseBSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8383076Z test_consistency_SparseBSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8383320Z test_consistency_SparseBSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8383555Z test_consistency_SparseBSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8383800Z test_consistency_SparseBSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8384017Z test_consistency_SparseBSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8384254Z test_consistency_SparseBSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8384489Z test_consistency_SparseBSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8384725Z test_consistency_SparseBSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8384958Z test_consistency_SparseBSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8385187Z test_consistency_SparseBSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8385410Z test_consistency_SparseBSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8385644Z test_consistency_SparseBSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8385879Z test_consistency_SparseBSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8386113Z test_consistency_SparseBSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8386425Z test_consistency_SparseBSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8386656Z test_consistency_SparseBSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8386888Z test_consistency_SparseBSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8387116Z test_consistency_SparseBSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8387384Z test_consistency_SparseBSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8387614Z test_consistency_SparseBSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8387840Z test_consistency_SparseBSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8388064Z test_consistency_SparseBSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8388289Z test_consistency_SparseBSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8388521Z test_consistency_SparseBSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8388757Z test_consistency_SparseBSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8388969Z test_consistency_SparseBSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8389193Z test_consistency_SparseBSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8389490Z test_consistency_SparseBSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8389730Z test_consistency_SparseBSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8389955Z test_consistency_SparseBSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8390186Z test_consistency_SparseBSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8390416Z test_consistency_SparseBSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8390654Z test_consistency_SparseBSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8390884Z test_consistency_SparseBSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8391115Z test_consistency_SparseBSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8391344Z test_consistency_SparseBSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8391603Z test_consistency_SparseBSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8391829Z test_consistency_SparseBSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8392058Z test_consistency_SparseBSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8392285Z test_consistency_SparseBSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8392510Z test_consistency_SparseBSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8392736Z test_consistency_SparseBSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8392974Z test_consistency_SparseBSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8393208Z test_consistency_SparseBSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8393434Z test_consistency_SparseBSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8393656Z test_consistency_SparseBSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8393944Z test_consistency_SparseBSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8394166Z test_consistency_SparseBSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8394390Z test_consistency_SparseBSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8394616Z test_consistency_SparseBSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8394847Z test_consistency_SparseBSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8395086Z test_consistency_SparseBSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8395320Z test_consistency_SparseBSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8395547Z test_consistency_SparseBSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8395774Z test_consistency_SparseBSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8396010Z test_consistency_SparseBSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8396236Z test_consistency_SparseBSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8396476Z test_consistency_SparseBSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8396715Z test_consistency_SparseBSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8397012Z test_consistency_SparseBSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8397258Z test_consistency_SparseBSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8397484Z test_consistency_SparseBSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8397718Z test_consistency_SparseBSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8397944Z test_consistency_SparseBSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8398170Z test_consistency_SparseBSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8398395Z test_consistency_SparseBSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8398624Z test_consistency_SparseBSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8398832Z test_consistency_SparseBSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8399191Z test_consistency_SparseBSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8399474Z test_consistency_SparseBSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8399712Z test_consistency_SparseBSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8399949Z test_consistency_SparseBSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8400179Z test_consistency_SparseBSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8400405Z test_consistency_SparseBSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8400632Z test_consistency_SparseBSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8402321Z test_consistency_SparseBSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8402548Z test_consistency_SparseBSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8403521Z test_consistency_SparseBSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8403746Z test_consistency_SparseBSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8403972Z test_consistency_SparseBSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8404216Z test_consistency_SparseBSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8404450Z test_consistency_SparseBSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8404696Z test_consistency_SparseBSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8404933Z test_consistency_SparseBSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8405169Z test_consistency_SparseBSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8405406Z test_consistency_SparseBSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8405638Z test_consistency_SparseBSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8405865Z test_consistency_SparseBSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8406095Z test_consistency_SparseBSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8406319Z test_consistency_SparseBSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8406631Z test_consistency_SparseBSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8406877Z test_consistency_SparseBSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8407289Z test_consistency_SparseBSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8407540Z test_consistency_SparseBSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8407776Z test_consistency_SparseBSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8408126Z test_consistency_SparseBSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8408503Z test_consistency_SparseBSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8408736Z test_consistency_SparseBSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8408971Z test_consistency_SparseBSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8409199Z test_consistency_SparseBSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8409427Z test_consistency_SparseBSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8409775Z test_consistency_SparseBSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8410015Z test_consistency_SparseBSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8410243Z test_consistency_SparseBSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8410539Z test_consistency_SparseBSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8410773Z test_consistency_SparseBSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8411005Z test_consistency_SparseBSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8411231Z test_consistency_SparseBSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8411458Z test_consistency_SparseBSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8412427Z test_consistency_SparseBSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8412774Z test_consistency_SparseBSC_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8413118Z test_consistency_SparseBSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8413463Z test_consistency_SparseBSC_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8413796Z test_consistency_SparseBSC_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8414136Z test_consistency_SparseBSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8414455Z test_consistency_SparseBSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8414781Z test_consistency_SparseBSC_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8415211Z test_consistency_SparseBSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.008s) 2022-11-23T02:31:48.8415559Z test_consistency_SparseBSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8415898Z test_consistency_SparseBSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8416237Z test_consistency_SparseBSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8416570Z test_consistency_SparseBSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8416903Z test_consistency_SparseBSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8417381Z test_consistency_SparseBSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8417722Z test_consistency_SparseBSC_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8418051Z test_consistency_SparseBSC_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8418385Z test_consistency_SparseBSC_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8418715Z test_consistency_SparseBSC_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8419056Z test_consistency_SparseBSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8419384Z test_consistency_SparseBSC_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8420303Z test_consistency_SparseBSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.013s) 2022-11-23T02:31:48.8420646Z test_consistency_SparseBSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8420988Z test_consistency_SparseBSC_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8421324Z test_consistency_SparseBSC_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8421655Z test_consistency_SparseBSC_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8421995Z test_consistency_SparseBSC_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8422329Z test_consistency_SparseBSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8422738Z test_consistency_SparseBSC_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.002s) 2022-11-23T02:31:48.8423228Z test_consistency_SparseBSC_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8423586Z test_consistency_SparseBSC_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsc layout (0.008s) 2022-11-23T02:31:48.8423934Z test_consistency_SparseBSC_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8424264Z test_consistency_SparseBSC_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8424614Z test_consistency_SparseBSC_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8424962Z test_consistency_SparseBSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8425305Z test_consistency_SparseBSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8425648Z test_consistency_SparseBSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8425978Z test_consistency_SparseBSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8426314Z test_consistency_SparseBSC_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8426773Z test_consistency_SparseBSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8427113Z test_consistency_SparseBSC_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8428018Z test_consistency_SparseBSC_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8428354Z test_consistency_SparseBSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:31:48.8428691Z test_consistency_SparseBSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8429025Z test_consistency_SparseBSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:31:48.8429366Z test_consistency_SparseBSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8429706Z test_consistency_SparseBSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:31:48.8430040Z test_consistency_SparseBSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8430371Z test_consistency_SparseBSC_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8430782Z test_consistency_SparseBSC_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8431131Z test_consistency_SparseBSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8431465Z test_consistency_SparseBSC_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8431795Z test_consistency_SparseBSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8432122Z test_consistency_SparseBSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8432453Z test_consistency_SparseBSC_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8432688Z test_consistency_SparseBSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8432925Z test_consistency_SparseBSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8433164Z test_consistency_SparseBSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8433392Z test_consistency_SparseBSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8433619Z test_consistency_SparseBSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8433846Z test_consistency_SparseBSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8434074Z test_consistency_SparseBSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8434300Z test_consistency_SparseBSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8434525Z test_consistency_SparseBSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8434735Z test_consistency_SparseBSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8435495Z test_consistency_SparseBSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8435719Z test_consistency_SparseBSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8435979Z test_consistency_SparseBSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8436233Z test_consistency_SparseBSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8436493Z test_consistency_SparseBSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8436744Z test_consistency_SparseBSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8436994Z test_consistency_SparseBSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8437245Z test_consistency_SparseBSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8437492Z test_consistency_SparseBSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8437738Z test_consistency_SparseBSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8437978Z test_consistency_SparseBSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8438225Z test_consistency_SparseBSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8438553Z test_consistency_SparseBSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8438816Z test_consistency_SparseBSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8439062Z test_consistency_SparseBSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8439301Z test_consistency_SparseBSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8439540Z test_consistency_SparseBSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8439778Z test_consistency_SparseBSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8440012Z test_consistency_SparseBSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8440243Z test_consistency_SparseBSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8440478Z test_consistency_SparseBSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8440711Z test_consistency_SparseBSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8440927Z test_consistency_SparseBSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8441163Z test_consistency_SparseBSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8441395Z test_consistency_SparseBSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8441630Z test_consistency_SparseBSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8441857Z test_consistency_SparseBSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8442086Z test_consistency_SparseBSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8442317Z test_consistency_SparseBSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8442539Z test_consistency_SparseBSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8443301Z test_consistency_SparseBSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8443532Z test_consistency_SparseBSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8443762Z test_consistency_SparseBSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8444103Z test_consistency_SparseBSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8444450Z test_consistency_SparseBSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8444791Z test_consistency_SparseBSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8445128Z test_consistency_SparseBSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.006s) 2022-11-23T02:31:48.8445465Z test_consistency_SparseBSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8445799Z test_consistency_SparseBSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8446692Z test_consistency_SparseBSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsc layout (0.003s) 2022-11-23T02:31:48.8446985Z test_consistency_SparseBSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8447219Z test_consistency_SparseBSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8447449Z test_consistency_SparseBSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8447671Z test_consistency_SparseBSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8447897Z test_consistency_SparseBSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8448123Z test_consistency_SparseBSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8448350Z test_consistency_SparseBSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8448580Z test_consistency_SparseBSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8448793Z test_consistency_SparseBSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8449025Z test_consistency_SparseBSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8449253Z test_consistency_SparseBSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8449487Z test_consistency_SparseBSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8449716Z test_consistency_SparseBSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8449943Z test_consistency_SparseBSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8450173Z test_consistency_SparseBSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8450406Z test_consistency_SparseBSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8450633Z test_consistency_SparseBSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8450855Z test_consistency_SparseBSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8451617Z test_consistency_SparseBSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8451841Z test_consistency_SparseBSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8452063Z test_consistency_SparseBSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8452288Z test_consistency_SparseBSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8452522Z test_consistency_SparseBSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8452750Z test_consistency_SparseBSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8452982Z test_consistency_SparseBSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8453213Z test_consistency_SparseBSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8453441Z test_consistency_SparseBSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8453667Z test_consistency_SparseBSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8453894Z test_consistency_SparseBSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8454104Z test_consistency_SparseBSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8454327Z test_consistency_SparseBSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8454632Z test_consistency_SparseBSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8454892Z test_consistency_SparseBSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8455127Z test_consistency_SparseBSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8455369Z test_consistency_SparseBSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8455604Z test_consistency_SparseBSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8455834Z test_consistency_SparseBSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8456064Z test_consistency_SparseBSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8456338Z test_consistency_SparseBSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8456565Z test_consistency_SparseBSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8456795Z test_consistency_SparseBSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8457028Z test_consistency_SparseBSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8457257Z test_consistency_SparseBSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8457480Z test_consistency_SparseBSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8457717Z test_consistency_SparseBSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8457952Z test_consistency_SparseBSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8458179Z test_consistency_SparseBSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8458408Z test_consistency_SparseBSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8458635Z test_consistency_SparseBSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8459038Z test_consistency_SparseBSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8460043Z test_consistency_SparseBSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8460438Z test_consistency_SparseBSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8460669Z test_consistency_SparseBSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8460890Z test_consistency_SparseBSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8461111Z test_consistency_SparseBSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8461350Z test_consistency_SparseBSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8461573Z test_consistency_SparseBSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8461812Z test_consistency_SparseBSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8462048Z test_consistency_SparseBSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8462279Z test_consistency_SparseBSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8462507Z test_consistency_SparseBSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8462731Z test_consistency_SparseBSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8462950Z test_consistency_SparseBSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8463272Z test_consistency_SparseBSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8463520Z test_consistency_SparseBSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8463745Z test_consistency_SparseBSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8463970Z test_consistency_SparseBSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8464191Z test_consistency_SparseBSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8464421Z test_consistency_SparseBSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8464643Z test_consistency_SparseBSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8464880Z test_consistency_SparseBSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8465101Z test_consistency_SparseBSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8465328Z test_consistency_SparseBSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8465716Z test_consistency_SparseBSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8465953Z test_consistency_SparseBSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8466183Z test_consistency_SparseBSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8466408Z test_consistency_SparseBSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8466953Z test_consistency_SparseBSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8467209Z test_consistency_SparseBSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8467436Z test_consistency_SparseBSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8467659Z test_consistency_SparseBSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8467892Z test_consistency_SparseBSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8468691Z test_consistency_SparseBSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8468926Z test_consistency_SparseBSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8469159Z test_consistency_SparseBSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8469391Z test_consistency_SparseBSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8469619Z test_consistency_SparseBSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8469852Z test_consistency_SparseBSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8470078Z test_consistency_SparseBSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8470301Z test_consistency_SparseBSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8470527Z test_consistency_SparseBSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8470749Z test_consistency_SparseBSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8470956Z test_consistency_SparseBSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8471180Z test_consistency_SparseBSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8471410Z test_consistency_SparseBSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8471714Z test_consistency_SparseBSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8471971Z test_consistency_SparseBSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8472386Z test_consistency_SparseBSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8472630Z test_consistency_SparseBSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8472857Z test_consistency_SparseBSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8473087Z test_consistency_SparseBSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8473670Z test_consistency_SparseBSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8473908Z test_consistency_SparseBSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8474138Z test_consistency_SparseBSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8474365Z test_consistency_SparseBSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8474586Z test_consistency_SparseBSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8474812Z test_consistency_SparseBSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8475150Z test_consistency_SparseBSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.010s) 2022-11-23T02:31:48.8475479Z test_consistency_SparseBSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8475822Z test_consistency_SparseBSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.000s) 2022-11-23T02:31:48.8476159Z test_consistency_SparseBSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.013s) 2022-11-23T02:31:48.8477070Z test_consistency_SparseBSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8477390Z test_consistency_SparseBSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8477720Z test_consistency_SparseBSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8478055Z test_consistency_SparseBSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8478374Z test_consistency_SparseBSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8478701Z test_consistency_SparseBSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.005s) 2022-11-23T02:31:48.8479213Z test_consistency_SparseBSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8479542Z test_consistency_SparseBSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsc layout (0.004s) 2022-11-23T02:31:48.8479914Z test_consistency_SparseBSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8480461Z test_consistency_SparseBSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8480715Z test_consistency_SparseBSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8480934Z test_consistency_SparseBSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8481167Z test_consistency_SparseBSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8481393Z test_consistency_SparseBSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8481618Z test_consistency_SparseBSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8481845Z test_consistency_SparseBSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8482069Z test_consistency_SparseBSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8482305Z test_consistency_SparseBSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8482530Z test_consistency_SparseBSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8482764Z test_consistency_SparseBSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8482997Z test_consistency_SparseBSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8483232Z test_consistency_SparseBSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8483459Z test_consistency_SparseBSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8483683Z test_consistency_SparseBSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8483909Z test_consistency_SparseBSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8484135Z test_consistency_SparseBSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8484357Z test_consistency_SparseBSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8484578Z test_consistency_SparseBSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8485358Z test_consistency_SparseBSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8485768Z test_consistency_SparseBSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8486001Z test_consistency_SparseBSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8486240Z test_consistency_SparseBSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8486687Z test_consistency_SparseBSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8487078Z test_consistency_SparseBSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8487314Z test_consistency_SparseBSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8487541Z test_consistency_SparseBSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8487772Z test_consistency_SparseBSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8488002Z test_consistency_SparseBSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8488228Z test_consistency_SparseBSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8488455Z test_consistency_SparseBSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8488681Z test_consistency_SparseBSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8489009Z test_consistency_SparseBSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8489251Z test_consistency_SparseBSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8489526Z test_consistency_SparseBSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8489764Z test_consistency_SparseBSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8489992Z test_consistency_SparseBSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8490226Z test_consistency_SparseBSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8490450Z test_consistency_SparseBSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8490670Z test_consistency_SparseBSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8490898Z test_consistency_SparseBSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8491122Z test_consistency_SparseBSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8491346Z test_consistency_SparseBSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8491570Z test_consistency_SparseBSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8491777Z test_consistency_SparseBSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8492012Z test_consistency_SparseBSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8492418Z test_consistency_SparseBSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8492659Z test_consistency_SparseBSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8492899Z test_consistency_SparseBSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8493336Z test_consistency_SparseBSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8493680Z test_consistency_SparseBSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8494480Z test_consistency_SparseBSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8494714Z test_consistency_SparseBSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8494940Z test_consistency_SparseBSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8495165Z test_consistency_SparseBSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8495390Z test_consistency_SparseBSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8495630Z test_consistency_SparseBSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8495862Z test_consistency_SparseBSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8496102Z test_consistency_SparseBSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8496337Z test_consistency_SparseBSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8496579Z test_consistency_SparseBSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8496820Z test_consistency_SparseBSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8497062Z test_consistency_SparseBSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8497300Z test_consistency_SparseBSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8497619Z test_consistency_SparseBSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8497842Z test_consistency_SparseBSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8498075Z test_consistency_SparseBSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8498312Z test_consistency_SparseBSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8498543Z test_consistency_SparseBSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8498909Z test_consistency_SparseBSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8499174Z test_consistency_SparseBSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8499419Z test_consistency_SparseBSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8499658Z test_consistency_SparseBSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8500224Z test_consistency_SparseBSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8500487Z test_consistency_SparseBSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8500729Z test_consistency_SparseBSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8500967Z test_consistency_SparseBSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8501205Z test_consistency_SparseBSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8501439Z test_consistency_SparseBSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8501680Z test_consistency_SparseBSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8501913Z test_consistency_SparseBSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8502148Z test_consistency_SparseBSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8502382Z test_consistency_SparseBSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8503189Z test_consistency_SparseBSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8503433Z test_consistency_SparseBSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8503669Z test_consistency_SparseBSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8503875Z test_consistency_SparseBSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8504115Z test_consistency_SparseBSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8504348Z test_consistency_SparseBSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8504578Z test_consistency_SparseBSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8504810Z test_consistency_SparseBSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8505046Z test_consistency_SparseBSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8505276Z test_consistency_SparseBSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8505689Z test_consistency_SparseBSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8505951Z test_consistency_SparseBSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8506306Z test_consistency_SparseBSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8506778Z test_consistency_SparseBSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8507153Z test_consistency_SparseBSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8507421Z test_consistency_SparseBSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8507675Z test_consistency_SparseBSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8507923Z test_consistency_SparseBSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8508172Z test_consistency_SparseBSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8508411Z test_consistency_SparseBSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8508665Z test_consistency_SparseBSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8508914Z test_consistency_SparseBSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8509163Z test_consistency_SparseBSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8509411Z test_consistency_SparseBSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8509649Z test_consistency_SparseBSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8509890Z test_consistency_SparseBSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8510102Z test_consistency_SparseBSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8510336Z test_consistency_SparseBSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8510574Z test_consistency_SparseBSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8510823Z test_consistency_SparseBSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8511160Z test_consistency_SparseBSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8511399Z test_consistency_SparseBSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8511631Z test_consistency_SparseBSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8511863Z test_consistency_SparseBSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8512098Z test_consistency_SparseBSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8512484Z test_consistency_SparseBSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8512731Z test_consistency_SparseBSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8512967Z test_consistency_SparseBSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8513206Z test_consistency_SparseBSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8513632Z test_consistency_SparseBSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8514029Z test_consistency_SparseBSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8514276Z test_consistency_SparseBSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8514680Z test_consistency_SparseBSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8515019Z test_consistency_SparseBSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8515281Z test_consistency_SparseBSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8515522Z test_consistency_SparseBSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8515759Z test_consistency_SparseBSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8515972Z test_consistency_SparseBSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8516203Z test_consistency_SparseBSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8516438Z test_consistency_SparseBSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8516671Z test_consistency_SparseBSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8516911Z test_consistency_SparseBSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8517155Z test_consistency_SparseBSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8517391Z test_consistency_SparseBSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8517632Z test_consistency_SparseBSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8517868Z test_consistency_SparseBSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8518098Z test_consistency_SparseBSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8518327Z test_consistency_SparseBSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8518561Z test_consistency_SparseBSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8518798Z test_consistency_SparseBSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8519032Z test_consistency_SparseBSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8519426Z test_consistency_SparseBSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8519771Z test_consistency_SparseBSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8520010Z test_consistency_SparseBSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8520367Z test_consistency_SparseBSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8520712Z test_consistency_SparseBSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8520950Z test_consistency_SparseBSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8521184Z test_consistency_SparseBSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8521390Z test_consistency_SparseBSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8521623Z test_consistency_SparseBSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8521853Z test_consistency_SparseBSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8522098Z test_consistency_SparseBSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8522334Z test_consistency_SparseBSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8522566Z test_consistency_SparseBSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8522805Z test_consistency_SparseBSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8523129Z test_consistency_SparseBSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8523380Z test_consistency_SparseBSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8523627Z test_consistency_SparseBSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8523874Z test_consistency_SparseBSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8524118Z test_consistency_SparseBSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8524354Z test_consistency_SparseBSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8524586Z test_consistency_SparseBSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8524815Z test_consistency_SparseBSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8525051Z test_consistency_SparseBSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8525281Z test_consistency_SparseBSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8525513Z test_consistency_SparseBSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8525748Z test_consistency_SparseBSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8526114Z test_consistency_SparseBSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8526364Z test_consistency_SparseBSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8526573Z test_consistency_SparseBSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8526817Z test_consistency_SparseBSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8527166Z test_consistency_SparseBSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8527500Z test_consistency_SparseBSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8527743Z test_consistency_SparseBSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8528073Z test_consistency_SparseBSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8528306Z test_consistency_SparseBSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8528537Z test_consistency_SparseBSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8528771Z test_consistency_SparseBSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8529003Z test_consistency_SparseBSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8529234Z test_consistency_SparseBSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8529487Z test_consistency_SparseBSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8529726Z test_consistency_SparseBSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8529973Z test_consistency_SparseBSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8530218Z test_consistency_SparseBSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8530459Z test_consistency_SparseBSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8530700Z test_consistency_SparseBSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8530938Z test_consistency_SparseBSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8531237Z test_consistency_SparseBSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8531496Z test_consistency_SparseBSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8531737Z test_consistency_SparseBSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8531987Z test_consistency_SparseBSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8532199Z test_consistency_SparseBSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8532442Z test_consistency_SparseBSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8532825Z test_consistency_SparseBSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8533077Z test_consistency_SparseBSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8533424Z test_consistency_SparseBSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8533669Z test_consistency_SparseBSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8533999Z test_consistency_SparseBSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8534243Z test_consistency_SparseBSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8534490Z test_consistency_SparseBSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8547784Z test_consistency_SparseBSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8548096Z test_consistency_SparseBSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8548350Z test_consistency_SparseBSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8548587Z test_consistency_SparseBSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8548827Z test_consistency_SparseBSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8549226Z test_consistency_SparseBSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8549458Z test_consistency_SparseBSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8549693Z test_consistency_SparseBSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8549928Z test_consistency_SparseBSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8550157Z test_consistency_SparseBSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8550511Z test_consistency_SparseBSR_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8550865Z test_consistency_SparseBSR_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8551215Z test_consistency_SparseBSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.013s) 2022-11-23T02:31:48.8551558Z test_consistency_SparseBSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:31:48.8551899Z test_consistency_SparseBSR_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8552477Z test_consistency_SparseBSR_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8552840Z test_consistency_SparseBSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.007s) 2022-11-23T02:31:48.8553391Z test_consistency_SparseBSR_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8553733Z test_consistency_SparseBSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8554078Z test_consistency_SparseBSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.009s) 2022-11-23T02:31:48.8554424Z test_consistency_SparseBSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8554764Z test_consistency_SparseBSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:31:48.8555110Z test_consistency_SparseBSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8555449Z test_consistency_SparseBSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:31:48.8555785Z test_consistency_SparseBSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8556122Z test_consistency_SparseBSR_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8556497Z test_consistency_SparseBSR_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8556933Z test_consistency_SparseBSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8557257Z test_consistency_SparseBSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:31:48.8557591Z test_consistency_SparseBSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8557942Z test_consistency_SparseBSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T02:31:48.8558288Z test_consistency_SparseBSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8558747Z test_consistency_SparseBSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8559104Z test_consistency_SparseBSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T02:31:48.8559598Z test_consistency_SparseBSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8560124Z test_consistency_SparseBSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T02:31:48.8560483Z test_consistency_SparseBSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8560819Z test_consistency_SparseBSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8561159Z test_consistency_SparseBSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.014s) 2022-11-23T02:31:48.8561491Z test_consistency_SparseBSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8561842Z test_consistency_SparseBSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8562179Z test_consistency_SparseBSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8562526Z test_consistency_SparseBSR_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8562875Z test_consistency_SparseBSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8563217Z test_consistency_SparseBSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8563560Z test_consistency_SparseBSR_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8563901Z test_consistency_SparseBSR_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8564238Z test_consistency_SparseBSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8564686Z test_consistency_SparseBSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8565011Z test_consistency_SparseBSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.007s) 2022-11-23T02:31:48.8565470Z test_consistency_SparseBSR_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8565814Z test_consistency_SparseBSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8566277Z test_consistency_SparseBSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8566703Z test_consistency_SparseBSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8567046Z test_consistency_SparseBSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8567385Z test_consistency_SparseBSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8567792Z test_consistency_SparseBSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8568141Z test_consistency_SparseBSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8568482Z test_consistency_SparseBSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8568816Z test_consistency_SparseBSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.003s) 2022-11-23T02:31:48.8569149Z test_consistency_SparseBSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.006s) 2022-11-23T02:31:48.8569475Z test_consistency_SparseBSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8569808Z test_consistency_SparseBSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.000s) 2022-11-23T02:31:48.8570142Z test_consistency_SparseBSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_bsr layout (0.010s) 2022-11-23T02:31:48.8570376Z test_consistency_SparseBSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8570615Z test_consistency_SparseBSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8570847Z test_consistency_SparseBSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8571076Z test_consistency_SparseBSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8571304Z test_consistency_SparseBSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8571539Z test_consistency_SparseBSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8571969Z test_consistency_SparseBSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8572196Z test_consistency_SparseBSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8572525Z test_consistency_SparseBSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8572852Z test_consistency_SparseBSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8573086Z test_consistency_SparseBSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8573314Z test_consistency_SparseBSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8573557Z test_consistency_SparseBSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8573816Z test_consistency_SparseBSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8574073Z test_consistency_SparseBSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8574327Z test_consistency_SparseBSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8574575Z test_consistency_SparseBSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8574825Z test_consistency_SparseBSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8575155Z test_consistency_SparseBSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8575422Z test_consistency_SparseBSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8575670Z test_consistency_SparseBSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8575918Z test_consistency_SparseBSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8576166Z test_consistency_SparseBSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8576413Z test_consistency_SparseBSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8576652Z test_consistency_SparseBSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8576893Z test_consistency_SparseBSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8577135Z test_consistency_SparseBSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8577376Z test_consistency_SparseBSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8577612Z test_consistency_SparseBSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8577853Z test_consistency_SparseBSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8578087Z test_consistency_SparseBSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8578441Z test_consistency_SparseBSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8578676Z test_consistency_SparseBSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8578918Z test_consistency_SparseBSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8579254Z test_consistency_SparseBSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8579481Z test_consistency_SparseBSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8579712Z test_consistency_SparseBSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8580034Z test_consistency_SparseBSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8580403Z test_consistency_SparseBSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8580645Z test_consistency_SparseBSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8580872Z test_consistency_SparseBSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8581106Z test_consistency_SparseBSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8581338Z test_consistency_SparseBSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8581677Z test_consistency_SparseBSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8582025Z test_consistency_SparseBSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8582367Z test_consistency_SparseBSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8582711Z test_consistency_SparseBSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8583121Z test_consistency_SparseBSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8583473Z test_consistency_SparseBSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8583805Z test_consistency_SparseBSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8584048Z test_consistency_SparseBSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8584285Z test_consistency_SparseBSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8584514Z test_consistency_SparseBSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8584743Z test_consistency_SparseBSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8584976Z test_consistency_SparseBSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8585207Z test_consistency_SparseBSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8585533Z test_consistency_SparseBSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8585795Z test_consistency_SparseBSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8586027Z test_consistency_SparseBSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8586367Z test_consistency_SparseBSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8586607Z test_consistency_SparseBSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8586930Z test_consistency_SparseBSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8587166Z test_consistency_SparseBSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8587391Z test_consistency_SparseBSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8587716Z test_consistency_SparseBSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8587945Z test_consistency_SparseBSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8588177Z test_consistency_SparseBSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8588405Z test_consistency_SparseBSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8588633Z test_consistency_SparseBSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8588863Z test_consistency_SparseBSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8589089Z test_consistency_SparseBSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8589314Z test_consistency_SparseBSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8589553Z test_consistency_SparseBSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8589781Z test_consistency_SparseBSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8590013Z test_consistency_SparseBSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8590246Z test_consistency_SparseBSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8590472Z test_consistency_SparseBSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8591339Z test_consistency_SparseBSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8591623Z test_consistency_SparseBSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8591855Z test_consistency_SparseBSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8592232Z test_consistency_SparseBSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8592466Z test_consistency_SparseBSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8592688Z test_consistency_SparseBSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8593034Z test_consistency_SparseBSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8593376Z test_consistency_SparseBSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8593623Z test_consistency_SparseBSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8593854Z test_consistency_SparseBSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8594087Z test_consistency_SparseBSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8594316Z test_consistency_SparseBSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8594578Z test_consistency_SparseBSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8594812Z test_consistency_SparseBSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8595046Z test_consistency_SparseBSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8595274Z test_consistency_SparseBSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8595504Z test_consistency_SparseBSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8595744Z test_consistency_SparseBSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8595979Z test_consistency_SparseBSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8596321Z test_consistency_SparseBSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8596550Z test_consistency_SparseBSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8596781Z test_consistency_SparseBSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8597011Z test_consistency_SparseBSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8597237Z test_consistency_SparseBSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8597467Z test_consistency_SparseBSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8597693Z test_consistency_SparseBSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8597920Z test_consistency_SparseBSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8598125Z test_consistency_SparseBSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8598361Z test_consistency_SparseBSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8598716Z test_consistency_SparseBSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8598969Z test_consistency_SparseBSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8599209Z test_consistency_SparseBSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8599711Z test_consistency_SparseBSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8599978Z test_consistency_SparseBSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8600202Z test_consistency_SparseBSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8600428Z test_consistency_SparseBSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8600657Z test_consistency_SparseBSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8600885Z test_consistency_SparseBSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8601111Z test_consistency_SparseBSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8601337Z test_consistency_SparseBSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8601666Z test_consistency_SparseBSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8615502Z test_consistency_SparseBSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8616064Z test_consistency_SparseBSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8616582Z test_consistency_SparseBSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8617083Z test_consistency_SparseBSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8618010Z test_consistency_SparseBSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8618585Z test_consistency_SparseBSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8619060Z test_consistency_SparseBSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8619472Z test_consistency_SparseBSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8619919Z test_consistency_SparseBSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8620221Z test_consistency_SparseBSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8620991Z test_consistency_SparseBSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8621428Z test_consistency_SparseBSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8621986Z test_consistency_SparseBSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8622435Z test_consistency_SparseBSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8622857Z test_consistency_SparseBSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8623313Z test_consistency_SparseBSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8623779Z test_consistency_SparseBSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8624241Z test_consistency_SparseBSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8624686Z test_consistency_SparseBSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8625127Z test_consistency_SparseBSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8625563Z test_consistency_SparseBSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8625988Z test_consistency_SparseBSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8626420Z test_consistency_SparseBSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8627005Z test_consistency_SparseBSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8627539Z test_consistency_SparseBSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8627980Z test_consistency_SparseBSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8628505Z test_consistency_SparseBSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8628978Z test_consistency_SparseBSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8629441Z test_consistency_SparseBSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8629899Z test_consistency_SparseBSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8630346Z test_consistency_SparseBSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8630792Z test_consistency_SparseBSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8631225Z test_consistency_SparseBSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8631649Z test_consistency_SparseBSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8632078Z test_consistency_SparseBSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8632329Z test_consistency_SparseBSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8632559Z test_consistency_SparseBSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8632787Z test_consistency_SparseBSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8633014Z test_consistency_SparseBSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8633362Z test_consistency_SparseBSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8633700Z test_consistency_SparseBSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8634318Z test_consistency_SparseBSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.005s) 2022-11-23T02:31:48.8634667Z test_consistency_SparseBSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8635114Z test_consistency_SparseBSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8635642Z test_consistency_SparseBSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8635986Z test_consistency_SparseBSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8636323Z test_consistency_SparseBSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8636644Z test_consistency_SparseBSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8636974Z test_consistency_SparseBSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8637389Z test_consistency_SparseBSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8637735Z test_consistency_SparseBSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: to_sparse does not support input with torch.sparse_bsr layout (0.004s) 2022-11-23T02:31:48.8637978Z test_consistency_SparseBSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8638216Z test_consistency_SparseBSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8638443Z test_consistency_SparseBSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8638678Z test_consistency_SparseBSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8638910Z test_consistency_SparseBSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8639145Z test_consistency_SparseBSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8639362Z test_consistency_SparseBSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8639592Z test_consistency_SparseBSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8639821Z test_consistency_SparseBSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8640060Z test_consistency_SparseCSC_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8640288Z test_consistency_SparseCSC_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8640530Z test_consistency_SparseCSC_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8640915Z test_consistency_SparseCSC_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8641163Z test_consistency_SparseCSC_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8641394Z test_consistency_SparseCSC_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8641733Z test_consistency_SparseCSC_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8642069Z test_consistency_SparseCSC_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8642403Z test_consistency_SparseCSC_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8642630Z test_consistency_SparseCSC_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8642859Z test_consistency_SparseCSC_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8643088Z test_consistency_SparseCSC_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8643316Z test_consistency_SparseCSC_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8643551Z test_consistency_SparseCSC_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8643794Z test_consistency_SparseCSC_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8644039Z test_consistency_SparseCSC_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8644277Z test_consistency_SparseCSC_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8644516Z test_consistency_SparseCSC_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8644724Z test_consistency_SparseCSC_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8644956Z test_consistency_SparseCSC_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8645264Z test_consistency_SparseCSC_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8645510Z test_consistency_SparseCSC_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8645741Z test_consistency_SparseCSC_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8645972Z test_consistency_SparseCSC_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8646212Z test_consistency_SparseCSC_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8646438Z test_consistency_SparseCSC_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8646677Z test_consistency_SparseCSC_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8646915Z test_consistency_SparseCSC_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8647151Z test_consistency_SparseCSC_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8647543Z test_consistency_SparseCSC_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8647778Z test_consistency_SparseCSC_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8648003Z test_consistency_SparseCSC_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8648346Z test_consistency_SparseCSC_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8648675Z test_consistency_SparseCSC_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8648903Z test_consistency_SparseCSC_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8649137Z test_consistency_SparseCSC_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8649366Z test_consistency_SparseCSC_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8649606Z test_consistency_SparseCSC_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8649836Z test_consistency_SparseCSC_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8650161Z test_consistency_SparseCSC_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8650399Z test_consistency_SparseCSC_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8650635Z test_consistency_SparseCSC_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8650868Z test_consistency_SparseCSC_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8651096Z test_consistency_SparseCSC_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8651336Z test_consistency_SparseCSC_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8651564Z test_consistency_SparseCSC_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8651794Z test_consistency_SparseCSC_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8652029Z test_consistency_SparseCSC_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8652258Z test_consistency_SparseCSC_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8652485Z test_consistency_SparseCSC_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8652722Z test_consistency_SparseCSC_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8652951Z test_consistency_SparseCSC_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8653266Z test_consistency_SparseCSC_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8653521Z test_consistency_SparseCSC_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8653760Z test_consistency_SparseCSC_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8654153Z test_consistency_SparseCSC_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8654387Z test_consistency_SparseCSC_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8654613Z test_consistency_SparseCSC_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8654959Z test_consistency_SparseCSC_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8655315Z test_consistency_SparseCSC_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8655542Z test_consistency_SparseCSC_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8655770Z test_consistency_SparseCSC_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8655998Z test_consistency_SparseCSC_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8656276Z test_consistency_SparseCSC_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8656505Z test_consistency_SparseCSC_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8656752Z test_consistency_SparseCSC_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8656992Z test_consistency_SparseCSC_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8657225Z test_consistency_SparseCSC_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8657462Z test_consistency_SparseCSC_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8657698Z test_consistency_SparseCSC_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8657925Z test_consistency_SparseCSC_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8658253Z test_consistency_SparseCSC_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8658482Z test_consistency_SparseCSC_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8658711Z test_consistency_SparseCSC_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8658942Z test_consistency_SparseCSC_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8659173Z test_consistency_SparseCSC_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8659415Z test_consistency_SparseCSC_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8659648Z test_consistency_SparseCSC_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8659874Z test_consistency_SparseCSC_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8660110Z test_consistency_SparseCSC_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8660335Z test_consistency_SparseCSC_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8660689Z test_consistency_SparseCSC_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8660928Z test_consistency_SparseCSC_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8661157Z test_consistency_SparseCSC_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8661470Z test_consistency_SparseCSC_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8661958Z test_consistency_SparseCSC_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8662216Z test_consistency_SparseCSC_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8662478Z test_consistency_SparseCSC_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8662732Z test_consistency_SparseCSC_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8662984Z test_consistency_SparseCSC_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8663237Z test_consistency_SparseCSC_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8663489Z test_consistency_SparseCSC_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8663732Z test_consistency_SparseCSC_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8663978Z test_consistency_SparseCSC_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8664217Z test_consistency_SparseCSC_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8664463Z test_consistency_SparseCSC_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8664709Z test_consistency_SparseCSC_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8664953Z test_consistency_SparseCSC_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8665193Z test_consistency_SparseCSC_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8665430Z test_consistency_SparseCSC_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8665670Z test_consistency_SparseCSC_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8665900Z test_consistency_SparseCSC_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8666222Z test_consistency_SparseCSC_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8666454Z test_consistency_SparseCSC_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8666670Z test_consistency_SparseCSC_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8666897Z test_consistency_SparseCSC_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8667129Z test_consistency_SparseCSC_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8667497Z test_consistency_SparseCSC_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8667729Z test_consistency_SparseCSC_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8667958Z test_consistency_SparseCSC_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8668298Z test_consistency_SparseCSC_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8668622Z test_consistency_SparseCSC_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8668858Z test_consistency_SparseCSC_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8669087Z test_consistency_SparseCSC_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8669314Z test_consistency_SparseCSC_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8669619Z test_consistency_SparseCSC_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8669859Z test_consistency_SparseCSC_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8670087Z test_consistency_SparseCSC_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8670324Z test_consistency_SparseCSC_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8670562Z test_consistency_SparseCSC_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8670793Z test_consistency_SparseCSC_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8671021Z test_consistency_SparseCSC_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8671252Z test_consistency_SparseCSC_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8671483Z test_consistency_SparseCSC_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8671718Z test_consistency_SparseCSC_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8671928Z test_consistency_SparseCSC_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8672162Z test_consistency_SparseCSC_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8672399Z test_consistency_SparseCSC_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8672628Z test_consistency_SparseCSC_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8672860Z test_consistency_SparseCSC_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8673086Z test_consistency_SparseCSC_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8673312Z test_consistency_SparseCSC_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8673542Z test_consistency_SparseCSC_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8673769Z test_consistency_SparseCSC_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8674226Z test_consistency_SparseCSC_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8674456Z test_consistency_SparseCSC_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8674686Z test_consistency_SparseCSC_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8675035Z test_consistency_SparseCSC_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8675370Z test_consistency_SparseCSC_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8675605Z test_consistency_SparseCSC_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8675831Z test_consistency_SparseCSC_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8676060Z test_consistency_SparseCSC_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8676291Z test_consistency_SparseCSC_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8676520Z test_consistency_SparseCSC_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8676747Z test_consistency_SparseCSC_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8676973Z test_consistency_SparseCSC_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8677191Z test_consistency_SparseCSC_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8677499Z test_consistency_SparseCSC_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8677744Z test_consistency_SparseCSC_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8677966Z test_consistency_SparseCSC_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8678211Z test_consistency_SparseCSC_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8678437Z test_consistency_SparseCSC_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8678680Z test_consistency_SparseCSC_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8678918Z test_consistency_SparseCSC_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8679151Z test_consistency_SparseCSC_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8679386Z test_consistency_SparseCSC_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8679618Z test_consistency_SparseCSC_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8679844Z test_consistency_SparseCSC_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8680074Z test_consistency_SparseCSC_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8680301Z test_consistency_SparseCSC_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8680677Z test_consistency_SparseCSC_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8680915Z test_consistency_SparseCSC_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8681144Z test_consistency_SparseCSC_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8681487Z test_consistency_SparseCSC_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8681829Z test_consistency_SparseCSC_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8682079Z test_consistency_SparseCSC_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8682411Z test_consistency_SparseCSC_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8682622Z test_consistency_SparseCSC_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8682848Z test_consistency_SparseCSC_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8683074Z test_consistency_SparseCSC_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8683304Z test_consistency_SparseCSC_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8683534Z test_consistency_SparseCSC_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8683759Z test_consistency_SparseCSC_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8683990Z test_consistency_SparseCSC_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8684218Z test_consistency_SparseCSC_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8684462Z test_consistency_SparseCSC_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8684697Z test_consistency_SparseCSC_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8684936Z test_consistency_SparseCSC_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8685243Z test_consistency_SparseCSC_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8685499Z test_consistency_SparseCSC_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8685736Z test_consistency_SparseCSC_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8685977Z test_consistency_SparseCSC_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8686206Z test_consistency_SparseCSC_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8686439Z test_consistency_SparseCSC_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8686671Z test_consistency_SparseCSC_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8686916Z test_consistency_SparseCSC_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8687299Z test_consistency_SparseCSC_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8687547Z test_consistency_SparseCSC_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8687789Z test_consistency_SparseCSC_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8688143Z test_consistency_SparseCSC_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8688484Z test_consistency_SparseCSC_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8688732Z test_consistency_SparseCSC_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8688963Z test_consistency_SparseCSC_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8689196Z test_consistency_SparseCSC_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8689432Z test_consistency_SparseCSC_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8689662Z test_consistency_SparseCSC_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8689893Z test_consistency_SparseCSC_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8690221Z test_consistency_SparseCSC_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8690449Z test_consistency_SparseCSC_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8690674Z test_consistency_SparseCSC_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8690903Z test_consistency_SparseCSC_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8691135Z test_consistency_SparseCSC_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8691367Z test_consistency_SparseCSC_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8691598Z test_consistency_SparseCSC_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8691829Z test_consistency_SparseCSC_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8692180Z test_consistency_SparseCSC_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8692526Z test_consistency_SparseCSC_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8692870Z test_consistency_SparseCSC_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8693276Z test_consistency_SparseCSC_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8693634Z test_consistency_SparseCSC_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8694090Z test_consistency_SparseCSC_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8694434Z test_consistency_SparseCSC_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T02:31:48.8694871Z test_consistency_SparseCSC_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8695321Z test_consistency_SparseCSC_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csc layout (0.010s) 2022-11-23T02:31:48.8695668Z test_consistency_SparseCSC_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8696019Z test_consistency_SparseCSC_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8696360Z test_consistency_SparseCSC_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.013s) 2022-11-23T02:31:48.8696691Z test_consistency_SparseCSC_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8697027Z test_consistency_SparseCSC_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8697361Z test_consistency_SparseCSC_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8698471Z test_consistency_SparseCSC_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8698809Z test_consistency_SparseCSC_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8699142Z test_consistency_SparseCSC_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8699488Z test_consistency_SparseCSC_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8699822Z test_consistency_SparseCSC_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8700173Z test_consistency_SparseCSC_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:31:48.8700668Z test_consistency_SparseCSC_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8701021Z test_consistency_SparseCSC_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8701584Z test_consistency_SparseCSC_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8702048Z test_consistency_SparseCSC_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8702395Z test_consistency_SparseCSC_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8702733Z test_consistency_SparseCSC_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8703061Z test_consistency_SparseCSC_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8703400Z test_consistency_SparseCSC_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8703732Z test_consistency_SparseCSC_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8704083Z test_consistency_SparseCSC_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:31:48.8704420Z test_consistency_SparseCSC_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:31:48.8704771Z test_consistency_SparseCSC_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.006s) 2022-11-23T02:31:48.8705121Z test_consistency_SparseCSC_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8705465Z test_consistency_SparseCSC_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8705810Z test_consistency_SparseCSC_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.013s) 2022-11-23T02:31:48.8706242Z test_consistency_SparseCSC_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8706579Z test_consistency_SparseCSC_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8707029Z test_consistency_SparseCSC_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8707401Z test_consistency_SparseCSC_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8707737Z test_consistency_SparseCSC_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8708181Z test_consistency_SparseCSC_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.prod does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8708612Z test_consistency_SparseCSC_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8709032Z test_consistency_SparseCSC_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8709389Z test_consistency_SparseCSC_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.002s) 2022-11-23T02:31:48.8709729Z test_consistency_SparseCSC_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:31:48.8710070Z test_consistency_SparseCSC_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.008s) 2022-11-23T02:31:48.8710407Z test_consistency_SparseCSC_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8710737Z test_consistency_SparseCSC_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8711072Z test_consistency_SparseCSC_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8711403Z test_consistency_SparseCSC_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8711744Z test_consistency_SparseCSC_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8712075Z test_consistency_SparseCSC_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8712406Z test_consistency_SparseCSC_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.sum does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8712645Z test_consistency_SparseCSC_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8712887Z test_consistency_SparseCSC_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8713126Z test_consistency_SparseCSC_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8713440Z test_consistency_SparseCSC_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8713818Z test_consistency_SparseCSC_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8714058Z test_consistency_SparseCSC_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8714291Z test_consistency_SparseCSC_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8714608Z test_consistency_SparseCSC_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8714870Z test_consistency_SparseCSC_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8715194Z test_consistency_SparseCSC_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8715425Z test_consistency_SparseCSC_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8715655Z test_consistency_SparseCSC_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8715914Z test_consistency_SparseCSC_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8716152Z test_consistency_SparseCSC_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8716409Z test_consistency_SparseCSC_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8716740Z test_consistency_SparseCSC_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8717007Z test_consistency_SparseCSC_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8717259Z test_consistency_SparseCSC_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8717512Z test_consistency_SparseCSC_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8717763Z test_consistency_SparseCSC_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8718007Z test_consistency_SparseCSC_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8718253Z test_consistency_SparseCSC_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8718505Z test_consistency_SparseCSC_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8718761Z test_consistency_SparseCSC_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8719009Z test_consistency_SparseCSC_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8719248Z test_consistency_SparseCSC_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8719492Z test_consistency_SparseCSC_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8719731Z test_consistency_SparseCSC_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8719970Z test_consistency_SparseCSC_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8720314Z test_consistency_SparseCSC_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8720586Z test_consistency_SparseCSC_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8720823Z test_consistency_SparseCSC_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8721056Z test_consistency_SparseCSC_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8721619Z test_consistency_SparseCSC_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8721866Z test_consistency_SparseCSC_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8722106Z test_consistency_SparseCSC_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8722319Z test_consistency_SparseCSC_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8722547Z test_consistency_SparseCSC_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8722782Z test_consistency_SparseCSC_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8723009Z test_consistency_SparseCSC_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8723244Z test_consistency_SparseCSC_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8723478Z test_consistency_SparseCSC_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8723709Z test_consistency_SparseCSC_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8724052Z test_consistency_SparseCSC_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8724395Z test_consistency_SparseCSC_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.004s) 2022-11-23T02:31:48.8724816Z test_consistency_SparseCSC_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8725172Z test_consistency_SparseCSC_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.003s) 2022-11-23T02:31:48.8725515Z test_consistency_SparseCSC_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.005s) 2022-11-23T02:31:48.8725852Z test_consistency_SparseCSC_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.000s) 2022-11-23T02:31:48.8726181Z test_consistency_SparseCSC_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: randn_like does not support input with torch.sparse_csc layout (0.009s) 2022-11-23T02:31:48.8726427Z test_consistency_SparseCSC_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8726663Z test_consistency_SparseCSC_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8727035Z test_consistency_SparseCSC_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8727273Z test_consistency_SparseCSC_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8727504Z test_consistency_SparseCSC_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8727848Z test_consistency_SparseCSC_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8728198Z test_consistency_SparseCSC_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8728438Z test_consistency_SparseCSC_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8728675Z test_consistency_SparseCSC_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8728911Z test_consistency_SparseCSC_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8729140Z test_consistency_SparseCSC_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8729476Z test_consistency_SparseCSC_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8729689Z test_consistency_SparseCSC_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8729916Z test_consistency_SparseCSC_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8730147Z test_consistency_SparseCSC_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8730376Z test_consistency_SparseCSC_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8730613Z test_consistency_SparseCSC_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8730840Z test_consistency_SparseCSC_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8731071Z test_consistency_SparseCSC_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8731298Z test_consistency_SparseCSC_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8731524Z test_consistency_SparseCSC_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8731750Z test_consistency_SparseCSC_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8731985Z test_consistency_SparseCSC_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8732210Z test_consistency_SparseCSC_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8732512Z test_consistency_SparseCSC_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8732760Z test_consistency_SparseCSC_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8732987Z test_consistency_SparseCSC_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8733218Z test_consistency_SparseCSC_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8733586Z test_consistency_SparseCSC_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8733823Z test_consistency_SparseCSC_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8734050Z test_consistency_SparseCSC_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8734277Z test_consistency_SparseCSC_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8734709Z test_consistency_SparseCSC_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8734943Z test_consistency_SparseCSC_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8735178Z test_consistency_SparseCSC_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8735422Z test_consistency_SparseCSC_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8735650Z test_consistency_SparseCSC_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8735883Z test_consistency_SparseCSC_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8736107Z test_consistency_SparseCSC_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8736328Z test_consistency_SparseCSC_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8736562Z test_consistency_SparseCSC_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8736794Z test_consistency_SparseCSC_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8737022Z test_consistency_SparseCSC_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8737343Z test_consistency_SparseCSC_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8737581Z test_consistency_SparseCSC_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8737816Z test_consistency_SparseCSC_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8738047Z test_consistency_SparseCSC_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8738279Z test_consistency_SparseCSC_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8738513Z test_consistency_SparseCSC_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8738743Z test_consistency_SparseCSC_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8738967Z test_consistency_SparseCSC_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8739194Z test_consistency_SparseCSC_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8739419Z test_consistency_SparseCSC_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8739643Z test_consistency_SparseCSC_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8739849Z test_consistency_SparseCSC_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8740214Z test_consistency_SparseCSC_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8741303Z test_consistency_SparseCSC_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8741612Z test_consistency_SparseCSC_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8741849Z test_consistency_SparseCSC_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8742088Z test_consistency_SparseCSC_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8742323Z test_consistency_SparseCSC_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8742549Z test_consistency_SparseCSC_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8742773Z test_consistency_SparseCSC_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8742999Z test_consistency_SparseCSC_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8743231Z test_consistency_SparseCSC_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8743459Z test_consistency_SparseCSC_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8743684Z test_consistency_SparseCSC_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8743913Z test_consistency_SparseCSC_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8744149Z test_consistency_SparseCSC_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8744375Z test_consistency_SparseCSC_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8744615Z test_consistency_SparseCSC_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8744851Z test_consistency_SparseCSC_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8745083Z test_consistency_SparseCSC_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8745314Z test_consistency_SparseCSC_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8745539Z test_consistency_SparseCSC_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8745864Z test_consistency_SparseCSC_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8746091Z test_consistency_SparseCSC_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8746321Z test_consistency_SparseCSC_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8746704Z test_consistency_SparseCSC_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8746958Z test_consistency_SparseCSC_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8747304Z test_consistency_SparseCSC_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8747695Z test_consistency_SparseCSC_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8748035Z test_consistency_SparseCSC_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8748279Z test_consistency_SparseCSC_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8748514Z test_consistency_SparseCSC_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8748750Z test_consistency_SparseCSC_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8748981Z test_consistency_SparseCSC_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8749212Z test_consistency_SparseCSC_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8749536Z test_consistency_SparseCSC_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8749780Z test_consistency_SparseCSC_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8750008Z test_consistency_SparseCSC_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8750237Z test_consistency_SparseCSC_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8750465Z test_consistency_SparseCSC_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8750694Z test_consistency_SparseCSC_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8750932Z test_consistency_SparseCSC_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8751157Z test_consistency_SparseCSC_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8751378Z test_consistency_SparseCSC_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8751617Z test_consistency_SparseCSC_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8751850Z test_consistency_SparseCSC_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8752085Z test_consistency_SparseCSC_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8752317Z test_consistency_SparseCSC_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8752541Z test_consistency_SparseCSC_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8752771Z test_consistency_SparseCSC_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8753000Z test_consistency_SparseCSC_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8753367Z test_consistency_SparseCSC_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8753600Z test_consistency_SparseCSC_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8753828Z test_consistency_SparseCSC_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8754291Z test_consistency_SparseCSC_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8754644Z test_consistency_SparseCSC_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8754898Z test_consistency_SparseCSC_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8755149Z test_consistency_SparseCSC_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8755396Z test_consistency_SparseCSC_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8755641Z test_consistency_SparseCSC_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8755879Z test_consistency_SparseCSC_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8756121Z test_consistency_SparseCSC_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8756391Z test_consistency_SparseCSC_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8756621Z test_consistency_SparseCSC_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8756858Z test_consistency_SparseCSC_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8757072Z test_consistency_SparseCSC_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8757391Z test_consistency_SparseCSC_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8757647Z test_consistency_SparseCSC_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8757875Z test_consistency_SparseCSC_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8758101Z test_consistency_SparseCSC_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8758329Z test_consistency_SparseCSC_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8758559Z test_consistency_SparseCSC_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8758785Z test_consistency_SparseCSC_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8759011Z test_consistency_SparseCSC_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8759241Z test_consistency_SparseCSC_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8759475Z test_consistency_SparseCSR_abs_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8759817Z test_consistency_SparseCSR_abs_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8760086Z test_consistency_SparseCSR_abs_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8760318Z test_consistency_SparseCSR_abs_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8760543Z test_consistency_SparseCSR_abs_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8760887Z test_consistency_SparseCSR_abs_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8761227Z test_consistency_SparseCSR_abs_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8761466Z test_consistency_SparseCSR_abs_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8761691Z test_consistency_SparseCSR_abs_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8761919Z test_consistency_SparseCSR_abs_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8762244Z test_consistency_SparseCSR_abs_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8762452Z test_consistency_SparseCSR_abs_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8762677Z test_consistency_SparseCSR_abs_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8762908Z test_consistency_SparseCSR_angle_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8763151Z test_consistency_SparseCSR_angle_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8763398Z test_consistency_SparseCSR_angle_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8763629Z test_consistency_SparseCSR_angle_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8763864Z test_consistency_SparseCSR_angle_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8764093Z test_consistency_SparseCSR_angle_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8764321Z test_consistency_SparseCSR_angle_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8764553Z test_consistency_SparseCSR_angle_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8764781Z test_consistency_SparseCSR_angle_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8765012Z test_consistency_SparseCSR_angle_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8765307Z test_consistency_SparseCSR_angle_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8765559Z test_consistency_SparseCSR_asin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8765787Z test_consistency_SparseCSR_asin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8766027Z test_consistency_SparseCSR_asin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8766379Z test_consistency_SparseCSR_asin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8766645Z test_consistency_SparseCSR_asin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8766879Z test_consistency_SparseCSR_asin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8767103Z test_consistency_SparseCSR_asin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8767434Z test_consistency_SparseCSR_asin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8767754Z test_consistency_SparseCSR_asin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8767991Z test_consistency_SparseCSR_asin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8768219Z test_consistency_SparseCSR_asin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8768445Z test_consistency_SparseCSR_asin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8768670Z test_consistency_SparseCSR_asin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8768909Z test_consistency_SparseCSR_asinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8769137Z test_consistency_SparseCSR_asinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8769378Z test_consistency_SparseCSR_asinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8769615Z test_consistency_SparseCSR_asinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8769844Z test_consistency_SparseCSR_asinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8770171Z test_consistency_SparseCSR_asinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8770397Z test_consistency_SparseCSR_asinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8770621Z test_consistency_SparseCSR_asinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8770850Z test_consistency_SparseCSR_asinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8771080Z test_consistency_SparseCSR_asinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8771312Z test_consistency_SparseCSR_asinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8771541Z test_consistency_SparseCSR_asinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8771768Z test_consistency_SparseCSR_asinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8772006Z test_consistency_SparseCSR_atan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8772233Z test_consistency_SparseCSR_atan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8772469Z test_consistency_SparseCSR_atan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8772687Z test_consistency_SparseCSR_atan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8773053Z test_consistency_SparseCSR_atan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8773374Z test_consistency_SparseCSR_atan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8773615Z test_consistency_SparseCSR_atan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8773949Z test_consistency_SparseCSR_atan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8774206Z test_consistency_SparseCSR_atan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8774528Z test_consistency_SparseCSR_atan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8774758Z test_consistency_SparseCSR_atan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8774986Z test_consistency_SparseCSR_atan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8775212Z test_consistency_SparseCSR_atan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8775453Z test_consistency_SparseCSR_atanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8775681Z test_consistency_SparseCSR_atanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8775921Z test_consistency_SparseCSR_atanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8776162Z test_consistency_SparseCSR_atanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8776398Z test_consistency_SparseCSR_atanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8776628Z test_consistency_SparseCSR_atanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8776855Z test_consistency_SparseCSR_atanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8777080Z test_consistency_SparseCSR_atanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8777310Z test_consistency_SparseCSR_atanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8777541Z test_consistency_SparseCSR_atanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8777769Z test_consistency_SparseCSR_atanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8778074Z test_consistency_SparseCSR_atanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8778303Z test_consistency_SparseCSR_atanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8778540Z test_consistency_SparseCSR_ceil_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8778771Z test_consistency_SparseCSR_ceil_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8778996Z test_consistency_SparseCSR_ceil_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8779221Z test_consistency_SparseCSR_ceil_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8779448Z test_consistency_SparseCSR_ceil_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8779831Z test_consistency_SparseCSR_ceil_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8780070Z test_consistency_SparseCSR_ceil_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8780297Z test_consistency_SparseCSR_ceil_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8780642Z test_consistency_SparseCSR_ceil_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8780993Z test_consistency_SparseCSR_conj_physical_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8781250Z test_consistency_SparseCSR_conj_physical_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8781587Z test_consistency_SparseCSR_conj_physical_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8781859Z test_consistency_SparseCSR_conj_physical_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8782120Z test_consistency_SparseCSR_conj_physical_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8782368Z test_consistency_SparseCSR_conj_physical_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8782617Z test_consistency_SparseCSR_conj_physical_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8782867Z test_consistency_SparseCSR_conj_physical_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8783111Z test_consistency_SparseCSR_conj_physical_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8783350Z test_consistency_SparseCSR_conj_physical_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8783595Z test_consistency_SparseCSR_conj_physical_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8783823Z test_consistency_SparseCSR_conj_physical_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8784072Z test_consistency_SparseCSR_conj_physical_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8784313Z test_consistency_SparseCSR_deg2rad_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8784545Z test_consistency_SparseCSR_deg2rad_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8784783Z test_consistency_SparseCSR_deg2rad_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8785020Z test_consistency_SparseCSR_deg2rad_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8785257Z test_consistency_SparseCSR_deg2rad_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8785490Z test_consistency_SparseCSR_deg2rad_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8785718Z test_consistency_SparseCSR_deg2rad_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8786032Z test_consistency_SparseCSR_deg2rad_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8786414Z test_consistency_SparseCSR_deg2rad_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8786661Z test_consistency_SparseCSR_deg2rad_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8786893Z test_consistency_SparseCSR_erf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8787123Z test_consistency_SparseCSR_erf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8787467Z test_consistency_SparseCSR_erf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8787807Z test_consistency_SparseCSR_erf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8788043Z test_consistency_SparseCSR_erf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8788277Z test_consistency_SparseCSR_erf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8788505Z test_consistency_SparseCSR_erf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8788732Z test_consistency_SparseCSR_erf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8788961Z test_consistency_SparseCSR_erf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8789185Z test_consistency_SparseCSR_erf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8789480Z test_consistency_SparseCSR_erfinv_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8789737Z test_consistency_SparseCSR_erfinv_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8789968Z test_consistency_SparseCSR_erfinv_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8790212Z test_consistency_SparseCSR_erfinv_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8790447Z test_consistency_SparseCSR_erfinv_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8790675Z test_consistency_SparseCSR_erfinv_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8790899Z test_consistency_SparseCSR_erfinv_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8791128Z test_consistency_SparseCSR_erfinv_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8791365Z test_consistency_SparseCSR_erfinv_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8791603Z test_consistency_SparseCSR_expm1_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8791834Z test_consistency_SparseCSR_expm1_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8792072Z test_consistency_SparseCSR_expm1_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8792300Z test_consistency_SparseCSR_expm1_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8792534Z test_consistency_SparseCSR_expm1_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8792763Z test_consistency_SparseCSR_expm1_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8793153Z test_consistency_SparseCSR_expm1_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8793390Z test_consistency_SparseCSR_expm1_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8793621Z test_consistency_SparseCSR_expm1_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8793963Z test_consistency_SparseCSR_expm1_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8794433Z test_consistency_SparseCSR_floor_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8794673Z test_consistency_SparseCSR_floor_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8794880Z test_consistency_SparseCSR_floor_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8795105Z test_consistency_SparseCSR_floor_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8795341Z test_consistency_SparseCSR_floor_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8795571Z test_consistency_SparseCSR_floor_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8795798Z test_consistency_SparseCSR_floor_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8796032Z test_consistency_SparseCSR_floor_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8796259Z test_consistency_SparseCSR_floor_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8796495Z test_consistency_SparseCSR_frac_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8796729Z test_consistency_SparseCSR_frac_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8796954Z test_consistency_SparseCSR_frac_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8797258Z test_consistency_SparseCSR_frac_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8797513Z test_consistency_SparseCSR_isinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8797743Z test_consistency_SparseCSR_isinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8797989Z test_consistency_SparseCSR_isinf_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8798229Z test_consistency_SparseCSR_isinf_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8798466Z test_consistency_SparseCSR_isinf_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8798699Z test_consistency_SparseCSR_isinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8798932Z test_consistency_SparseCSR_isinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8799161Z test_consistency_SparseCSR_isinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8799389Z test_consistency_SparseCSR_isinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8799771Z test_consistency_SparseCSR_isinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8799994Z test_consistency_SparseCSR_isinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8800220Z test_consistency_SparseCSR_isinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8800562Z test_consistency_SparseCSR_isinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8800839Z test_consistency_SparseCSR_isnan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8801142Z test_consistency_SparseCSR_isnan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8801389Z test_consistency_SparseCSR_isnan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8801628Z test_consistency_SparseCSR_isnan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8801862Z test_consistency_SparseCSR_isnan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8802184Z test_consistency_SparseCSR_isnan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8802406Z test_consistency_SparseCSR_isnan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8802633Z test_consistency_SparseCSR_isnan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8802860Z test_consistency_SparseCSR_isnan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8803086Z test_consistency_SparseCSR_isnan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8803317Z test_consistency_SparseCSR_isnan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8803549Z test_consistency_SparseCSR_isnan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8803792Z test_consistency_SparseCSR_isneginf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8804033Z test_consistency_SparseCSR_isneginf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8804270Z test_consistency_SparseCSR_isneginf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8804509Z test_consistency_SparseCSR_isneginf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8804750Z test_consistency_SparseCSR_isneginf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8804984Z test_consistency_SparseCSR_isneginf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8805272Z test_consistency_SparseCSR_isneginf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8805520Z test_consistency_SparseCSR_isneginf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8805750Z test_consistency_SparseCSR_isneginf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8805983Z test_consistency_SparseCSR_isneginf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8806363Z test_consistency_SparseCSR_isposinf_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8806605Z test_consistency_SparseCSR_isposinf_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8806842Z test_consistency_SparseCSR_isposinf_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8807088Z test_consistency_SparseCSR_isposinf_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8807436Z test_consistency_SparseCSR_isposinf_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8807764Z test_consistency_SparseCSR_isposinf_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8808007Z test_consistency_SparseCSR_isposinf_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8808243Z test_consistency_SparseCSR_isposinf_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8808479Z test_consistency_SparseCSR_isposinf_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8808712Z test_consistency_SparseCSR_isposinf_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8808942Z test_consistency_SparseCSR_log1p_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8809178Z test_consistency_SparseCSR_log1p_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8809412Z test_consistency_SparseCSR_log1p_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8809641Z test_consistency_SparseCSR_log1p_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8809866Z test_consistency_SparseCSR_log1p_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8810195Z test_consistency_SparseCSR_log1p_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8810425Z test_consistency_SparseCSR_log1p_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8810653Z test_consistency_SparseCSR_log1p_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8810863Z test_consistency_SparseCSR_log1p_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8811096Z test_consistency_SparseCSR_log1p_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8811819Z test_consistency_SparseCSR_masked_amax_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\masked\_ops.py:767: 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:31:48.8811943Z new_values.scatter_reduce_( 2022-11-23T02:31:48.8812031Z ok (0.051s) 2022-11-23T02:31:48.8812280Z test_consistency_SparseCSR_masked_amax_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8812527Z test_consistency_SparseCSR_masked_amax_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.8812775Z test_consistency_SparseCSR_masked_amax_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8813345Z test_consistency_SparseCSR_masked_amax_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8813703Z test_consistency_SparseCSR_masked_amax_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:31:48.8814263Z test_consistency_SparseCSR_masked_amax_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8814609Z test_consistency_SparseCSR_masked_amax_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8814942Z test_consistency_SparseCSR_masked_amax_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amax does not support input with torch.sparse_csr layout (0.010s) 2022-11-23T02:31:48.8815192Z test_consistency_SparseCSR_masked_amin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8815436Z test_consistency_SparseCSR_masked_amin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8815680Z test_consistency_SparseCSR_masked_amin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8815921Z test_consistency_SparseCSR_masked_amin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8816259Z test_consistency_SparseCSR_masked_amin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8816593Z test_consistency_SparseCSR_masked_amin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.011s) 2022-11-23T02:31:48.8816926Z test_consistency_SparseCSR_masked_amin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T02:31:48.8817263Z test_consistency_SparseCSR_masked_amin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T02:31:48.8817591Z test_consistency_SparseCSR_masked_amin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.amin does not support input with torch.sparse_csr layout (0.004s) 2022-11-23T02:31:48.8817929Z test_consistency_SparseCSR_masked_mean_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.8818264Z test_consistency_SparseCSR_masked_mean_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T02:31:48.8818611Z test_consistency_SparseCSR_masked_mean_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T02:31:48.8818962Z test_consistency_SparseCSR_masked_mean_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T02:31:48.8819209Z test_consistency_SparseCSR_masked_mean_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8819575Z test_consistency_SparseCSR_masked_mean_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.054s) 2022-11-23T02:31:48.8819856Z test_consistency_SparseCSR_masked_mean_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8820188Z test_consistency_SparseCSR_masked_mean_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8820654Z test_consistency_SparseCSR_masked_mean_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.000s) 2022-11-23T02:31:48.8821178Z test_consistency_SparseCSR_masked_mean_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.014s) 2022-11-23T02:31:48.8821537Z test_consistency_SparseCSR_masked_mean_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T02:31:48.8821874Z test_consistency_SparseCSR_masked_mean_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: masked.mean does not support input with torch.sparse_csr layout (0.005s) 2022-11-23T02:31:48.8822125Z test_consistency_SparseCSR_masked_prod_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.8822368Z test_consistency_SparseCSR_masked_prod_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8822620Z test_consistency_SparseCSR_masked_prod_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8822856Z test_consistency_SparseCSR_masked_prod_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8823101Z test_consistency_SparseCSR_masked_prod_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8823336Z test_consistency_SparseCSR_masked_prod_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8823580Z test_consistency_SparseCSR_masked_prod_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8823820Z test_consistency_SparseCSR_masked_prod_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8824063Z test_consistency_SparseCSR_masked_prod_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8824297Z test_consistency_SparseCSR_masked_prod_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8824536Z test_consistency_SparseCSR_masked_prod_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8824782Z test_consistency_SparseCSR_masked_prod_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8825022Z test_consistency_SparseCSR_masked_sum_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8825261Z test_consistency_SparseCSR_masked_sum_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8826324Z test_consistency_SparseCSR_masked_sum_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8826590Z test_consistency_SparseCSR_masked_sum_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8826833Z test_consistency_SparseCSR_masked_sum_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8827077Z test_consistency_SparseCSR_masked_sum_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8827436Z test_consistency_SparseCSR_masked_sum_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8827776Z test_consistency_SparseCSR_masked_sum_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8828017Z test_consistency_SparseCSR_masked_sum_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8828257Z test_consistency_SparseCSR_masked_sum_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8828495Z test_consistency_SparseCSR_masked_sum_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8828734Z test_consistency_SparseCSR_masked_sum_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8828964Z test_consistency_SparseCSR_neg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8829204Z test_consistency_SparseCSR_neg_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8829517Z test_consistency_SparseCSR_neg_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8829764Z test_consistency_SparseCSR_neg_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8829993Z test_consistency_SparseCSR_neg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8830227Z test_consistency_SparseCSR_neg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8830459Z test_consistency_SparseCSR_neg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8830687Z test_consistency_SparseCSR_neg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8830919Z test_consistency_SparseCSR_neg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8831147Z test_consistency_SparseCSR_neg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8831378Z test_consistency_SparseCSR_neg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8831602Z test_consistency_SparseCSR_neg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8831860Z test_consistency_SparseCSR_nn_functional_relu_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8832121Z test_consistency_SparseCSR_nn_functional_relu_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8832377Z test_consistency_SparseCSR_nn_functional_relu_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8832632Z test_consistency_SparseCSR_nn_functional_relu_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8833019Z test_consistency_SparseCSR_nn_functional_relu_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8833280Z test_consistency_SparseCSR_nn_functional_relu_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8833539Z test_consistency_SparseCSR_nn_functional_relu_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8833882Z test_consistency_SparseCSR_nn_functional_relu_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8834843Z test_consistency_SparseCSR_nn_functional_relu_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8835087Z test_consistency_SparseCSR_positive_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8835333Z test_consistency_SparseCSR_positive_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8835580Z test_consistency_SparseCSR_positive_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8835804Z test_consistency_SparseCSR_positive_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8836053Z test_consistency_SparseCSR_positive_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8836294Z test_consistency_SparseCSR_positive_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8836535Z test_consistency_SparseCSR_positive_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8836778Z test_consistency_SparseCSR_positive_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8837014Z test_consistency_SparseCSR_positive_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8837243Z test_consistency_SparseCSR_positive_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8837475Z test_consistency_SparseCSR_positive_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8837704Z test_consistency_SparseCSR_positive_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8838036Z test_consistency_SparseCSR_rad2deg_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8838288Z test_consistency_SparseCSR_rad2deg_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8838525Z test_consistency_SparseCSR_rad2deg_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8838761Z test_consistency_SparseCSR_rad2deg_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8838988Z test_consistency_SparseCSR_rad2deg_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8839220Z test_consistency_SparseCSR_rad2deg_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8839587Z test_consistency_SparseCSR_rad2deg_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8839841Z test_consistency_SparseCSR_rad2deg_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8840078Z test_consistency_SparseCSR_rad2deg_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8840310Z test_consistency_SparseCSR_rad2deg_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8840670Z test_consistency_SparseCSR_randn_like_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8841022Z test_consistency_SparseCSR_randn_like_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8841275Z test_consistency_SparseCSR_randn_like_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8841502Z test_consistency_SparseCSR_randn_like_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8841744Z test_consistency_SparseCSR_randn_like_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8841991Z test_consistency_SparseCSR_randn_like_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8842224Z test_consistency_SparseCSR_randn_like_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8842467Z test_consistency_SparseCSR_round_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8843277Z test_consistency_SparseCSR_round_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8843505Z test_consistency_SparseCSR_round_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8843729Z test_consistency_SparseCSR_round_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8843961Z test_consistency_SparseCSR_round_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8844192Z test_consistency_SparseCSR_round_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8844428Z test_consistency_SparseCSR_round_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8844661Z test_consistency_SparseCSR_round_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8844886Z test_consistency_SparseCSR_round_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8845123Z test_consistency_SparseCSR_sgn_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8845350Z test_consistency_SparseCSR_sgn_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8845589Z test_consistency_SparseCSR_sgn_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8845819Z test_consistency_SparseCSR_sgn_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8846054Z test_consistency_SparseCSR_sgn_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8846526Z test_consistency_SparseCSR_sgn_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8846778Z test_consistency_SparseCSR_sgn_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8847140Z test_consistency_SparseCSR_sgn_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8847372Z test_consistency_SparseCSR_sgn_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8847600Z test_consistency_SparseCSR_sgn_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8847825Z test_consistency_SparseCSR_sgn_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8848196Z test_consistency_SparseCSR_sgn_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8848428Z test_consistency_SparseCSR_sgn_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8848666Z test_consistency_SparseCSR_sign_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8848894Z test_consistency_SparseCSR_sign_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8849125Z test_consistency_SparseCSR_sign_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8849353Z test_consistency_SparseCSR_sign_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8849574Z test_consistency_SparseCSR_sign_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8849803Z test_consistency_SparseCSR_sign_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8850031Z test_consistency_SparseCSR_sign_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8850257Z test_consistency_SparseCSR_sign_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8850485Z test_consistency_SparseCSR_sign_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8850709Z test_consistency_SparseCSR_sign_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8850950Z test_consistency_SparseCSR_signbit_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8851755Z test_consistency_SparseCSR_signbit_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8851993Z test_consistency_SparseCSR_signbit_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8852230Z test_consistency_SparseCSR_signbit_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8852460Z test_consistency_SparseCSR_signbit_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8852696Z test_consistency_SparseCSR_signbit_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8852909Z test_consistency_SparseCSR_signbit_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8853148Z test_consistency_SparseCSR_signbit_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8853540Z test_consistency_SparseCSR_signbit_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8853782Z test_consistency_SparseCSR_signbit_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8854010Z test_consistency_SparseCSR_sin_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8854347Z test_consistency_SparseCSR_sin_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8854680Z test_consistency_SparseCSR_sin_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8854917Z test_consistency_SparseCSR_sin_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8855243Z test_consistency_SparseCSR_sin_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8855490Z test_consistency_SparseCSR_sin_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8855722Z test_consistency_SparseCSR_sin_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8855955Z test_consistency_SparseCSR_sin_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8856182Z test_consistency_SparseCSR_sin_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8856445Z test_consistency_SparseCSR_sin_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8856670Z test_consistency_SparseCSR_sin_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8856898Z test_consistency_SparseCSR_sin_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8857124Z test_consistency_SparseCSR_sin_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8857358Z test_consistency_SparseCSR_sinh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8857583Z test_consistency_SparseCSR_sinh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8857825Z test_consistency_SparseCSR_sinh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8858061Z test_consistency_SparseCSR_sinh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8858279Z test_consistency_SparseCSR_sinh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8858514Z test_consistency_SparseCSR_sinh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8858739Z test_consistency_SparseCSR_sinh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8858963Z test_consistency_SparseCSR_sinh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8859192Z test_consistency_SparseCSR_sinh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8859419Z test_consistency_SparseCSR_sinh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8860425Z test_consistency_SparseCSR_sinh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8860653Z test_consistency_SparseCSR_sinh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8861008Z test_consistency_SparseCSR_sinh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8861429Z test_consistency_SparseCSR_sqrt_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8861674Z test_consistency_SparseCSR_sqrt_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8861992Z test_consistency_SparseCSR_sqrt_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8862266Z test_consistency_SparseCSR_sqrt_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8862501Z test_consistency_SparseCSR_sqrt_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8862737Z test_consistency_SparseCSR_sqrt_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8862970Z test_consistency_SparseCSR_sqrt_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8863196Z test_consistency_SparseCSR_sqrt_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8863426Z test_consistency_SparseCSR_sqrt_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8863658Z test_consistency_SparseCSR_sqrt_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8863992Z test_consistency_SparseCSR_sqrt_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8864243Z test_consistency_SparseCSR_sqrt_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8864450Z test_consistency_SparseCSR_sqrt_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8864686Z test_consistency_SparseCSR_tan_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8864913Z test_consistency_SparseCSR_tan_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8865150Z test_consistency_SparseCSR_tan_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8865388Z test_consistency_SparseCSR_tan_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8865618Z test_consistency_SparseCSR_tan_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8865851Z test_consistency_SparseCSR_tan_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8866087Z test_consistency_SparseCSR_tan_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8866316Z test_consistency_SparseCSR_tan_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8866677Z test_consistency_SparseCSR_tan_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8866935Z test_consistency_SparseCSR_tan_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8867163Z test_consistency_SparseCSR_tan_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8867393Z test_consistency_SparseCSR_tan_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8867725Z test_consistency_SparseCSR_tan_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8868060Z test_consistency_SparseCSR_tanh_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8868295Z test_consistency_SparseCSR_tanh_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8868534Z test_consistency_SparseCSR_tanh_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8869341Z test_consistency_SparseCSR_tanh_cuda_complex32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8869571Z test_consistency_SparseCSR_tanh_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8869806Z test_consistency_SparseCSR_tanh_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8870033Z test_consistency_SparseCSR_tanh_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.8870236Z test_consistency_SparseCSR_tanh_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8870470Z test_consistency_SparseCSR_tanh_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8870701Z test_consistency_SparseCSR_tanh_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8870929Z test_consistency_SparseCSR_tanh_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8871157Z test_consistency_SparseCSR_tanh_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8871383Z test_consistency_SparseCSR_tanh_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8871629Z test_consistency_SparseCSR_to_sparse_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8871868Z test_consistency_SparseCSR_to_sparse_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8872116Z test_consistency_SparseCSR_to_sparse_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8872873Z test_consistency_SparseCSR_to_sparse_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8873171Z test_consistency_SparseCSR_to_sparse_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8873576Z test_consistency_SparseCSR_to_sparse_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8873825Z test_consistency_SparseCSR_to_sparse_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8874063Z test_consistency_SparseCSR_to_sparse_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8874409Z test_consistency_SparseCSR_to_sparse_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8874745Z test_consistency_SparseCSR_to_sparse_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8874988Z test_consistency_SparseCSR_to_sparse_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8875222Z test_consistency_SparseCSR_to_sparse_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8875463Z test_consistency_SparseCSR_trunc_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8875701Z test_consistency_SparseCSR_trunc_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8875929Z test_consistency_SparseCSR_trunc_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8876151Z test_consistency_SparseCSR_trunc_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8876360Z test_consistency_SparseCSR_trunc_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8876590Z test_consistency_SparseCSR_trunc_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8876821Z test_consistency_SparseCSR_trunc_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8877051Z test_consistency_SparseCSR_trunc_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8877284Z test_consistency_SparseCSR_trunc_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8878077Z test_copy_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8878288Z test_copy_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8878507Z test_copy_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8878727Z test_copy_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8878941Z test_copy_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8879154Z test_copy_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8879368Z test_copy_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8879578Z test_copy_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8879785Z test_copy_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8880147Z test_copy_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8880360Z test_copy_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8880562Z test_copy_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8880779Z test_copy_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8881102Z test_copy_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8881401Z test_copy_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8881717Z test_copy_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8881944Z test_copy_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8882151Z test_copy_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8882364Z test_copy_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8882570Z test_copy_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8882781Z test_copy_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8882985Z test_copy_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8883194Z test_copy_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8883406Z test_copy_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8883619Z test_copy_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8883827Z test_copy_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.8884046Z test_copy_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8884264Z test_copy_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8884477Z test_copy_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8884688Z test_copy_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8884901Z test_copy_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8885108Z test_copy_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8885316Z test_copy_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8885499Z test_copy_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.8885705Z test_copy_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8885906Z test_copy_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8886827Z test_copy_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.8887042Z test_copy_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8887260Z test_copy_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8887585Z test_copy_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8887908Z test_copy_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.8888135Z test_copy_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.8888346Z test_copy_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8888549Z test_copy_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8888755Z test_copy_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8888953Z test_copy_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8889156Z test_copy_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8889355Z test_copy_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8889583Z test_copy_errors_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8889803Z test_copy_errors_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8890128Z test_copy_errors_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8890358Z test_copy_errors_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8890584Z test_copy_errors_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8890811Z test_copy_errors_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8891037Z test_copy_errors_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8891255Z test_copy_errors_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8891475Z test_copy_errors_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8891688Z test_copy_errors_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8891908Z test_copy_errors_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8892130Z test_copy_errors_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8892356Z test_copy_errors_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8892576Z test_copy_errors_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8892805Z test_copy_errors_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8893033Z test_copy_errors_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.8893410Z test_copy_errors_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8893640Z test_copy_errors_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8893861Z test_copy_errors_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8894180Z test_copy_errors_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8894476Z test_copy_errors_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8895285Z test_copy_errors_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8895501Z test_copy_errors_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8895696Z test_copy_errors_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8895923Z test_copy_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8896139Z test_copy_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8896371Z test_copy_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8896603Z test_copy_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8896827Z test_copy_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8897046Z test_copy_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8897265Z test_copy_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8897481Z test_copy_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8897696Z test_copy_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8897905Z test_copy_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8898120Z test_copy_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8898419Z test_copy_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8898661Z test_copy_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8898876Z test_copy_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8899112Z test_copy_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8899339Z test_copy_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8899560Z test_copy_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8899942Z test_copy_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8900187Z test_copy_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8900389Z test_copy_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8900607Z test_copy_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8900933Z test_copy_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8901266Z test_copy_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8901492Z test_copy_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8901723Z test_dim_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:31:48.8901956Z test_dim_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:31:48.8902186Z test_dim_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:31:48.8902413Z test_dim_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:31:48.8902631Z test_empty_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8902842Z test_empty_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8903060Z test_empty_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8903837Z test_empty_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8904052Z test_empty_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8904265Z test_empty_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8904476Z test_empty_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8904688Z test_empty_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.8904900Z test_empty_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8905110Z test_empty_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8905317Z test_empty_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8905509Z test_empty_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8905721Z test_empty_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8905932Z test_empty_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8906151Z test_empty_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8906367Z test_empty_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8906581Z test_empty_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8906885Z test_empty_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8907263Z test_empty_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8907473Z test_empty_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8907685Z test_empty_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8907992Z test_empty_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8908293Z test_empty_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.8908513Z test_empty_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8908747Z test_empty_errors_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8908973Z test_empty_errors_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8909208Z test_empty_errors_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8909439Z test_empty_errors_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8909666Z test_empty_errors_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8909895Z test_empty_errors_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8910100Z test_empty_errors_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8910320Z test_empty_errors_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8910539Z test_empty_errors_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8910751Z test_empty_errors_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8910973Z test_empty_errors_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8911197Z test_empty_errors_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8911424Z test_empty_errors_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8912208Z test_empty_errors_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8912441Z test_empty_errors_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.002s) 2022-11-23T02:31:48.8912672Z test_empty_errors_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.001s) 2022-11-23T02:31:48.8912896Z test_empty_errors_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.001s) 2022-11-23T02:31:48.8913121Z test_empty_errors_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8913349Z test_empty_errors_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8913716Z test_empty_errors_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8913947Z test_empty_errors_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8914170Z test_empty_errors_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8914389Z test_empty_errors_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8914718Z test_empty_errors_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8915063Z test_empty_like_SparseBSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8915305Z test_empty_like_SparseBSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8915646Z test_empty_like_SparseBSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8915891Z test_empty_like_SparseBSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8916130Z test_empty_like_SparseBSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8916373Z test_empty_like_SparseBSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8916611Z test_empty_like_SparseBSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8916847Z test_empty_like_SparseBSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8917076Z test_empty_like_SparseBSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8917346Z test_empty_like_SparseBSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8917585Z test_empty_like_SparseBSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8917812Z test_empty_like_SparseBSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8918056Z test_empty_like_SparseBSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8918289Z test_empty_like_SparseBSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8918534Z test_empty_like_SparseBSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8918775Z test_empty_like_SparseBSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8919011Z test_empty_like_SparseBSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8919255Z test_empty_like_SparseBSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8919492Z test_empty_like_SparseBSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8919728Z test_empty_like_SparseBSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8920660Z test_empty_like_SparseBSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8920897Z test_empty_like_SparseBSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8921237Z test_empty_like_SparseBSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8921572Z test_empty_like_SparseBSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8921820Z test_empty_like_SparseBSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8922058Z test_empty_like_SparseBSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8922301Z test_empty_like_SparseBSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8922543Z test_empty_like_SparseBSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8922784Z test_empty_like_SparseBSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8923023Z test_empty_like_SparseBSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8923258Z test_empty_like_SparseBSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8923489Z test_empty_like_SparseBSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8923714Z test_empty_like_SparseBSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8924029Z test_empty_like_SparseBSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8924279Z test_empty_like_SparseBSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.8924506Z test_empty_like_SparseBSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8924754Z test_empty_like_SparseBSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8924984Z test_empty_like_SparseBSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8925227Z test_empty_like_SparseBSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8925471Z test_empty_like_SparseBSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8925710Z test_empty_like_SparseBSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8925946Z test_empty_like_SparseBSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8926184Z test_empty_like_SparseBSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8926416Z test_empty_like_SparseBSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8926644Z test_empty_like_SparseBSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8927020Z test_empty_like_SparseBSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8927246Z test_empty_like_SparseBSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8927480Z test_empty_like_SparseBSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8927724Z test_empty_like_SparseBSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8928054Z test_empty_like_SparseBSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8928404Z test_empty_like_SparseBSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8929230Z test_empty_like_SparseBSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8929470Z test_empty_like_SparseBSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8929707Z test_empty_like_SparseBSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8929946Z test_empty_like_SparseBSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8930179Z test_empty_like_SparseBSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8930419Z test_empty_like_SparseBSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8930651Z test_empty_like_SparseBSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8930884Z test_empty_like_SparseBSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8931116Z test_empty_like_SparseBSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8931357Z test_empty_like_SparseBSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8931588Z test_empty_like_SparseBSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8931834Z test_empty_like_SparseBSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8932077Z test_empty_like_SparseBSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8932398Z test_empty_like_SparseBSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8932652Z test_empty_like_SparseBSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8932884Z test_empty_like_SparseBSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8933119Z test_empty_like_SparseBSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8933328Z test_empty_like_SparseBSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8933711Z test_empty_like_SparseBSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8933952Z test_empty_like_SparseBSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8934192Z test_empty_like_SparseBSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8934551Z test_empty_like_SparseBSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8934916Z test_empty_like_SparseBSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8935168Z test_empty_like_SparseBSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8935416Z test_empty_like_SparseBSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8935654Z test_empty_like_SparseBSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8935897Z test_empty_like_SparseBSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8936132Z test_empty_like_SparseBSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8936367Z test_empty_like_SparseBSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8936595Z test_empty_like_SparseBSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8936828Z test_empty_like_SparseBSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8937153Z test_empty_like_SparseBSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8937382Z test_empty_like_SparseBSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8937620Z test_empty_like_SparseBSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8937853Z test_empty_like_SparseBSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8938099Z test_empty_like_SparseBSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8938348Z test_empty_like_SparseBSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8938587Z test_empty_like_SparseBSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8938822Z test_empty_like_SparseBSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8939042Z test_empty_like_SparseBSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8939272Z test_empty_like_SparseBSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.8939498Z test_empty_like_SparseBSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8939720Z test_empty_like_SparseBSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8939950Z test_empty_like_SparseBSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8940398Z test_empty_like_SparseBSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.018s) 2022-11-23T02:31:48.8940666Z test_empty_like_SparseCSC_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8940897Z test_empty_like_SparseCSC_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8941270Z test_empty_like_SparseCSC_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8941619Z test_empty_like_SparseCSC_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8941861Z test_empty_like_SparseCSC_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8942092Z test_empty_like_SparseCSC_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8942330Z test_empty_like_SparseCSC_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8942564Z test_empty_like_SparseCSC_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8942794Z test_empty_like_SparseCSC_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8943018Z test_empty_like_SparseCSC_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8943255Z test_empty_like_SparseCSC_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8943490Z test_empty_like_SparseCSC_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8943729Z test_empty_like_SparseCSC_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8943960Z test_empty_like_SparseCSC_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8944208Z test_empty_like_SparseCSC_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8944452Z test_empty_like_SparseCSC_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8944672Z test_empty_like_SparseCSC_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8944999Z test_empty_like_SparseCSC_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8945235Z test_empty_like_SparseCSC_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8945464Z test_empty_like_SparseCSC_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8945696Z test_empty_like_SparseCSC_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8945922Z test_empty_like_SparseCSC_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8946156Z test_empty_like_SparseCSC_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8946386Z test_empty_like_SparseCSC_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8946622Z test_empty_like_SparseCSC_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8947014Z test_empty_like_SparseCSC_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8947267Z test_empty_like_SparseCSC_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8947509Z test_empty_like_SparseCSC_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8947851Z test_empty_like_SparseCSC_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8948209Z test_empty_like_SparseCSC_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8948520Z test_empty_like_SparseCSC_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8948768Z test_empty_like_SparseCSC_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8948995Z test_empty_like_SparseCSC_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8949222Z test_empty_like_SparseCSC_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8949450Z test_empty_like_SparseCSC_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8949686Z test_empty_like_SparseCSC_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8949925Z test_empty_like_SparseCSC_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8950135Z test_empty_like_SparseCSC_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8950381Z test_empty_like_SparseCSC_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8950625Z test_empty_like_SparseCSC_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8950862Z test_empty_like_SparseCSC_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8951103Z test_empty_like_SparseCSC_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8951337Z test_empty_like_SparseCSC_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8951567Z test_empty_like_SparseCSC_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8951794Z test_empty_like_SparseCSC_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8952029Z test_empty_like_SparseCSC_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8952261Z test_empty_like_SparseCSC_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8952489Z test_empty_like_SparseCSC_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8952807Z test_empty_like_SparseCSR_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8953039Z test_empty_like_SparseCSR_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8953285Z test_empty_like_SparseCSR_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8953685Z test_empty_like_SparseCSR_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8953928Z test_empty_like_SparseCSR_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8954168Z test_empty_like_SparseCSR_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.013s) 2022-11-23T02:31:48.8954507Z test_empty_like_SparseCSR_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8954862Z test_empty_like_SparseCSR_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8955107Z test_empty_like_SparseCSR_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8955335Z test_empty_like_SparseCSR_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8955566Z test_empty_like_SparseCSR_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8955782Z test_empty_like_SparseCSR_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8956020Z test_empty_like_SparseCSR_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8956360Z test_empty_like_SparseCSR_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8956629Z test_empty_like_SparseCSR_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8956872Z test_empty_like_SparseCSR_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8957112Z test_empty_like_SparseCSR_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8957348Z test_empty_like_SparseCSR_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8957581Z test_empty_like_SparseCSR_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8957814Z test_empty_like_SparseCSR_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8958044Z test_empty_like_SparseCSR_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8958277Z test_empty_like_SparseCSR_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8958507Z test_empty_like_SparseCSR_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8958741Z test_empty_like_SparseCSR_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8958978Z test_empty_like_SparseCSR_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8959212Z test_empty_like_SparseCSR_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.014s) 2022-11-23T02:31:48.8959455Z test_empty_like_SparseCSR_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8959698Z test_empty_like_SparseCSR_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8959938Z test_empty_like_SparseCSR_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8960329Z test_empty_like_SparseCSR_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8960572Z test_empty_like_SparseCSR_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.8960889Z test_empty_like_SparseCSR_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8961251Z test_empty_like_SparseCSR_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8961571Z test_empty_like_SparseCSR_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8961806Z test_empty_like_SparseCSR_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.8962030Z test_empty_like_SparseCSR_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.8962276Z test_empty_like_SparseCSR_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8962503Z test_empty_like_SparseCSR_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8962745Z test_empty_like_SparseCSR_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8962990Z test_empty_like_SparseCSR_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8963224Z test_empty_like_SparseCSR_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8963455Z test_empty_like_SparseCSR_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8963690Z test_empty_like_SparseCSR_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8963918Z test_empty_like_SparseCSR_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.8964216Z test_empty_like_SparseCSR_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8964457Z test_empty_like_SparseCSR_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.8964691Z test_empty_like_SparseCSR_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.8964929Z test_empty_like_SparseCSR_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.8965201Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8965483Z test_invalid_input_SparseBSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8965776Z test_invalid_input_SparseBSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.8966048Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8966328Z test_invalid_input_SparseBSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8966613Z test_invalid_input_SparseBSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.8967038Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8967325Z test_invalid_input_SparseCSC_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8967617Z test_invalid_input_SparseCSC_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8967986Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8968365Z test_invalid_input_SparseCSR_target_sparse_compressed_tensor_no_size_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.8968663Z test_invalid_input_SparseCSR_target_validate_sparse_compressed_tensor_args_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.8968989Z test_layout_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:31:48.8969218Z test_layout_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:31:48.8969456Z test_layout_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:31:48.8969685Z test_layout_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:31:48.8969892Z test_print_SparseBSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.710s) 2022-11-23T02:31:48.8970099Z test_print_SparseBSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.710s) 2022-11-23T02:31:48.8970302Z test_print_SparseCSC_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.197s) 2022-11-23T02:31:48.8970501Z test_print_SparseCSR_cuda (__main__.TestSparseCompressedCUDA) ... ok (0.190s) 2022-11-23T02:31:48.8970783Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8971059Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.8971341Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8971617Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-11-23T02:31:48.8971953Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8972240Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-11-23T02:31:48.8972504Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8972777Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8973044Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8973306Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.8973719Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8973995Z test_sparse_compressed_constructor_____from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8974268Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8974640Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8974908Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8975286Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.8975564Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8975840Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.8976103Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8976366Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8976718Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8976976Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8977243Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8977508Z test_sparse_compressed_constructor_____from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8977785Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.8978051Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.8978329Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8978606Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8978871Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.8979139Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8979401Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.8979728Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8980007Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8980271Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8980687Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8980959Z test_sparse_compressed_constructor_____from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8981230Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8981602Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8981982Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8982258Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8982528Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8982798Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8983062Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.8983323Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8983572Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8983829Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.8984090Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8984443Z test_sparse_compressed_constructor_____from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8984722Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8984995Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8985276Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.8985554Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8985827Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8986102Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.8986375Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8986640Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8986907Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8987381Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8987679Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8987953Z test_sparse_compressed_constructor_____from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8988360Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8988740Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.8989024Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8989308Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.8989580Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.8989856Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.8990130Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.8990394Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8990659Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8990919Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.8991192Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.8991465Z test_sparse_compressed_constructor_____from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8991741Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.8992077Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.8992355Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8992634Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8992911Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.8993185Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8993457Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.8993725Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8994142Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8994408Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8994677Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8995243Z test_sparse_compressed_constructor_____from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8995553Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8995822Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8996102Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.8996380Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.8996652Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.8996928Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.8997200Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.8997463Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8997733Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8997993Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8998261Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.8998532Z test_sparse_compressed_constructor_____from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.8998820Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.8999099Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.8999389Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.8999763Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9000045Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.9000317Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9000740Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9001027Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9001287Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9001688Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9002076Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9002353Z test_sparse_compressed_constructor___factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9002637Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.9003499Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9003845Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9004134Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9004414Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.9004688Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9004956Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9005239Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9005516Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9005795Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9006076Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9006349Z test_sparse_compressed_constructor___factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9006632Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.9006909Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9007348Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9007641Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9008138Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9008550Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9008826Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9009103Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9009386Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.9009662Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9009941Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9010215Z test_sparse_compressed_constructor___factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9010498Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9010774Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9011138Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9011439Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9011696Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9011969Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9012239Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9012518Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9012797Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9013072Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9013354Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9013634Z test_sparse_compressed_constructor___factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9014061Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.9014348Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9014757Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.9015159Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9015451Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.053s) 2022-11-23T02:31:48.9015821Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9016096Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9016378Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9016650Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9016924Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9017202Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9017486Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9017777Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9018051Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9018341Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9018698Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9018996Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9019272Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9019551Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9019827Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9020099Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9020508Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9020797Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9021079Z test_sparse_compressed_constructor___factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9021490Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9021863Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.9022154Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9022438Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9022721Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.9022996Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9023364Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9023642Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.019s) 2022-11-23T02:31:48.9023913Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9024184Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.9024465Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.9024746Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9025030Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9025308Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9025596Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9025881Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9026227Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9026521Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9026795Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9027196Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.9027471Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9027738Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9028239Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9028535Z test_sparse_compressed_constructor___factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.9028876Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9029215Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9029556Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9029894Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9030228Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9030549Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9030983Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.008s) 2022-11-23T02:31:48.9031314Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9031635Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9031971Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9032300Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9032630Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9032970Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9033303Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.013s) 2022-11-23T02:31:48.9033861Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9034223Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9034797Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9035131Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9035464Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9035796Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9036115Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9036444Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9036777Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9037085Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9037423Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.010s) 2022-11-23T02:31:48.9037752Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9038089Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T02:31:48.9038519Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9038850Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.010s) 2022-11-23T02:31:48.9039172Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9039507Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9039832Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.014s) 2022-11-23T02:31:48.9040289Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9040630Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9041069Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9041589Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9041951Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9042284Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9042621Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9042957Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9043289Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9043611Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9043946Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9044274Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.010s) 2022-11-23T02:31:48.9044593Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9044924Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9045250Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9045660Z test_sparse_compressed_constructor_shape_and_device_inference___from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9045978Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9046290Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9046755Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9047084Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9047397Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9047812Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9048256Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9048576Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9048963Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9049289Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9049602Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9049907Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9050222Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9050532Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9050851Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.9051171Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9051487Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T02:31:48.9051790Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9052100Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9052410Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9052713Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9053018Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9053578Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9053887Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9054302Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9054717Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9055037Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9055360Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9055671Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9055974Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9056395Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9056725Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9057004Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.9057315Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9057619Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9057922Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9058237Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9058544Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9058860Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9059176Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9059483Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9059787Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9060254Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9060565Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9061080Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.023s) 2022-11-23T02:31:48.9061500Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9061811Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9062120Z test_sparse_compressed_constructor_shape_and_device_inference___from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9062469Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9062816Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9063168Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9063514Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9063936Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9064297Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.003s) 2022-11-23T02:31:48.9064637Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9064983Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9065319Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.011s) 2022-11-23T02:31:48.9065663Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9066000Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9066340Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9066838Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9067188Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9067639Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9068094Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9068443Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9068873Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9069215Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9069557Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.010s) 2022-11-23T02:31:48.9069894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9070233Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9070573Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9070914Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9071317Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9071678Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9072026Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9072373Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9072716Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9073059Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9073549Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9073894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9074335Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9074780Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9075125Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9075468Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9075894Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.000s) 2022-11-23T02:31:48.9076234Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.013s) 2022-11-23T02:31:48.9076581Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9076928Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9077270Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9077616Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9077954Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.004s) 2022-11-23T02:31:48.9078288Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9078683Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.005s) 2022-11-23T02:31:48.9079035Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.007s) 2022-11-23T02:31:48.9079373Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9079711Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_list_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... skip: nothing to test (0.006s) 2022-11-23T02:31:48.9080163Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9080496Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9080933Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.9081378Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.9081711Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9082033Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9082352Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T02:31:48.9082676Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.042s) 2022-11-23T02:31:48.9082994Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9083923Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.035s) 2022-11-23T02:31:48.9084241Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9084545Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9084874Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.037s) 2022-11-23T02:31:48.9085191Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9085519Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9085851Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-11-23T02:31:48.9086173Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9086671Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.032s) 2022-11-23T02:31:48.9087098Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9087559Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9087996Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9088322Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9088639Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9088964Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9089288Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.033s) 2022-11-23T02:31:48.9089609Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9089936Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9090260Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9090582Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9090902Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9091223Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9091628Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9091947Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9092265Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9092586Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9092910Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9093384Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9093710Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.9094143Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9094550Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9095004Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9095330Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9095656Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9095975Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9096292Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9096614Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9096930Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.9097253Z test_sparse_compressed_constructor_shape_and_device_inference_factory_from_tensor_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9097478Z test_to_dtype_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T02:31:48.9097695Z test_to_dtype_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9097922Z test_to_dtype_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T02:31:48.9098146Z test_to_dtype_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.049s) 2022-11-23T02:31:48.9098368Z test_to_dtype_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9098584Z test_to_dtype_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.9098776Z test_to_dtype_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.040s) 2022-11-23T02:31:48.9099097Z test_to_dtype_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T02:31:48.9099314Z test_to_dtype_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.044s) 2022-11-23T02:31:48.9099522Z test_to_dtype_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9099736Z test_to_dtype_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.043s) 2022-11-23T02:31:48.9099951Z test_to_dtype_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.045s) 2022-11-23T02:31:48.9100327Z test_to_dtype_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.9100539Z test_to_dtype_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.050s) 2022-11-23T02:31:48.9100762Z test_to_dtype_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.9101066Z test_to_dtype_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.054s) 2022-11-23T02:31:48.9101296Z test_to_dtype_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.046s) 2022-11-23T02:31:48.9101609Z test_to_dtype_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.039s) 2022-11-23T02:31:48.9101819Z test_to_dtype_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T02:31:48.9102029Z test_to_dtype_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.047s) 2022-11-23T02:31:48.9102239Z test_to_dtype_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9102520Z test_to_dtype_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.041s) 2022-11-23T02:31:48.9102740Z test_to_dtype_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.048s) 2022-11-23T02:31:48.9102952Z test_to_dtype_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.058s) 2022-11-23T02:31:48.9103176Z test_to_dtype_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.9103388Z test_to_dtype_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9103607Z test_to_dtype_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9103826Z test_to_dtype_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.9104038Z test_to_dtype_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.038s) 2022-11-23T02:31:48.9104258Z test_to_dtype_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9104477Z test_to_dtype_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9104685Z test_to_dtype_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9104895Z test_to_dtype_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.031s) 2022-11-23T02:31:48.9105102Z test_to_dtype_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9105309Z test_to_dtype_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9105504Z test_to_dtype_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.9105722Z test_to_dtype_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9105928Z test_to_dtype_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.036s) 2022-11-23T02:31:48.9106151Z test_to_dtype_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.030s) 2022-11-23T02:31:48.9106373Z test_to_dtype_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.034s) 2022-11-23T02:31:48.9106587Z test_to_dtype_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9107027Z test_to_dtype_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9107241Z test_to_dtype_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.025s) 2022-11-23T02:31:48.9107450Z test_to_dtype_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.9107760Z test_to_dtype_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.028s) 2022-11-23T02:31:48.9107977Z test_to_dtype_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.022s) 2022-11-23T02:31:48.9108280Z test_to_dtype_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.029s) 2022-11-23T02:31:48.9108494Z test_to_dtype_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.026s) 2022-11-23T02:31:48.9108714Z test_validate_SparseBSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.011s) 2022-11-23T02:31:48.9108930Z test_validate_SparseBSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9109161Z test_validate_SparseBSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.9109383Z test_validate_SparseBSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9109599Z test_validate_SparseBSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9109813Z test_validate_SparseBSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9110012Z test_validate_SparseBSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.9110301Z test_validate_SparseBSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.027s) 2022-11-23T02:31:48.9110532Z test_validate_SparseBSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9110743Z test_validate_SparseBSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9110957Z test_validate_SparseBSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.9111167Z test_validate_SparseBSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9111386Z test_validate_SparseBSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9111597Z test_validate_SparseBSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.009s) 2022-11-23T02:31:48.9111820Z test_validate_SparseBSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.021s) 2022-11-23T02:31:48.9112043Z test_validate_SparseBSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.015s) 2022-11-23T02:31:48.9112258Z test_validate_SparseBSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.9112473Z test_validate_SparseBSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.012s) 2022-11-23T02:31:48.9112687Z test_validate_SparseBSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.024s) 2022-11-23T02:31:48.9112903Z test_validate_SparseBSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9113114Z test_validate_SparseBSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9113331Z test_validate_SparseBSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.016s) 2022-11-23T02:31:48.9113684Z test_validate_SparseBSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.020s) 2022-11-23T02:31:48.9113895Z test_validate_SparseBSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.017s) 2022-11-23T02:31:48.9114118Z test_validate_SparseCSC_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.9114416Z test_validate_SparseCSC_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.007s) 2022-11-23T02:31:48.9114899Z test_validate_SparseCSC_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.008s) 2022-11-23T02:31:48.9115448Z test_validate_SparseCSC_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9115840Z test_validate_SparseCSC_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9116227Z test_validate_SparseCSC_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9116613Z test_validate_SparseCSC_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9116992Z test_validate_SparseCSC_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.005s) 2022-11-23T02:31:48.9117383Z test_validate_SparseCSC_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9117726Z test_validate_SparseCSC_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9117943Z test_validate_SparseCSC_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9118158Z test_validate_SparseCSC_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9118381Z test_validate_SparseCSR_cuda_bfloat16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9118593Z test_validate_SparseCSR_cuda_bool (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.9118817Z test_validate_SparseCSR_cuda_complex128 (__main__.TestSparseCompressedCUDA) ... ok (0.003s) 2022-11-23T02:31:48.9119038Z test_validate_SparseCSR_cuda_complex64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9119252Z test_validate_SparseCSR_cuda_float16 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.9119558Z test_validate_SparseCSR_cuda_float32 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9119791Z test_validate_SparseCSR_cuda_float64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9120168Z test_validate_SparseCSR_cuda_int16 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9120393Z test_validate_SparseCSR_cuda_int32 (__main__.TestSparseCompressedCUDA) ... ok (0.004s) 2022-11-23T02:31:48.9120586Z test_validate_SparseCSR_cuda_int64 (__main__.TestSparseCompressedCUDA) ... ok (0.006s) 2022-11-23T02:31:48.9120798Z test_validate_SparseCSR_cuda_int8 (__main__.TestSparseCompressedCUDA) ... ok (0.000s) 2022-11-23T02:31:48.9121133Z test_validate_SparseCSR_cuda_uint8 (__main__.TestSparseCompressedCUDA) ... ok (0.010s) 2022-11-23T02:31:48.9121151Z 2022-11-23T02:31:48.9121447Z ---------------------------------------------------------------------- 2022-11-23T02:31:48.9121557Z Ran 4414 tests in 183.313s 2022-11-23T02:31:48.9121564Z 2022-11-23T02:31:48.9121664Z OK (skipped=515) 2022-11-23T02:31:48.9121671Z 2022-11-23T02:31:48.9121784Z Generating XML reports... 2022-11-23T02:31:48.9122093Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRCUDA-20221123022842.xml 2022-11-23T02:31:48.9122403Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCSRSampler-20221123022842.xml 2022-11-23T02:31:48.9122722Z Generated XML report: test-reports\python-unittest\test_sparse_csr\TEST-TestSparseCompressedCUDA-20221123022842.xml 2022-11-23T02:31:48.9122730Z 2022-11-23T02:31:48.9123146Z ##[endgroup] 2022-11-23T02:31:48.9123466Z FINISHED PRINTING LOG FILE of test_sparse_csr (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_sparse_csr_y8ypbl8m) 2022-11-23T02:31:48.9123475Z 2022-11-23T02:31:48.9123621Z Running test_reductions ... [2022-11-23 02:31:48.758294] 2022-11-23T02:31:48.9123973Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_reductions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:31:48.759575] 2022-11-23T02:33:50.8419477Z 2022-11-23T02:33:50.8420524Z Expand the folded group to see the log file of test_reductions 2022-11-23T02:33:50.8421986Z ##[group]PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_cjpgvl37) 2022-11-23T02:33:50.8480147Z 2022-11-23T02:33:50.8480693Z Running tests... 2022-11-23T02:33:50.8481366Z ---------------------------------------------------------------------- 2022-11-23T02:33:50.8482332Z Test results will be stored in test-reports\python-unittest\test_reductions 2022-11-23T02:33:50.8483383Z test_accreal_type_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (1.869s) 2022-11-23T02:33:50.8484369Z test_all_any_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.8485485Z test_all_any_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:50.8487508Z test_all_any_vs_numpy_cuda_bool (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1737: 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:33:50.8489579Z _test_all_any(x.T) 2022-11-23T02:33:50.8492769Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: 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:33:50.8495538Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8497649Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1], which does not match the required output shape [1]. This behavior is deprecated, and in a future PyTorch release outputs will not be resized unless they have zero elements. You can explicitly reuse an out tensor t by resizing it, inplace, to zero elements with t.resize_(0). (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\native\Resize.cpp:31.) 2022-11-23T02:33:50.8499470Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8501450Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [5, 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-23T02:33:50.8503690Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8505578Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 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-23T02:33:50.8507427Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8509720Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 5, 1], which does not match the required output shape [1, 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-23T02:33:50.8512016Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8513920Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 3, 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:33:50.8515603Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8517568Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 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-23T02:33:50.8519234Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8521189Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1701: UserWarning: An output with one or more elements was resized since it had shape [1, 1, 3, 2], which does not match the required output shape [1, 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:50.8523023Z torch.all(x, dim, out=out) 2022-11-23T02:33:50.8523398Z ok (0.236s) 2022-11-23T02:33:50.8524828Z test_all_any_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_internal\common_utils.py:2493: 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:50.8526076Z torch_result = torch_fn(t).cpu() 2022-11-23T02:33:50.8526489Z ok (1.372s) 2022-11-23T02:33:50.8527039Z test_all_any_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.219s) 2022-11-23T02:33:50.8527755Z test_all_any_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.244s) 2022-11-23T02:33:50.8528458Z test_all_any_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.239s) 2022-11-23T02:33:50.8529149Z test_all_any_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.223s) 2022-11-23T02:33:50.8529906Z test_all_any_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.200s) 2022-11-23T02:33:50.8530773Z test_all_any_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.200s) 2022-11-23T02:33:50.8531455Z test_all_any_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.198s) 2022-11-23T02:33:50.8532118Z test_all_any_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.217s) 2022-11-23T02:33:50.8532783Z test_all_any_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.190s) 2022-11-23T02:33:50.8533442Z test_all_any_with_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.8534051Z test_amax_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.8534699Z test_amax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.8535526Z test_amax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.8536237Z test_amax_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.8536870Z test_amax_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.8537652Z test_amin_amax_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.054s) 2022-11-23T02:33:50.8538307Z test_amin_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.8538919Z test_amin_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.8539554Z test_amin_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:50.8540197Z test_amin_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.8540827Z test_amin_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.8541483Z test_aminmax_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:50.8542131Z test_aminmax_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T02:33:50.8542850Z test_aminmax_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.8543544Z test_argminmax_axis_with_dim_one_cuda (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.8544863Z test_argminmax_large_axis_cuda (__main__.TestReductionsCUDA) ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/63933 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:33:50.8546397Z test_argminmax_multiple_cuda_float16 (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1621: 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:50.8547168Z x[mask] = torch.tensor(max_val + 1, dtype=dtype) 2022-11-23T02:33:50.8547837Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1624: 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:50.8548509Z x[mask] = torch.tensor(min_val - 1, dtype=dtype) 2022-11-23T02:33:50.8548772Z ok (0.049s) 2022-11-23T02:33:50.8549097Z test_argminmax_multiple_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.052s) 2022-11-23T02:33:50.8549674Z test_argminmax_multiple_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-11-23T02:33:50.8550232Z test_argminmax_multiple_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.038s) 2022-11-23T02:33:50.8550765Z test_argminmax_multiple_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.037s) 2022-11-23T02:33:50.8551188Z test_argminmax_multiple_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.040s) 2022-11-23T02:33:50.8551603Z test_argminmax_multiple_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.038s) 2022-11-23T02:33:50.8552022Z test_argminmax_multiple_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T02:33:50.8552418Z test_bincount_cuda (__main__.TestReductionsCUDA) ... ok (0.032s) 2022-11-23T02:33:50.8552781Z test_bucketization_cuda (__main__.TestReductionsCUDA) ... ok (0.032s) 2022-11-23T02:33:50.8553186Z test_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-11-23T02:33:50.8553610Z test_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.050s) 2022-11-23T02:33:50.8554109Z test_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T02:33:50.8554697Z test_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-11-23T02:33:50.8555095Z test_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.055s) 2022-11-23T02:33:50.8555742Z test_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T02:33:50.8556166Z test_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.027s) 2022-11-23T02:33:50.8556871Z test_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T02:33:50.8557283Z test_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.029s) 2022-11-23T02:33:50.8557677Z test_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-11-23T02:33:50.8558117Z test_cumprod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:33:50.8558593Z test_cumsum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.8559028Z test_dim_arg_reduction_scalar_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.8559469Z test_dim_arg_reduction_scalar_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.8559914Z test_dim_arg_reduction_scalar_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.8560344Z test_dim_arg_reduction_scalar_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.8561127Z test_dim_arg_reduction_scalar_cuda_int16 (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1903: 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:33:50.8562373Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T02:33:50.8563519Z C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1909: 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:33:50.8564232Z x = torch.tensor(example, device=device, dtype=dtype) 2022-11-23T02:33:50.8564675Z ok (0.000s) 2022-11-23T02:33:50.8565008Z test_dim_arg_reduction_scalar_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.8565446Z test_dim_arg_reduction_scalar_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T02:33:50.8565878Z test_dim_arg_reduction_scalar_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.8566306Z test_dim_arg_reduction_scalar_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.8566701Z test_dim_default_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8567050Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8567415Z test_dim_default_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8567773Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8568137Z test_dim_default_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8568580Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8568980Z test_dim_default_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8569454Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8569976Z test_dim_default_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8570338Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8570699Z test_dim_default_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8571059Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8571438Z test_dim_default_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8571798Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8572169Z test_dim_default_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8572611Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.003s) 2022-11-23T02:33:50.8573173Z test_dim_default_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8573592Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8574006Z test_dim_default_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8574401Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8574812Z test_dim_default_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8575391Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.002s) 2022-11-23T02:33:50.8576006Z test_dim_default_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8576559Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8577005Z test_dim_default_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8577816Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8578611Z test_dim_default_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8579447Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8580205Z test_dim_default_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8580981Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8582110Z test_dim_default_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8583110Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8583926Z test_dim_default_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8584744Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.001s) 2022-11-23T02:33:50.8585560Z test_dim_default_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8586366Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8587249Z test_dim_default_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8588228Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8589135Z test_dim_default_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8590024Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8590843Z test_dim_default_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8591641Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-11-23T02:33:50.8592467Z test_dim_default_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8593297Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8594108Z test_dim_default_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8595033Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8595826Z test_dim_default_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8596813Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8597624Z test_dim_default_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8598435Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.010s) 2022-11-23T02:33:50.8599145Z test_dim_default_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8599766Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.005s) 2022-11-23T02:33:50.8600418Z test_dim_default_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8601031Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8601465Z test_dim_default_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8602025Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8602450Z test_dim_default_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8603002Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8603502Z test_dim_default_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8604024Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8604533Z test_dim_default_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8604969Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8605489Z test_dim_default_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8605921Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8606344Z test_dim_default_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8606870Z Tests that the default dim, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8607325Z test_dim_default_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8607709Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8608258Z test_dim_default_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8609050Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8610090Z test_dim_default_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8610727Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8611322Z test_dim_default_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8612233Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8613061Z test_dim_default_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8613755Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8614451Z test_dim_default_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8615110Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8615906Z test_dim_default_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8616689Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8617459Z test_dim_default_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8618116Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8618778Z test_dim_default_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8619420Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8620095Z test_dim_default_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8620754Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8621423Z test_dim_default_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8622210Z Tests that the default dim reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8622948Z test_dim_default_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8623766Z Tests that the default dim reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8624828Z test_dim_default_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8625533Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8626254Z test_dim_default_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8626963Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8627681Z test_dim_default_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8628361Z Tests that the default dim reduces all dimensions. ... ok (0.006s) 2022-11-23T02:33:50.8629078Z test_dim_default_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8629962Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8630925Z test_dim_default_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8631647Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8632366Z test_dim_default_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8633062Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8633764Z test_dim_default_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8634456Z Tests that the default dim reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8635163Z test_dim_empty_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8635838Z Tests that dim=[] is a no-op ... expected failure (0.011s) 2022-11-23T02:33:50.8636642Z test_dim_empty_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8637445Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8638446Z test_dim_empty_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8639176Z Tests that dim=[] is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8639875Z test_dim_empty_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8640654Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8641759Z test_dim_empty_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8642866Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8643810Z test_dim_empty_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8644823Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8645917Z test_dim_empty_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8646739Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8647531Z test_dim_empty_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8648294Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8649114Z test_dim_empty_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8649559Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8650178Z test_dim_empty_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8650936Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8651352Z test_dim_empty_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8652078Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8652852Z test_dim_empty_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8653636Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8654417Z test_dim_empty_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8655142Z Tests that dim=[], when keepdim=True, is a no-op ... ok (0.002s) 2022-11-23T02:33:50.8655853Z test_dim_empty_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8656908Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8657806Z test_dim_empty_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8658520Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8659249Z test_dim_empty_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8659944Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8660628Z test_dim_empty_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8661306Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.002s) 2022-11-23T02:33:50.8662014Z test_dim_empty_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8662698Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8663481Z test_dim_empty_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8664315Z Tests that dim=[], when keepdim=True, is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8664991Z test_dim_empty_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8665644Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8666310Z test_dim_empty_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8666977Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8667634Z test_dim_empty_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8668301Z Tests that dim=[], when keepdim=True, is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8669168Z test_dim_empty_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8669933Z Tests that dim=[] is a no-op ... expected failure (0.006s) 2022-11-23T02:33:50.8670688Z test_dim_empty_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8671315Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T02:33:50.8671947Z test_dim_empty_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8672560Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T02:33:50.8673205Z test_dim_empty_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8673819Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8674450Z test_dim_empty_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8675082Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T02:33:50.8675708Z test_dim_empty_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8676431Z Tests that dim=[] is a no-op ... expected failure (0.013s) 2022-11-23T02:33:50.8677193Z test_dim_empty_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8677765Z Tests that dim=[] is a no-op ... ok (0.002s) 2022-11-23T02:33:50.8678352Z test_dim_empty_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8678977Z Tests that dim=[] is a no-op ... expected failure (0.004s) 2022-11-23T02:33:50.8679596Z test_dim_empty_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8680222Z Tests that dim=[] is a no-op ... expected failure (0.002s) 2022-11-23T02:33:50.8680864Z test_dim_empty_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8681472Z Tests that dim=[] is a no-op ... expected failure (0.003s) 2022-11-23T02:33:50.8682092Z test_dim_empty_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8682790Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8683477Z test_dim_empty_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8720537Z Tests that dim=[] is a no-op ... skip: Skipped! (0.003s) 2022-11-23T02:33:50.8721182Z test_dim_empty_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8721802Z Tests that dim=[] is a no-op ... expected failure (0.000s) 2022-11-23T02:33:50.8722774Z test_dim_empty_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8723461Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8724032Z test_dim_empty_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8724635Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8725228Z test_dim_empty_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8725820Z Tests that dim=[] is a no-op ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8726419Z test_dim_multi_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8727033Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.006s) 2022-11-23T02:33:50.8727638Z test_dim_multi_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8728255Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8728994Z test_dim_multi_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8729761Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8732844Z test_dim_multi_duplicate_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8733547Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8734219Z test_dim_multi_duplicate_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8734988Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8735787Z test_dim_multi_duplicate_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8736580Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8737457Z test_dim_multi_duplicate_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8738211Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8738898Z test_dim_multi_duplicate_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8739612Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8740311Z test_dim_multi_duplicate_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8741013Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8741816Z test_dim_multi_duplicate_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8742686Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T02:33:50.8743383Z test_dim_multi_duplicate_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8744087Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8744795Z test_dim_multi_duplicate_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8745497Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8746199Z test_dim_multi_duplicate_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8746916Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T02:33:50.8747704Z test_dim_multi_duplicate_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8748531Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8749323Z test_dim_multi_duplicate_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8750028Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8750726Z test_dim_multi_duplicate_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8751430Z Tests that an error is raised if dim has duplicate entries. ... ok (0.001s) 2022-11-23T02:33:50.8752114Z test_dim_multi_duplicate_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8752778Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T02:33:50.8753474Z test_dim_multi_duplicate_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8754397Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8755154Z test_dim_multi_duplicate_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8755934Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8756610Z test_dim_multi_duplicate_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8757271Z Tests that an error is raised if dim has duplicate entries. ... ok (0.002s) 2022-11-23T02:33:50.8757937Z test_dim_multi_duplicate_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8758624Z Tests that an error is raised if dim has duplicate entries. ... ok (0.000s) 2022-11-23T02:33:50.8759301Z test_dim_multi_duplicate_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8759980Z Tests that an error is raised if dim has duplicate entries. ... ok (0.003s) 2022-11-23T02:33:50.8760731Z test_dim_multi_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8761525Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8762330Z test_dim_multi_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8763054Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8763789Z test_dim_multi_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8764572Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8765353Z test_dim_multi_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8766245Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8767056Z test_dim_multi_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8767871Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8768700Z test_dim_multi_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8769431Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8770170Z test_dim_multi_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8770927Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.012s) 2022-11-23T02:33:50.8771633Z test_dim_multi_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8772378Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8773095Z test_dim_multi_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8773911Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8774770Z test_dim_multi_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8775511Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8776228Z test_dim_multi_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8776949Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8777674Z test_dim_multi_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8778405Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8779135Z test_dim_multi_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8779860Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8780648Z test_dim_multi_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8781622Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8782334Z test_dim_multi_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8783057Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8783765Z test_dim_multi_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8784491Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8785188Z test_dim_multi_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8785904Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8786640Z test_dim_multi_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8787420Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8788200Z test_dim_multi_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8788912Z Tests that dim=[i, j, ...], when keepdim=True, reduces dimensions i, j, .... to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8789636Z test_dim_multi_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8790297Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8790916Z test_dim_multi_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8791560Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.001s) 2022-11-23T02:33:50.8792335Z test_dim_multi_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8793064Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-11-23T02:33:50.8793807Z test_dim_multi_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8794549Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:33:50.8795177Z test_dim_multi_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8795822Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.003s) 2022-11-23T02:33:50.8796462Z test_dim_multi_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8797100Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:33:50.8797740Z test_dim_multi_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8798380Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.006s) 2022-11-23T02:33:50.8798995Z test_dim_multi_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8799715Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:33:50.8800424Z test_dim_multi_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8801139Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:33:50.8801785Z test_dim_multi_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8802425Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.000s) 2022-11-23T02:33:50.8803017Z test_dim_multi_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8803639Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.010s) 2022-11-23T02:33:50.8804270Z test_dim_multi_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8804901Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8805525Z test_dim_multi_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8806231Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8806888Z test_dim_multi_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8807607Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8808217Z test_dim_multi_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8810010Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8810664Z test_dim_multi_unsorted_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8811351Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8812014Z test_dim_multi_unsorted_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8812797Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8813642Z test_dim_multi_unsorted_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8814359Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8815057Z test_dim_multi_unsorted_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8815818Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8816546Z test_dim_multi_unsorted_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8817310Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8818091Z test_dim_multi_unsorted_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8818995Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8819942Z test_dim_multi_unsorted_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8820735Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8821644Z test_dim_multi_unsorted_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8822423Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8823196Z test_dim_multi_unsorted_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8823964Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8824763Z test_dim_multi_unsorted_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8825641Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8826557Z test_dim_multi_unsorted_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8827341Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8828091Z test_dim_multi_unsorted_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8828862Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8829629Z test_dim_multi_unsorted_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8830402Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8831166Z test_dim_multi_unsorted_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8831938Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8832754Z test_dim_multi_unsorted_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8833643Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8834407Z test_dim_multi_unsorted_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8835175Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.002s) 2022-11-23T02:33:50.8835930Z test_dim_multi_unsorted_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8836677Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.003s) 2022-11-23T02:33:50.8837434Z test_dim_multi_unsorted_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8838321Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:33:50.8839147Z test_dim_multi_unsorted_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8840031Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:33:50.8840782Z test_dim_multi_unsorted_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8841536Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:33:50.8842289Z test_dim_multi_unsorted_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8843026Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:33:50.8843784Z test_dim_multi_unsorted_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8844547Z Tests that operator correctly handles unsorted dim list when keepdim=True. ... ok (0.000s) 2022-11-23T02:33:50.8845383Z test_dim_multi_unsorted_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8846190Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:33:50.8846956Z test_dim_multi_unsorted_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8847640Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:33:50.8848341Z test_dim_multi_unsorted_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8849084Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:33:50.8849807Z test_dim_multi_unsorted_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8850654Z Tests that operator correctly handles unsorted dim list. ... ok (0.000s) 2022-11-23T02:33:50.8851371Z test_dim_multi_unsorted_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8852131Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8852965Z test_dim_multi_unsorted_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8853672Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8854368Z test_dim_multi_unsorted_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8855068Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8855769Z test_dim_multi_unsorted_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8856469Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8857147Z test_dim_multi_unsorted_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8857853Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8858642Z test_dim_multi_unsorted_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8859491Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8860182Z test_dim_multi_unsorted_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8860863Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8861529Z test_dim_multi_unsorted_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8862217Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8862902Z test_dim_multi_unsorted_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8863589Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8864267Z test_dim_multi_unsorted_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8865029Z Tests that operator correctly handles unsorted dim list. ... ok (0.001s) 2022-11-23T02:33:50.8865773Z test_dim_multi_unsorted_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8866542Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8867364Z test_dim_multi_unsorted_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8868044Z Tests that operator correctly handles unsorted dim list. ... ok (0.002s) 2022-11-23T02:33:50.8868729Z test_dim_multi_unsupported_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8869438Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:33:50.8870120Z test_dim_multi_unsupported_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8870829Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:33:50.8871631Z test_dim_multi_unsupported_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8872502Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:33:50.8873220Z test_dim_multi_unsupported_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8873930Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:33:50.8874639Z test_dim_multi_unsupported_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8875371Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.001s) 2022-11-23T02:33:50.8876101Z test_dim_multi_unsupported_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8876833Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:33:50.8877547Z test_dim_multi_unsupported_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8878334Z Tests that ops claiming to not support multi dim actually don't. ... ok (0.002s) 2022-11-23T02:33:50.8879233Z test_dim_multi_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8879881Z Tests that dim=[i, j, ...] reduces dimensions i, j, .... ... ok (0.002s) 2022-11-23T02:33:50.8880517Z test_dim_ndim_limit_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8881208Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8881907Z test_dim_ndim_limit_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8882604Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8883263Z test_dim_ndim_limit_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8883949Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8884713Z test_dim_ndim_limit_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8885547Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8886237Z test_dim_ndim_limit_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8886937Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8887598Z test_dim_ndim_limit_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8888286Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8888995Z test_dim_ndim_limit_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8889703Z Tests that an exception is raised when reducing a tensor with more ... ok (0.006s) 2022-11-23T02:33:50.8890422Z test_dim_ndim_limit_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8891220Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8892069Z test_dim_ndim_limit_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8892762Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8893470Z test_dim_ndim_limit_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8894169Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8894870Z test_dim_ndim_limit_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8895578Z Tests that an exception is raised when reducing a tensor with more ... ok (0.000s) 2022-11-23T02:33:50.8896438Z test_dim_ndim_limit_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8897136Z Tests that an exception is raised when reducing a tensor with more ... ok (0.011s) 2022-11-23T02:33:50.8897946Z test_dim_ndim_limit_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8898830Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8899548Z test_dim_ndim_limit_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8900255Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8900960Z test_dim_ndim_limit_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8901645Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8902351Z test_dim_ndim_limit_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8903074Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8903832Z test_dim_ndim_limit_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8904625Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8905482Z test_dim_ndim_limit_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8906176Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8906876Z test_dim_ndim_limit_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8907711Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8908423Z test_dim_ndim_limit_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8909116Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8909814Z test_dim_ndim_limit_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8910583Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8911314Z test_dim_ndim_limit_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8912089Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8912775Z test_dim_ndim_limit_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8913464Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8914141Z test_dim_ndim_limit_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8914834Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8915492Z test_dim_ndim_limit_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8916173Z Tests that an exception is raised when reducing a tensor with more ... ok (0.002s) 2022-11-23T02:33:50.8916853Z test_dim_ndim_limit_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8917607Z Tests that an exception is raised when reducing a tensor with more ... ok (0.003s) 2022-11-23T02:33:50.8918416Z test_dim_none_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8919077Z Tests that dim=None reduces all dimensions. ... expected failure (0.002s) 2022-11-23T02:33:50.8919706Z test_dim_none_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8920323Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8920930Z test_dim_none_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8921539Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8922147Z test_dim_none_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8922802Z Tests that dim=None reduces all dimensions. ... expected failure (0.001s) 2022-11-23T02:33:50.8923441Z test_dim_none_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8924139Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8925036Z test_dim_none_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8925655Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8926290Z test_dim_none_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8926900Z Tests that dim=None reduces all dimensions. ... ok (0.000s) 2022-11-23T02:33:50.8927528Z test_dim_none_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8928271Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.000s) 2022-11-23T02:33:50.8929007Z test_dim_none_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8929707Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.006s) 2022-11-23T02:33:50.8930491Z test_dim_none_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8931334Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8932030Z test_dim_none_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8932780Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... expected failure (0.003s) 2022-11-23T02:33:50.8933523Z test_dim_none_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8934277Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8935019Z test_dim_none_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8935768Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8936709Z test_dim_none_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8937572Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8938417Z test_dim_none_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8939168Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8939892Z test_dim_none_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8940611Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.002s) 2022-11-23T02:33:50.8941329Z test_dim_none_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8942031Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8942754Z test_dim_none_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8943585Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8944452Z test_dim_none_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8945179Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8945917Z test_dim_none_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8946647Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.003s) 2022-11-23T02:33:50.8947367Z test_dim_none_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8948083Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.111s) 2022-11-23T02:33:50.8948833Z test_dim_none_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8949627Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8950431Z test_dim_none_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8951214Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.010s) 2022-11-23T02:33:50.8951922Z test_dim_none_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8952639Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8953498Z test_dim_none_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8954219Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8954944Z test_dim_none_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8955667Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8956438Z test_dim_none_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8957281Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.010s) 2022-11-23T02:33:50.8958006Z test_dim_none_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8958733Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8959439Z test_dim_none_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8960155Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8960833Z test_dim_none_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8961592Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... skip: Skipped! (0.000s) 2022-11-23T02:33:50.8962405Z test_dim_none_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8963258Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8963963Z test_dim_none_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8965559Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.000s) 2022-11-23T02:33:50.8966311Z test_dim_none_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8967021Z Tests that dim=None, when keepdim=True, reduces all dimensions to size 1. ... ok (0.011s) 2022-11-23T02:33:50.8967744Z test_dim_none_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8968394Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8969134Z test_dim_none_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8969890Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8970509Z test_dim_none_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8971139Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8971779Z test_dim_none_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8972424Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8973075Z test_dim_none_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8973717Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8974359Z test_dim_none_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8975092Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8975795Z test_dim_none_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8976512Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8977149Z test_dim_none_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8977783Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8978394Z test_dim_none_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8979030Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8979653Z test_dim_none_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8980284Z Tests that dim=None reduces all dimensions. ... ok (0.003s) 2022-11-23T02:33:50.8980904Z test_dim_none_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8981608Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8982334Z test_dim_none_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8983141Z Tests that dim=None reduces all dimensions. ... ok (0.005s) 2022-11-23T02:33:50.8983743Z test_dim_none_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8984355Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:33:50.8984967Z test_dim_none_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8985586Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8986174Z test_dim_none_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8986784Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8987392Z test_dim_none_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8988121Z Tests that dim=None reduces all dimensions. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.8988886Z test_dim_none_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8989502Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8990087Z test_dim_none_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8990691Z Tests that dim=None reduces all dimensions. ... ok (0.001s) 2022-11-23T02:33:50.8991298Z test_dim_none_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8991899Z Tests that dim=None reduces all dimensions. ... ok (0.002s) 2022-11-23T02:33:50.8992525Z test_dim_offbounds_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8993136Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.8993761Z test_dim_offbounds_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8995406Z Tests that passing an off-bounds dim throws ... ok (0.003s) 2022-11-23T02:33:50.8996114Z test_dim_offbounds_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8996740Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.8997366Z test_dim_offbounds_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8997971Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.8998601Z test_dim_offbounds_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.8999229Z Tests that passing an off-bounds dim throws ... ok (0.006s) 2022-11-23T02:33:50.8999858Z test_dim_offbounds_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9000610Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.9001343Z test_dim_offbounds_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9002059Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.9002725Z test_dim_offbounds_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9003404Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.9004052Z test_dim_offbounds_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9004699Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.9005358Z test_dim_offbounds_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9005987Z Tests that passing an off-bounds dim throws ... ok (0.000s) 2022-11-23T02:33:50.9006647Z test_dim_offbounds_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9007392Z Tests that passing an off-bounds dim throws ... ok (0.012s) 2022-11-23T02:33:50.9008173Z test_dim_offbounds_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9008836Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9009506Z test_dim_offbounds_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9010161Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9010814Z test_dim_offbounds_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9011472Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9012116Z test_dim_offbounds_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9012925Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9013662Z test_dim_offbounds_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9014367Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9015092Z test_dim_offbounds_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9015744Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9016397Z test_dim_offbounds_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9017050Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9017705Z test_dim_offbounds_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9018335Z Tests that passing an off-bounds dim throws ... ok (0.001s) 2022-11-23T02:33:50.9018967Z test_dim_offbounds_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9019600Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9020309Z test_dim_offbounds_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9021085Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9021730Z test_dim_offbounds_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9022345Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9022979Z test_dim_offbounds_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9023613Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9024233Z test_dim_offbounds_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9025637Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9026418Z test_dim_offbounds_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9027165Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9027808Z test_dim_offbounds_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9028438Z Tests that passing an off-bounds dim throws ... ok (0.002s) 2022-11-23T02:33:50.9030522Z test_dim_reduction_cuda_bfloat16 (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1940: UserWarning: An output with one or more elements was resized since it had shape [2, 3], 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:33:50.9032367Z torch.sum(x, 0, out=y) 2022-11-23T02:33:50.9032831Z ok (0.067s) 2022-11-23T02:33:50.9033520Z test_dim_reduction_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.067s) 2022-11-23T02:33:50.9034239Z test_dim_reduction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.064s) 2022-11-23T02:33:50.9034977Z test_dim_reduction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.060s) 2022-11-23T02:33:50.9035692Z test_dim_reduction_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.060s) 2022-11-23T02:33:50.9036403Z test_dim_reduction_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.063s) 2022-11-23T02:33:50.9037111Z test_dim_reduction_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.060s) 2022-11-23T02:33:50.9037817Z test_dim_reduction_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.058s) 2022-11-23T02:33:50.9038700Z test_dim_reduction_lastdim_cuda_bfloat16 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:50.9039690Z test_dim_reduction_lastdim_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:50.9040495Z test_dim_reduction_less_than_64_cuda (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T02:33:50.9041173Z test_dim_single_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9041933Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9042527Z test_dim_single_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9043117Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9043685Z test_dim_single_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9044281Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9044952Z test_dim_single_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9045603Z Tests that dim=i reduces dimension i. ... ok (0.011s) 2022-11-23T02:33:50.9046277Z test_dim_single_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9046860Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:33:50.9047467Z test_dim_single_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9048061Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9048724Z test_dim_single_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9049351Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9049967Z test_dim_single_keepdim_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9050639Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:33:50.9051410Z test_dim_single_keepdim_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9052236Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9052932Z test_dim_single_keepdim_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9053631Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9055153Z test_dim_single_keepdim_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9055926Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:33:50.9056619Z test_dim_single_keepdim_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9057322Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9058163Z test_dim_single_keepdim_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9058957Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9059669Z test_dim_single_keepdim_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9060422Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... skip: Skipped! (0.001s) 2022-11-23T02:33:50.9061163Z test_dim_single_keepdim_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9061895Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9062610Z test_dim_single_keepdim_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9063323Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9064120Z test_dim_single_keepdim_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9064919Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9065695Z test_dim_single_keepdim_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9066431Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:33:50.9067153Z test_dim_single_keepdim_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9067870Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.002s) 2022-11-23T02:33:50.9068614Z test_dim_single_keepdim_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9069346Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9070028Z test_dim_single_keepdim_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9070843Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.000s) 2022-11-23T02:33:50.9071867Z test_dim_single_keepdim_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9072592Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.008s) 2022-11-23T02:33:50.9073311Z test_dim_single_keepdim_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9074031Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9074705Z test_dim_single_keepdim_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9075387Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.005s) 2022-11-23T02:33:50.9076090Z test_dim_single_keepdim_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9076820Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9077668Z test_dim_single_keepdim_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9078490Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.004s) 2022-11-23T02:33:50.9079183Z test_dim_single_keepdim_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9079861Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9080572Z test_dim_single_keepdim_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9081280Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9081978Z test_dim_single_keepdim_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9082833Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9083622Z test_dim_single_keepdim_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9084435Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9085132Z test_dim_single_keepdim_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9085837Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9086529Z test_dim_single_keepdim_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9087222Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9087909Z test_dim_single_keepdim_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9088582Z Tests that dim=i, when keepdim=True, reduces dimension i to size 1. ... ok (0.003s) 2022-11-23T02:33:50.9089369Z test_dim_single_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9090090Z Tests that dim=i reduces dimension i. ... ok (0.001s) 2022-11-23T02:33:50.9090786Z test_dim_single_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9091405Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9092024Z test_dim_single_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9092622Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9093243Z test_dim_single_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9093859Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9094476Z test_dim_single_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9095085Z Tests that dim=i reduces dimension i. ... ok (0.006s) 2022-11-23T02:33:50.9095785Z test_dim_single_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9096532Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9097143Z test_dim_single_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9097761Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9098367Z test_dim_single_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9098964Z Tests that dim=i reduces dimension i. ... ok (0.010s) 2022-11-23T02:33:50.9099581Z test_dim_single_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9100332Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9100941Z test_dim_single_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9101542Z Tests that dim=i reduces dimension i. ... ok (0.000s) 2022-11-23T02:33:50.9102258Z test_dim_single_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9103010Z Tests that dim=i reduces dimension i. ... ok (0.010s) 2022-11-23T02:33:50.9103630Z test_dim_single_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9104211Z Tests that dim=i reduces dimension i. ... ok (0.005s) 2022-11-23T02:33:50.9104805Z test_dim_single_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9105393Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:33:50.9105999Z test_dim_single_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9106593Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9107175Z test_dim_single_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9107772Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9108449Z test_dim_single_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9109109Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9109768Z test_dim_single_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9110352Z Tests that dim=i reduces dimension i. ... ok (0.003s) 2022-11-23T02:33:50.9110913Z test_dim_single_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9111504Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:33:50.9112226Z test_dim_single_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9112835Z Tests that dim=i reduces dimension i. ... ok (0.002s) 2022-11-23T02:33:50.9113462Z test_empty_tensor_empty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9114177Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:33:50.9114966Z test_empty_tensor_empty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9115811Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9116530Z test_empty_tensor_empty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9117238Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9117937Z test_empty_tensor_empty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9118651Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:33:50.9119342Z test_empty_tensor_empty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9120070Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:33:50.9120785Z test_empty_tensor_empty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9121585Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:33:50.9122473Z test_empty_tensor_empty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9123223Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9123983Z test_empty_tensor_empty_slice_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9124725Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.000s) 2022-11-23T02:33:50.9125455Z test_empty_tensor_empty_slice_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9126188Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.008s) 2022-11-23T02:33:50.9126925Z test_empty_tensor_empty_slice_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9127713Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9128526Z test_empty_tensor_empty_slice_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9129475Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.002s) 2022-11-23T02:33:50.9130215Z test_empty_tensor_empty_slice_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9130945Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9131693Z test_empty_tensor_empty_slice_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9132491Z Tests for consistent behavior when reducing over an empty slice. ... skip: Skipped! (0.002s) 2022-11-23T02:33:50.9133270Z test_empty_tensor_empty_slice_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9133987Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9134795Z test_empty_tensor_empty_slice_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9135657Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9136392Z test_empty_tensor_empty_slice_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9137121Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9137847Z test_empty_tensor_empty_slice_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9138576Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9139281Z test_empty_tensor_empty_slice_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9140008Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9140918Z test_empty_tensor_empty_slice_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9141827Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.005s) 2022-11-23T02:33:50.9142544Z test_empty_tensor_empty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9143261Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9143955Z test_empty_tensor_empty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9144681Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9145390Z test_empty_tensor_empty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9146115Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9146823Z test_empty_tensor_empty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9147639Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9148459Z test_empty_tensor_empty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9149219Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9149926Z test_empty_tensor_empty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9150646Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.003s) 2022-11-23T02:33:50.9151347Z test_empty_tensor_empty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9152063Z Tests for consistent behavior when reducing over an empty slice. ... ok (0.004s) 2022-11-23T02:33:50.9152749Z test_empty_tensor_nonempty_slice_all_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9153478Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9154294Z test_empty_tensor_nonempty_slice_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9155161Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9155880Z test_empty_tensor_nonempty_slice_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9156610Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9157498Z test_empty_tensor_nonempty_slice_any_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9158202Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9158931Z test_empty_tensor_nonempty_slice_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9159663Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9160458Z test_empty_tensor_nonempty_slice_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9161331Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9162087Z test_empty_tensor_nonempty_slice_count_nonzero_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9162823Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T02:33:50.9163584Z test_empty_tensor_nonempty_slice_linalg_vector_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9164351Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9165084Z test_empty_tensor_nonempty_slice_masked_amax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9165827Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9166630Z test_empty_tensor_nonempty_slice_masked_amin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9167445Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.006s) 2022-11-23T02:33:50.9168253Z test_empty_tensor_nonempty_slice_masked_argmax_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9169124Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9169898Z test_empty_tensor_nonempty_slice_masked_argmin_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9170639Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9171393Z test_empty_tensor_nonempty_slice_masked_logsumexp_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9172152Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9172867Z test_empty_tensor_nonempty_slice_masked_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9173693Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.010s) 2022-11-23T02:33:50.9174550Z test_empty_tensor_nonempty_slice_masked_norm_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9175352Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9176099Z test_empty_tensor_nonempty_slice_masked_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9176842Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9177589Z test_empty_tensor_nonempty_slice_masked_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9178318Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9179066Z test_empty_tensor_nonempty_slice_masked_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9179895Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.000s) 2022-11-23T02:33:50.9180791Z test_empty_tensor_nonempty_slice_masked_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9181535Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.012s) 2022-11-23T02:33:50.9182253Z test_empty_tensor_nonempty_slice_mean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9183030Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9183765Z test_empty_tensor_nonempty_slice_nanmean_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9184557Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T02:33:50.9185281Z test_empty_tensor_nonempty_slice_nansum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9186231Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9187074Z test_empty_tensor_nonempty_slice_prod_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9187850Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9188573Z test_empty_tensor_nonempty_slice_std_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9189304Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9190024Z test_empty_tensor_nonempty_slice_sum_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9190754Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.003s) 2022-11-23T02:33:50.9191479Z test_empty_tensor_nonempty_slice_var_cuda (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9192215Z Tests that reducing a nonempty slice of an empty tensor returns an ... ok (0.002s) 2022-11-23T02:33:50.9193021Z test_histc_bfloat16_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:50.9193876Z test_histc_cuda (__main__.TestReductionsCUDA) ... ok (0.031s) 2022-11-23T02:33:50.9194608Z test_histogram_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.005s) 2022-11-23T02:33:50.9195451Z test_histogram_error_handling_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.006s) 2022-11-23T02:33:50.9196298Z test_histogramdd_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.004s) 2022-11-23T02:33:50.9197029Z test_identity_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9197818Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9198517Z test_identity_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9199255Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9200023Z test_identity_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9200803Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9201492Z test_identity_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9202155Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9202835Z test_identity_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9203512Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9204245Z test_identity_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9204926Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9205672Z test_identity_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9206395Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9207146Z test_identity_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9207810Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9208472Z test_identity_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9209129Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9209787Z test_identity_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9210426Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9211090Z test_identity_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9211766Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9212516Z test_identity_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9213243Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9213988Z test_identity_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9214783Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9215450Z test_identity_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9216119Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:33:50.9216799Z test_identity_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9217476Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9218154Z test_identity_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9218915Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9219580Z test_identity_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9220357Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9221028Z test_identity_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9221705Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9222374Z test_identity_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9223047Z Tests that the identity value is an identity for the operator ... ok (0.011s) 2022-11-23T02:33:50.9223686Z test_identity_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9224352Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9225010Z test_identity_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9225744Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9226655Z test_identity_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9227346Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9227986Z test_identity_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9228660Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9229323Z test_identity_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9229997Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9230706Z test_identity_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9231419Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9232171Z test_identity_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9232998Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9233724Z test_identity_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9234447Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9235163Z test_identity_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9235878Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9236564Z test_identity_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9237284Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9237990Z test_identity_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9238776Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9239607Z test_identity_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9240324Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9241006Z test_identity_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9241714Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9242418Z test_identity_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9243266Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9243962Z test_identity_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9244729Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9245427Z test_identity_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9246273Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9246976Z test_identity_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9247685Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9248408Z test_identity_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9249169Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9249909Z test_identity_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9250625Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9251429Z test_identity_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9252235Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9253024Z test_identity_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9253745Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9254587Z test_identity_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9255308Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9256032Z test_identity_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9256748Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9257455Z test_identity_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9258233Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9259055Z test_identity_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9259734Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9260427Z test_identity_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9261127Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9261821Z test_identity_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9262524Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9263229Z test_identity_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9263912Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9264711Z test_identity_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9265540Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9266249Z test_identity_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9266961Z Tests that the identity value is an identity for the operator ... ok (0.391s) 2022-11-23T02:33:50.9267670Z test_identity_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9268381Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9269071Z test_identity_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9269774Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9270475Z test_identity_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9272917Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9273624Z test_identity_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9274317Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9274988Z test_identity_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9275678Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9276366Z test_identity_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9277127Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9277887Z test_identity_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9278661Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9278972Z test_identity_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9279288Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9279679Z test_identity_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9280004Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9280329Z test_identity_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9280657Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9280963Z test_identity_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9281284Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9281744Z test_identity_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9282097Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9282423Z test_identity_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9282760Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9283071Z test_identity_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9283397Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9283811Z test_identity_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9284142Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9284513Z test_identity_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9284916Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:33:50.9285211Z test_identity_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9285540Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9285853Z test_identity_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9286187Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9286493Z test_identity_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9286819Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9287131Z test_identity_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9287460Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:33:50.9287768Z test_identity_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9288100Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9288416Z test_identity_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9288743Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9289044Z test_identity_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9289518Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9289823Z test_identity_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9290216Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9290533Z test_identity_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9290838Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9291209Z test_identity_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9291648Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9291962Z test_identity_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9292290Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9292588Z test_identity_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9292917Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9293212Z test_identity_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9293537Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:33:50.9293838Z test_identity_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9294163Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9294463Z test_identity_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9294789Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9295206Z test_identity_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9295563Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9295863Z test_identity_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9296177Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:33:50.9296497Z test_identity_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9296916Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9297234Z test_identity_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9298549Z Tests that the identity value is an identity for the operator ... 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:50.9298853Z result = torch.empty(shape, device=device, dtype=dtype) 2022-11-23T02:33:50.9298998Z ok (0.000s) 2022-11-23T02:33:50.9299314Z test_identity_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9299651Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9299951Z test_identity_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9300282Z Tests that the identity value is an identity for the operator ... ok (0.010s) 2022-11-23T02:33:50.9300584Z test_identity_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9300913Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9301215Z test_identity_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9301542Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9301844Z test_identity_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9302168Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9302459Z test_identity_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9302762Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9303192Z test_identity_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9303593Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9303895Z test_identity_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9304278Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9304579Z test_identity_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9304979Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9305287Z test_identity_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9305619Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9305915Z test_identity_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9306233Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9306547Z test_identity_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9306873Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9307183Z test_identity_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9307507Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9307804Z test_identity_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9308128Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9308526Z test_identity_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9308881Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9309182Z test_identity_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9309505Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9309804Z test_identity_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9310205Z Tests that the identity value is an identity for the operator ... ok (0.001s) 2022-11-23T02:33:50.9310501Z test_identity_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9310920Z Tests that the identity value is an identity for the operator ... ok (0.002s) 2022-11-23T02:33:50.9311295Z test_identity_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9311619Z Tests that the identity value is an identity for the operator ... ok (0.003s) 2022-11-23T02:33:50.9311908Z test_identity_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9312231Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9312519Z test_identity_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9312837Z Tests that the identity value is an identity for the operator ... ok (0.006s) 2022-11-23T02:33:50.9313130Z test_identity_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9313442Z Tests that the identity value is an identity for the operator ... ok (0.000s) 2022-11-23T02:33:50.9313724Z test_logsumexp_cuda (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9314099Z test_logsumexp_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.9314398Z test_max_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9314712Z test_max_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9315020Z test_max_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.001s) 2022-11-23T02:33:50.9315324Z test_max_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9315710Z test_max_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.9316091Z test_max_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.9316650Z test_max_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9316983Z test_max_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9317378Z test_max_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9317780Z test_max_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9318139Z test_mean_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.9318535Z test_mean_int_with_optdtype_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:50.9318876Z test_median_corner_cases_cuda (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T02:33:50.9319556Z test_median_nan_values_cuda_float16 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1119: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:33:50.9319873Z r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, 2022-11-23T02:33:50.9320017Z ok (0.090s) 2022-11-23T02:33:50.9320335Z test_median_nan_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.085s) 2022-11-23T02:33:50.9320675Z test_median_nan_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.080s) 2022-11-23T02:33:50.9321008Z test_median_real_values_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.045s) 2022-11-23T02:33:50.9321351Z test_median_real_values_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.041s) 2022-11-23T02:33:50.9321805Z test_median_real_values_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.039s) 2022-11-23T02:33:50.9322170Z test_median_real_values_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.030s) 2022-11-23T02:33:50.9322512Z test_median_real_values_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.021s) 2022-11-23T02:33:50.9322812Z test_min_cuda_bool (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.9323192Z test_min_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:50.9323498Z test_min_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:50.9323795Z test_min_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9324236Z test_min_elementwise_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:33:50.9324628Z test_min_max_nan_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9325007Z test_min_mixed_devices_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:50.9325343Z test_min_with_inf_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9325666Z test_min_with_inf_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.9325987Z test_min_with_inf_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9326315Z test_min_with_inf_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T02:33:50.9326627Z test_minmax_illegal_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T02:33:50.9327011Z test_mode_boolean_cuda (__main__.TestReductionsCUDA) ... tensor([9, 9, 9, 9, 9, 9, 9, 9, 9, 9], device='cuda:0') 2022-11-23T02:33:50.9327234Z tensor([5, 5, 5, 5, 5, 5, 5, 5, 5, 5], device='cuda:0') 2022-11-23T02:33:50.9327446Z tensor([2047, 2047, 2047, 2047], device='cuda:0') 2022-11-23T02:33:50.9327656Z tensor([1024, 1024, 1024, 1024], device='cuda:0') 2022-11-23T02:33:50.9327844Z tensor([2047], device='cuda:0') 2022-11-23T02:33:50.9328025Z tensor([0], device='cuda:0') 2022-11-23T02:33:50.9328172Z ok (0.010s) 2022-11-23T02:33:50.9328480Z test_mode_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9328790Z test_mode_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9329093Z test_mode_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:50.9329529Z test_mode_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:50.9329828Z test_mode_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.9330211Z test_mode_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:50.9330522Z test_mode_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.9330827Z test_mode_large_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:50.9331236Z test_mode_large_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T02:33:50.9331636Z test_mode_large_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T02:33:50.9331959Z test_mode_large_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-11-23T02:33:50.9332275Z test_mode_large_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T02:33:50.9332591Z test_mode_large_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T02:33:50.9332912Z test_mode_large_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-11-23T02:33:50.9333227Z test_mode_large_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.013s) 2022-11-23T02:33:50.9333543Z test_mode_large_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:50.9333862Z test_mode_wrong_device_cuda (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9334181Z test_mode_wrong_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.9334509Z test_nan_policy_omit_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9334911Z Tests that NaN values do not affect the result. ... ok (0.002s) 2022-11-23T02:33:50.9335256Z test_nan_policy_omit_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9335535Z Tests that NaN values do not affect the result. ... ok (0.003s) 2022-11-23T02:33:50.9335853Z test_nan_policy_omit_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9336132Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:33:50.9336428Z test_nan_policy_omit_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9336798Z Tests that NaN values do not affect the result. ... ok (0.006s) 2022-11-23T02:33:50.9337131Z test_nan_policy_omit_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9337410Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:33:50.9337732Z test_nan_policy_omit_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9338095Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:33:50.9338513Z test_nan_policy_omit_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9338795Z Tests that NaN values do not affect the result. ... ok (0.000s) 2022-11-23T02:33:50.9339116Z test_nan_policy_omit_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9339406Z Tests that NaN values do not affect the result. ... ok (0.011s) 2022-11-23T02:33:50.9339760Z test_nan_policy_propagate_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9340083Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9340425Z test_nan_policy_propagate_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9340741Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9341078Z test_nan_policy_propagate_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9341384Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9341703Z test_nan_policy_propagate_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9342014Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9342350Z test_nan_policy_propagate_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9342797Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9343135Z test_nan_policy_propagate_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9343445Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9343859Z test_nan_policy_propagate_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9344170Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9344509Z test_nan_policy_propagate_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9344900Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9345390Z test_nan_policy_propagate_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9345703Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9346090Z test_nan_policy_propagate_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9346405Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9346788Z test_nan_policy_propagate_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9347094Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9347468Z test_nan_policy_propagate_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9347754Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9348130Z test_nan_policy_propagate_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9348552Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9349056Z test_nan_policy_propagate_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9349370Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9349748Z test_nan_policy_propagate_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9350056Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9350418Z test_nan_policy_propagate_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9350834Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9351195Z test_nan_policy_propagate_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9351500Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:33:50.9352015Z test_nan_policy_propagate_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9352334Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9352698Z test_nan_policy_propagate_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9353004Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9353365Z test_nan_policy_propagate_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9353668Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9354026Z test_nan_policy_propagate_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9354314Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9354671Z test_nan_policy_propagate_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9354980Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T02:33:50.9355370Z test_nan_policy_propagate_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9355672Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9356054Z test_nan_policy_propagate_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9356495Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9356872Z test_nan_policy_propagate_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9357179Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9357647Z test_nan_policy_propagate_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9357960Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9358326Z test_nan_policy_propagate_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9358715Z Tests that nan is propagated to the output by default ... ok (0.004s) 2022-11-23T02:33:50.9359169Z test_nan_policy_propagate_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9359480Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9359848Z test_nan_policy_propagate_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9360162Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9360495Z test_nan_policy_propagate_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9360803Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9361153Z test_nan_policy_propagate_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9361461Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9361810Z test_nan_policy_propagate_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9362224Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9362611Z test_nan_policy_propagate_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9362920Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9363282Z test_nan_policy_propagate_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9363586Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9363947Z test_nan_policy_propagate_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9364339Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9364700Z test_nan_policy_propagate_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9365004Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9365443Z test_nan_policy_propagate_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9365900Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9366274Z test_nan_policy_propagate_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9366574Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9366932Z test_nan_policy_propagate_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9367240Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9367600Z test_nan_policy_propagate_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9367906Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9368258Z test_nan_policy_propagate_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9368561Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9368923Z test_nan_policy_propagate_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9369225Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9369576Z test_nan_policy_propagate_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9370011Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9370374Z test_nan_policy_propagate_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9370675Z Tests that nan is propagated to the output by default ... ok (0.689s) 2022-11-23T02:33:50.9371123Z test_nan_policy_propagate_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9371433Z Tests that nan is propagated to the output by default ... ok (0.701s) 2022-11-23T02:33:50.9371788Z test_nan_policy_propagate_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9372157Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9372527Z test_nan_policy_propagate_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9372811Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9373239Z test_nan_policy_propagate_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9373552Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9373906Z test_nan_policy_propagate_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9374214Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9374578Z test_nan_policy_propagate_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9374884Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9375243Z test_nan_policy_propagate_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9375651Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9376022Z test_nan_policy_propagate_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9376324Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9376677Z test_nan_policy_propagate_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9376989Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9377341Z test_nan_policy_propagate_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9377643Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9377998Z test_nan_policy_propagate_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9378387Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9378744Z test_nan_policy_propagate_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9379050Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9379478Z test_nan_policy_propagate_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9379850Z Tests that nan is propagated to the output by default ... ok (0.003s) 2022-11-23T02:33:50.9380215Z test_nan_policy_propagate_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9380515Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9380864Z test_nan_policy_propagate_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9381168Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9381515Z test_nan_policy_propagate_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9381822Z Tests that nan is propagated to the output by default ... ok (0.006s) 2022-11-23T02:33:50.9382220Z test_nan_policy_propagate_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9382572Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9382915Z test_nan_policy_propagate_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9383218Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9383691Z test_nan_policy_propagate_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9383993Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9384325Z test_nan_policy_propagate_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9384609Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9384944Z test_nan_policy_propagate_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9385333Z Tests that nan is propagated to the output by default ... ok (0.010s) 2022-11-23T02:33:50.9385676Z test_nan_policy_propagate_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9385979Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9386396Z test_nan_policy_propagate_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9386764Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9387117Z test_nan_policy_propagate_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9387422Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9387764Z test_nan_policy_propagate_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9388065Z Tests that nan is propagated to the output by default ... ok (0.000s) 2022-11-23T02:33:50.9388390Z test_nan_policy_propagate_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9388694Z Tests that nan is propagated to the output by default ... ok (0.011s) 2022-11-23T02:33:50.9389131Z test_nan_policy_propagate_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9389455Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9389789Z test_nan_policy_propagate_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9390088Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9390406Z test_nan_policy_propagate_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9390711Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9391054Z test_nan_policy_propagate_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9391359Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9391702Z test_nan_policy_propagate_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9392086Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9392425Z test_nan_policy_propagate_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9392725Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9393131Z test_nan_policy_propagate_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9393518Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9393860Z test_nan_policy_propagate_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9394159Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9394498Z test_nan_policy_propagate_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9394803Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9395146Z test_nan_policy_propagate_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9395453Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9395801Z test_nan_policy_propagate_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9396088Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9396419Z test_nan_policy_propagate_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9396724Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9397190Z test_nan_policy_propagate_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9397501Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9397834Z test_nan_policy_propagate_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9398144Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9398484Z test_nan_policy_propagate_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9398941Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9399295Z test_nan_policy_propagate_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9399602Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9400020Z test_nan_policy_propagate_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9400455Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9400792Z test_nan_policy_propagate_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9401097Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9401427Z test_nan_policy_propagate_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9401729Z Tests that nan is propagated to the output by default ... ok (0.001s) 2022-11-23T02:33:50.9402041Z test_nan_policy_propagate_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9402343Z Tests that nan is propagated to the output by default ... ok (0.002s) 2022-11-23T02:33:50.9402804Z test_nansum_complex_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.9403182Z test_nansum_complex_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.000s) 2022-11-23T02:33:50.9403499Z test_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T02:33:50.9403821Z test_nansum_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.9404133Z test_nansum_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:50.9404446Z test_nansum_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.007s) 2022-11-23T02:33:50.9404752Z test_nansum_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:50.9405059Z test_nansum_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:50.9405366Z test_nansum_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:50.9405760Z test_nansum_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.9406074Z test_nansum_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.9406922Z test_nansum_out_dtype_cuda_float16 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: overflow encountered in reduce 2022-11-23T02:33:50.9407226Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T02:33:50.9407372Z ok (0.000s) 2022-11-23T02:33:50.9407716Z test_nansum_out_dtype_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9408037Z test_nansum_out_dtype_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:50.9408373Z test_nansum_out_dtype_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9408708Z test_nansum_out_dtype_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9409044Z test_nansum_out_dtype_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9409388Z test_nansum_out_dtype_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:50.9409723Z test_nansum_out_dtype_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:50.9410426Z test_nansum_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:86: RuntimeWarning: invalid value encountered in reduce 2022-11-23T02:33:50.9410852Z return ufunc.reduce(obj, axis, dtype, out, **passkwargs) 2022-11-23T02:33:50.9410996Z ok (0.058s) 2022-11-23T02:33:50.9411337Z test_nansum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.061s) 2022-11-23T02:33:50.9411674Z test_nansum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.061s) 2022-11-23T02:33:50.9412008Z test_nansum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.030s) 2022-11-23T02:33:50.9412415Z test_nansum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T02:33:50.9412757Z test_nansum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.036s) 2022-11-23T02:33:50.9413088Z test_nansum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.029s) 2022-11-23T02:33:50.9413498Z test_nansum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.006s) 2022-11-23T02:33:50.9413926Z test_noncontiguous_all_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9414251Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9414555Z test_noncontiguous_all_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9414878Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9415218Z test_noncontiguous_all_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9415542Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9415875Z test_noncontiguous_all_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9416307Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9416654Z test_noncontiguous_all_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9416977Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:33:50.9417308Z test_noncontiguous_all_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9417629Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9417949Z test_noncontiguous_all_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9418269Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9418590Z test_noncontiguous_all_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9418912Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9419304Z test_noncontiguous_all_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9419631Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9419928Z test_noncontiguous_all_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9420308Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9420692Z test_noncontiguous_all_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9421017Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9421343Z test_noncontiguous_all_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9421662Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9421990Z test_noncontiguous_all_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9422312Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9422630Z test_noncontiguous_all_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9422953Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9423275Z test_noncontiguous_all_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9423590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9424044Z test_noncontiguous_all_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9424359Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9424680Z test_noncontiguous_all_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9424994Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9425317Z test_noncontiguous_all_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9425616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9425939Z test_noncontiguous_all_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9426259Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9426582Z test_noncontiguous_all_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9426898Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9427221Z test_noncontiguous_all_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9427538Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9427862Z test_noncontiguous_all_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9428180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9428509Z test_noncontiguous_all_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9428821Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9429135Z test_noncontiguous_all_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9429616Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9429955Z test_noncontiguous_all_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9430275Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9430601Z test_noncontiguous_all_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9430971Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T02:33:50.9431298Z test_noncontiguous_all_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9431621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9432009Z test_noncontiguous_all_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9432415Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9432736Z test_noncontiguous_all_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9433057Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9433373Z test_noncontiguous_all_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9433687Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9434012Z test_noncontiguous_all_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9434329Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T02:33:50.9434650Z test_noncontiguous_all_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9434965Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9435285Z test_noncontiguous_all_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9435596Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9435917Z test_noncontiguous_all_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9436234Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9436549Z test_noncontiguous_all_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9436861Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9437315Z test_noncontiguous_all_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9437628Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9437955Z test_noncontiguous_all_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9438272Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9438592Z test_noncontiguous_all_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9438906Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9439228Z test_noncontiguous_all_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9439546Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9439864Z test_noncontiguous_all_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9440181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9440497Z test_noncontiguous_all_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9440815Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9441127Z test_noncontiguous_all_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9441441Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9441738Z test_noncontiguous_all_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9442054Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9442365Z test_noncontiguous_all_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9442782Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9443141Z test_noncontiguous_all_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9443459Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9443797Z test_noncontiguous_all_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9444115Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9444443Z test_noncontiguous_all_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9444755Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9445084Z test_noncontiguous_all_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9445404Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9445727Z test_noncontiguous_all_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9446044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9446365Z test_noncontiguous_all_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9446676Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9447001Z test_noncontiguous_all_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9447298Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9447624Z test_noncontiguous_all_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9448016Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9448361Z test_noncontiguous_all_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9448725Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9449121Z test_noncontiguous_all_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9449663Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9450078Z test_noncontiguous_all_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9450470Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9451141Z test_noncontiguous_all_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9451527Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9451987Z test_noncontiguous_all_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9452454Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9452847Z test_noncontiguous_all_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9453284Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9453664Z test_noncontiguous_all_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9454090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9454411Z test_noncontiguous_all_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9454715Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9455035Z test_noncontiguous_all_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9455348Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9455668Z test_noncontiguous_all_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9455986Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9456350Z test_noncontiguous_all_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9456667Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9457130Z test_noncontiguous_all_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9457467Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9457841Z test_noncontiguous_all_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9458163Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9458528Z test_noncontiguous_all_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9458846Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9459202Z test_noncontiguous_all_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9459519Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.012s) 2022-11-23T02:33:50.9459846Z test_noncontiguous_all_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9460162Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9460520Z test_noncontiguous_all_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9460842Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9461195Z test_noncontiguous_all_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9461520Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9461864Z test_noncontiguous_all_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9462184Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9462529Z test_noncontiguous_all_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9462847Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9463189Z test_noncontiguous_all_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9463508Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9463857Z test_noncontiguous_all_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9464180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9464560Z test_noncontiguous_all_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9465006Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.008s) 2022-11-23T02:33:50.9465388Z test_noncontiguous_all_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9465709Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.007s) 2022-11-23T02:33:50.9466062Z test_noncontiguous_all_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9466381Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.005s) 2022-11-23T02:33:50.9466754Z test_noncontiguous_all_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9467082Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.005s) 2022-11-23T02:33:50.9467451Z test_noncontiguous_all_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9467766Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9468134Z test_noncontiguous_all_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9468454Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9468808Z test_noncontiguous_all_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9469123Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9469472Z test_noncontiguous_all_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9469791Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9470240Z test_noncontiguous_all_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9470580Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9470933Z test_noncontiguous_all_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9471247Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9471597Z test_noncontiguous_all_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9471901Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9472242Z test_noncontiguous_all_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9472561Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9472904Z test_noncontiguous_all_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9473217Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9473565Z test_noncontiguous_all_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9473884Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9474226Z test_noncontiguous_all_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9474550Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9474902Z test_noncontiguous_all_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9475224Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9475565Z test_noncontiguous_all_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9475874Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9476214Z test_noncontiguous_all_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9476528Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9476874Z test_noncontiguous_all_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9477192Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9477506Z test_noncontiguous_all_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9477947Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9478289Z test_noncontiguous_all_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9478608Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9478947Z test_noncontiguous_all_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9479267Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9479605Z test_noncontiguous_all_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9479928Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9480362Z test_noncontiguous_all_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9480681Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9481120Z test_noncontiguous_all_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9481509Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9481865Z test_noncontiguous_all_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9482181Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9482535Z test_noncontiguous_all_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9482851Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9483207Z test_noncontiguous_all_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9483609Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9483982Z test_noncontiguous_all_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9484290Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9484638Z test_noncontiguous_all_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9484960Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9485303Z test_noncontiguous_all_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9485621Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9485965Z test_noncontiguous_all_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9486280Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9486626Z test_noncontiguous_all_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9486943Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9487304Z test_noncontiguous_all_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9487620Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9487973Z test_noncontiguous_all_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9488289Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9488626Z test_noncontiguous_all_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9488941Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9489275Z test_noncontiguous_all_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9489586Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9489937Z test_noncontiguous_all_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9490253Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9490596Z test_noncontiguous_all_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9491978Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9492327Z test_noncontiguous_all_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9492650Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9492994Z test_noncontiguous_all_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9493310Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9493658Z test_noncontiguous_all_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9493975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9494358Z test_noncontiguous_all_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9494673Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9495037Z test_noncontiguous_all_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9495361Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9495726Z test_noncontiguous_all_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9496025Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9496391Z test_noncontiguous_all_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9496711Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9497070Z test_noncontiguous_all_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9497510Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9497903Z test_noncontiguous_all_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9498222Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:33:50.9498584Z test_noncontiguous_all_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9498906Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9499268Z test_noncontiguous_all_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9499590Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9499957Z test_noncontiguous_all_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9500274Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9500624Z test_noncontiguous_all_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9500943Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9501293Z test_noncontiguous_all_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9501614Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9501958Z test_noncontiguous_all_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9502272Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9502635Z test_noncontiguous_all_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9502951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9503300Z test_noncontiguous_all_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9503614Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9504028Z test_noncontiguous_all_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9504351Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9504696Z test_noncontiguous_all_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9505016Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9505500Z test_noncontiguous_all_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9505823Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9506163Z test_noncontiguous_all_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9506482Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9506821Z test_noncontiguous_all_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9507139Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9507483Z test_noncontiguous_all_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9507802Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9508127Z test_noncontiguous_all_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9508452Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9508809Z test_noncontiguous_all_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9509131Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9509476Z test_noncontiguous_all_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9509793Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9510134Z test_noncontiguous_all_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9510559Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9510917Z test_noncontiguous_all_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9511235Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9511589Z test_noncontiguous_all_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9511911Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9512254Z test_noncontiguous_all_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9512577Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9512945Z test_noncontiguous_all_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9513261Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.013s) 2022-11-23T02:33:50.9513624Z test_noncontiguous_all_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9513930Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9514281Z test_noncontiguous_all_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9514602Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9514958Z test_noncontiguous_all_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9515291Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9515636Z test_noncontiguous_all_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9515951Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9516298Z test_noncontiguous_all_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9516615Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9516961Z test_noncontiguous_all_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9517283Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9517620Z test_noncontiguous_all_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9517936Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9518402Z test_noncontiguous_all_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9518729Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9519073Z test_noncontiguous_all_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9519393Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9519722Z test_noncontiguous_all_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9520040Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9520409Z test_noncontiguous_all_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9520729Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9521090Z test_noncontiguous_all_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9521408Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9521760Z test_noncontiguous_all_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9522077Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9522418Z test_noncontiguous_all_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9522739Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9523088Z test_noncontiguous_all_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9523406Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9523845Z test_noncontiguous_all_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9524185Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9524520Z test_noncontiguous_all_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9524840Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9525175Z test_noncontiguous_all_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9525472Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9525809Z test_noncontiguous_all_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9526127Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9526463Z test_noncontiguous_all_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9526784Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.005s) 2022-11-23T02:33:50.9527131Z test_noncontiguous_all_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9527443Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9527777Z test_noncontiguous_all_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9528095Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9528456Z test_noncontiguous_all_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9528775Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9529123Z test_noncontiguous_all_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9529437Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9529776Z test_noncontiguous_all_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9530101Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9530437Z test_noncontiguous_all_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9530736Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9531080Z test_noncontiguous_all_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9531518Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9531857Z test_noncontiguous_all_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9532173Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9532508Z test_noncontiguous_all_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9532836Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9533167Z test_noncontiguous_all_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9533485Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9533819Z test_noncontiguous_all_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9534135Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9534473Z test_noncontiguous_all_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9534790Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9535132Z test_noncontiguous_all_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9535450Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9535804Z test_noncontiguous_all_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9536111Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9536440Z test_noncontiguous_all_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9536974Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9537406Z test_noncontiguous_all_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9537801Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9538148Z test_noncontiguous_all_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9538464Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9538800Z test_noncontiguous_all_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9539117Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9539452Z test_noncontiguous_all_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9539774Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.004s) 2022-11-23T02:33:50.9540118Z test_noncontiguous_all_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9540436Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9540765Z test_noncontiguous_all_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9541080Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.005s) 2022-11-23T02:33:50.9541420Z test_noncontiguous_all_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9541742Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9542076Z test_noncontiguous_all_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9542372Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9542702Z test_noncontiguous_all_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9543014Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9543362Z test_noncontiguous_all_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9543680Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9544013Z test_noncontiguous_all_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9544328Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9544779Z test_noncontiguous_all_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9545097Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9545416Z test_noncontiguous_all_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9545735Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9546056Z test_noncontiguous_all_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9546367Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9546713Z test_noncontiguous_all_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9547029Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9547360Z test_noncontiguous_all_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9547675Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9547995Z test_noncontiguous_all_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9548313Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9548692Z test_noncontiguous_all_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9549024Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9549361Z test_noncontiguous_all_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9549682Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9550118Z test_noncontiguous_all_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9550458Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9550791Z test_noncontiguous_all_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9551112Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9551451Z test_noncontiguous_all_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9551776Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9552108Z test_noncontiguous_all_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9552430Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9552754Z test_noncontiguous_all_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9553069Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9553378Z test_noncontiguous_all_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9553700Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9554022Z test_noncontiguous_all_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9554347Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9554671Z test_noncontiguous_all_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9554994Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9555324Z test_noncontiguous_all_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9555643Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9555986Z test_noncontiguous_all_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9556304Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9556635Z test_noncontiguous_all_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9556955Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9557301Z test_noncontiguous_all_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9557743Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9558083Z test_noncontiguous_all_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9558399Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9558743Z test_noncontiguous_all_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9559044Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9559377Z test_noncontiguous_all_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9559697Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9560029Z test_noncontiguous_all_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9560404Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9560733Z test_noncontiguous_all_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9561057Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9561380Z test_noncontiguous_all_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9561699Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9562022Z test_noncontiguous_all_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9562338Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9562662Z test_noncontiguous_all_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9562979Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9564501Z test_noncontiguous_all_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9564899Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.001s) 2022-11-23T02:33:50.9565224Z test_noncontiguous_all_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9565554Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9565860Z test_noncontiguous_all_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9566180Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9566518Z test_noncontiguous_all_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9566839Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9567172Z test_noncontiguous_all_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9567492Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.006s) 2022-11-23T02:33:50.9567826Z test_noncontiguous_all_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9568148Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9568475Z test_noncontiguous_all_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9568803Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9569126Z test_noncontiguous_all_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9569445Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.010s) 2022-11-23T02:33:50.9569771Z test_noncontiguous_all_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9570090Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9570407Z test_noncontiguous_all_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9570722Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9571045Z test_noncontiguous_all_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9571363Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9571697Z test_noncontiguous_all_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9572163Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.000s) 2022-11-23T02:33:50.9572502Z test_noncontiguous_all_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9572818Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.011s) 2022-11-23T02:33:50.9573148Z test_noncontiguous_all_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9573463Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9573792Z test_noncontiguous_all_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9574107Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9574429Z test_noncontiguous_all_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9574749Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9575066Z test_noncontiguous_all_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9575383Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9575696Z test_noncontiguous_all_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9576010Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9576324Z test_noncontiguous_all_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9576626Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9576940Z test_noncontiguous_all_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9577261Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9577689Z test_noncontiguous_all_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9578031Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.002s) 2022-11-23T02:33:50.9578359Z test_noncontiguous_all_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9578677Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9579015Z test_noncontiguous_all_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9579333Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9579664Z test_noncontiguous_all_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9579975Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9580299Z test_noncontiguous_all_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9580617Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9580943Z test_noncontiguous_all_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9581260Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9581581Z test_noncontiguous_all_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9581886Z Tests reducing all dimensions of a noncontiguous tensor. ... ok (0.003s) 2022-11-23T02:33:50.9582238Z test_noncontiguous_expanded_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9582570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9582909Z test_noncontiguous_expanded_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9583246Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9583601Z test_noncontiguous_expanded_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9583936Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9584294Z test_noncontiguous_expanded_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9584625Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9584970Z test_noncontiguous_expanded_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9585419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9585759Z test_noncontiguous_expanded_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9586088Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9586435Z test_noncontiguous_expanded_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9586761Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9587098Z test_noncontiguous_expanded_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9587426Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9587742Z test_noncontiguous_expanded_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9588073Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9588412Z test_noncontiguous_expanded_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9588736Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9589068Z test_noncontiguous_expanded_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9589402Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9589741Z test_noncontiguous_expanded_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9590071Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:33:50.9590419Z test_noncontiguous_expanded_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9590850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9591209Z test_noncontiguous_expanded_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9591537Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9591891Z test_noncontiguous_expanded_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9592219Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9592567Z test_noncontiguous_expanded_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9592894Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9593233Z test_noncontiguous_expanded_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9593536Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:33:50.9593875Z test_noncontiguous_expanded_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9594203Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9594535Z test_noncontiguous_expanded_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9594862Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9595200Z test_noncontiguous_expanded_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9595525Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9595863Z test_noncontiguous_expanded_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9596190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9596524Z test_noncontiguous_expanded_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9596849Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9597197Z test_noncontiguous_expanded_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9597528Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9597869Z test_noncontiguous_expanded_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9598323Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9598675Z test_noncontiguous_expanded_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9599000Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9599329Z test_noncontiguous_expanded_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9599653Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9599996Z test_noncontiguous_expanded_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9600331Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9600678Z test_noncontiguous_expanded_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9601007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9601344Z test_noncontiguous_expanded_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9601676Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9602014Z test_noncontiguous_expanded_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9602346Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9602689Z test_noncontiguous_expanded_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9603018Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9603352Z test_noncontiguous_expanded_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9603778Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9604147Z test_noncontiguous_expanded_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9604476Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9604816Z test_noncontiguous_expanded_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9605153Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9605489Z test_noncontiguous_expanded_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9605824Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9606180Z test_noncontiguous_expanded_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9606510Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9606856Z test_noncontiguous_expanded_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9607189Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9607534Z test_noncontiguous_expanded_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9607861Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9608206Z test_noncontiguous_expanded_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9608534Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9608873Z test_noncontiguous_expanded_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9609202Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9609541Z test_noncontiguous_expanded_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9609867Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9610204Z test_noncontiguous_expanded_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9610536Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9610877Z test_noncontiguous_expanded_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9611190Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9611658Z test_noncontiguous_expanded_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9611994Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:33:50.9612361Z test_noncontiguous_expanded_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9612690Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9613047Z test_noncontiguous_expanded_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9613379Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9613747Z test_noncontiguous_expanded_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9614079Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9614435Z test_noncontiguous_expanded_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9614768Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9615118Z test_noncontiguous_expanded_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9615445Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9615795Z test_noncontiguous_expanded_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9616117Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9616458Z test_noncontiguous_expanded_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9616786Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9617228Z test_noncontiguous_expanded_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9617578Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9617934Z test_noncontiguous_expanded_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9618265Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9618631Z test_noncontiguous_expanded_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9618958Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9619322Z test_noncontiguous_expanded_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9619655Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9620009Z test_noncontiguous_expanded_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9620344Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9620705Z test_noncontiguous_expanded_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9621034Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9621385Z test_noncontiguous_expanded_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9621721Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9622067Z test_noncontiguous_expanded_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9622389Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9622731Z test_noncontiguous_expanded_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9623037Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9623386Z test_noncontiguous_expanded_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9623715Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9624070Z test_noncontiguous_expanded_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9624398Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9624902Z test_noncontiguous_expanded_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9625233Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9625603Z test_noncontiguous_expanded_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9625929Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9626311Z test_noncontiguous_expanded_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9626644Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9627035Z test_noncontiguous_expanded_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9627364Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9627739Z test_noncontiguous_expanded_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9628071Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9628442Z test_noncontiguous_expanded_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9628770Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9629153Z test_noncontiguous_expanded_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9629469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9629840Z test_noncontiguous_expanded_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9630272Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9630670Z test_noncontiguous_expanded_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9631008Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9631381Z test_noncontiguous_expanded_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9631714Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:33:50.9632082Z test_noncontiguous_expanded_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9632409Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9632776Z test_noncontiguous_expanded_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9633098Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9633492Z test_noncontiguous_expanded_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9633822Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9634223Z test_noncontiguous_expanded_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9634553Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9634958Z test_noncontiguous_expanded_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9635286Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.012s) 2022-11-23T02:33:50.9635667Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9635980Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9636370Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9636702Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9637088Z test_noncontiguous_expanded_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9637418Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9637796Z test_noncontiguous_expanded_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9638460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9638892Z test_noncontiguous_expanded_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9639308Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9639684Z test_noncontiguous_expanded_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9640015Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9640386Z test_noncontiguous_expanded_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9640723Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9641087Z test_noncontiguous_expanded_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9641419Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9641789Z test_noncontiguous_expanded_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9642121Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9642481Z test_noncontiguous_expanded_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9642795Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9643156Z test_noncontiguous_expanded_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9643488Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:33:50.9643971Z test_noncontiguous_expanded_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9644324Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9644781Z test_noncontiguous_expanded_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9645171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9645613Z test_noncontiguous_expanded_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9645947Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9646318Z test_noncontiguous_expanded_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9646654Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9647023Z test_noncontiguous_expanded_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9647361Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9647724Z test_noncontiguous_expanded_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9648057Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9648431Z test_noncontiguous_expanded_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9648798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9649145Z test_noncontiguous_expanded_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9649477Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9649838Z test_noncontiguous_expanded_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9650172Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9650546Z test_noncontiguous_expanded_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9650957Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9651402Z test_noncontiguous_expanded_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9651822Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9652342Z test_noncontiguous_expanded_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9652685Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9653063Z test_noncontiguous_expanded_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9653397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9653777Z test_noncontiguous_expanded_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9654109Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9654489Z test_noncontiguous_expanded_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9654821Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9655190Z test_noncontiguous_expanded_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9655530Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9655882Z test_noncontiguous_expanded_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9656219Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9656593Z test_noncontiguous_expanded_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9657003Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9657389Z test_noncontiguous_expanded_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9657897Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9658385Z test_noncontiguous_expanded_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9658724Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9659109Z test_noncontiguous_expanded_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9659440Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9659818Z test_noncontiguous_expanded_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9660150Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9660526Z test_noncontiguous_expanded_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9660856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9661228Z test_noncontiguous_expanded_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9661559Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9661926Z test_noncontiguous_expanded_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9662267Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9662616Z test_noncontiguous_expanded_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9662948Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9663323Z test_noncontiguous_expanded_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9663727Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9664107Z test_noncontiguous_expanded_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9664569Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9664968Z test_noncontiguous_expanded_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9665303Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9665693Z test_noncontiguous_expanded_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9666163Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9666550Z test_noncontiguous_expanded_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9666882Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:33:50.9667270Z test_noncontiguous_expanded_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9667601Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9667983Z test_noncontiguous_expanded_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9668316Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9668694Z test_noncontiguous_expanded_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9669022Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9669386Z test_noncontiguous_expanded_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9669785Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9670168Z test_noncontiguous_expanded_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9670624Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9671011Z test_noncontiguous_expanded_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9671341Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9671817Z test_noncontiguous_expanded_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9672167Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9672530Z test_noncontiguous_expanded_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9672864Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9673235Z test_noncontiguous_expanded_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9673562Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9673939Z test_noncontiguous_expanded_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9674271Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9674639Z test_noncontiguous_expanded_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9674975Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9675346Z test_noncontiguous_expanded_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9675682Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9676114Z test_noncontiguous_expanded_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9676499Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9676939Z test_noncontiguous_expanded_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9677279Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9677637Z test_noncontiguous_expanded_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9677967Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9678330Z test_noncontiguous_expanded_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9678664Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9679027Z test_noncontiguous_expanded_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9679357Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9679845Z test_noncontiguous_expanded_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9680171Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.007s) 2022-11-23T02:33:50.9680541Z test_noncontiguous_expanded_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9680872Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9681242Z test_noncontiguous_expanded_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9681571Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9682019Z test_noncontiguous_expanded_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9682336Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9682753Z test_noncontiguous_expanded_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9683159Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9683539Z test_noncontiguous_expanded_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9683871Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9684238Z test_noncontiguous_expanded_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9684570Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9684950Z test_noncontiguous_expanded_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9685390Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9685797Z test_noncontiguous_expanded_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9686125Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9686494Z test_noncontiguous_expanded_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9686822Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9687188Z test_noncontiguous_expanded_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9687516Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9687881Z test_noncontiguous_expanded_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9688272Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9688648Z test_noncontiguous_expanded_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9689029Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9689457Z test_noncontiguous_expanded_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9689797Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9690162Z test_noncontiguous_expanded_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9690496Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9690863Z test_noncontiguous_expanded_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9691187Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9691554Z test_noncontiguous_expanded_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9691887Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9692253Z test_noncontiguous_expanded_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9692578Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.008s) 2022-11-23T02:33:50.9692955Z test_noncontiguous_expanded_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9693420Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9693793Z test_noncontiguous_expanded_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9694122Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9694492Z test_noncontiguous_expanded_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9694911Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9695288Z test_noncontiguous_expanded_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9695664Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9696114Z test_noncontiguous_expanded_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9696451Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9696826Z test_noncontiguous_expanded_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9697165Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9697528Z test_noncontiguous_expanded_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9697859Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9698215Z test_noncontiguous_expanded_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9698546Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9699015Z test_noncontiguous_expanded_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9699373Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9699734Z test_noncontiguous_expanded_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9700072Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9700442Z test_noncontiguous_expanded_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9700776Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9701139Z test_noncontiguous_expanded_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9701469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9701910Z test_noncontiguous_expanded_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9702250Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9702691Z test_noncontiguous_expanded_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9703097Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9703464Z test_noncontiguous_expanded_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9703798Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9704169Z test_noncontiguous_expanded_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9704494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.008s) 2022-11-23T02:33:50.9704857Z test_noncontiguous_expanded_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9705188Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9705555Z test_noncontiguous_expanded_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9705888Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9706248Z test_noncontiguous_expanded_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9706579Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9707893Z test_noncontiguous_expanded_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9708266Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9708486Z test_noncontiguous_expanded_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9708675Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9708894Z test_noncontiguous_expanded_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9709176Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9709724Z test_noncontiguous_expanded_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9710084Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9710425Z test_noncontiguous_expanded_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9710623Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9710841Z test_noncontiguous_expanded_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9711030Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.010s) 2022-11-23T02:33:50.9711239Z test_noncontiguous_expanded_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9711427Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9711638Z test_noncontiguous_expanded_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9711943Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9712182Z test_noncontiguous_expanded_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9712511Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9712769Z test_noncontiguous_expanded_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9713115Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9713496Z test_noncontiguous_expanded_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9713842Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9714225Z test_noncontiguous_expanded_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9714552Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9714934Z test_noncontiguous_expanded_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9715380Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9715604Z test_noncontiguous_expanded_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9715916Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:33:50.9716130Z test_noncontiguous_expanded_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9716454Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9716666Z test_noncontiguous_expanded_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9716850Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9717132Z test_noncontiguous_expanded_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9717347Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9717667Z test_noncontiguous_expanded_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9718026Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9718405Z test_noncontiguous_expanded_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9718761Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9719275Z test_noncontiguous_expanded_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9719479Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9719851Z test_noncontiguous_expanded_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9720215Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9720610Z test_noncontiguous_expanded_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9721245Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9721931Z test_noncontiguous_expanded_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9722355Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9723134Z test_noncontiguous_expanded_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9735081Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9736108Z test_noncontiguous_expanded_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9736516Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9737134Z test_noncontiguous_expanded_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9737890Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9738353Z test_noncontiguous_expanded_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9738960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9739400Z test_noncontiguous_expanded_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9739779Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9740276Z test_noncontiguous_expanded_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9740654Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9741016Z test_noncontiguous_expanded_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9741517Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.001s) 2022-11-23T02:33:50.9741933Z test_noncontiguous_expanded_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9742133Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9742336Z test_noncontiguous_expanded_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9742532Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9742732Z test_noncontiguous_expanded_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9742917Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9743121Z test_noncontiguous_expanded_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9743314Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9743518Z test_noncontiguous_expanded_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9743705Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.006s) 2022-11-23T02:33:50.9743900Z test_noncontiguous_expanded_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9744083Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9744295Z test_noncontiguous_expanded_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9744460Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9744667Z test_noncontiguous_expanded_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9744856Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9745208Z test_noncontiguous_expanded_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9745397Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9745600Z test_noncontiguous_expanded_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9745786Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.011s) 2022-11-23T02:33:50.9745986Z test_noncontiguous_expanded_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9746170Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9746372Z test_noncontiguous_expanded_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9746556Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9746746Z test_noncontiguous_expanded_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9746932Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9747252Z test_noncontiguous_expanded_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9747469Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9747659Z test_noncontiguous_expanded_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9747840Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9748268Z test_noncontiguous_expanded_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9748708Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9748924Z test_noncontiguous_expanded_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9749106Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9749303Z test_noncontiguous_expanded_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9749494Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9749700Z test_noncontiguous_expanded_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9749882Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9750080Z test_noncontiguous_expanded_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9750267Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9750466Z test_noncontiguous_expanded_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9750652Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9750849Z test_noncontiguous_expanded_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9751031Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9751233Z test_noncontiguous_expanded_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9751414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9751611Z test_noncontiguous_expanded_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9751792Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9751967Z test_noncontiguous_expanded_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9752155Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9752362Z test_noncontiguous_expanded_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9752554Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9752757Z test_noncontiguous_expanded_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9752940Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9753230Z test_noncontiguous_expanded_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9753412Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9753610Z test_noncontiguous_expanded_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9753960Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9754158Z test_noncontiguous_expanded_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9754414Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9754975Z test_noncontiguous_expanded_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9755351Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9755727Z test_noncontiguous_expanded_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9756096Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9756479Z test_noncontiguous_expanded_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9756817Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.002s) 2022-11-23T02:33:50.9757188Z test_noncontiguous_expanded_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9757563Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.000s) 2022-11-23T02:33:50.9757937Z test_noncontiguous_expanded_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9758305Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9758850Z test_noncontiguous_expanded_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9759241Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9759629Z test_noncontiguous_expanded_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9760007Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.004s) 2022-11-23T02:33:50.9760508Z test_noncontiguous_expanded_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9760877Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9761452Z test_noncontiguous_expanded_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9761827Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9762211Z test_noncontiguous_expanded_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9762593Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.005s) 2022-11-23T02:33:50.9762975Z test_noncontiguous_expanded_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9763341Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9763695Z test_noncontiguous_expanded_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9764066Z Tests reducing a tensor with expanded singleton dimensions. ... ok (0.003s) 2022-11-23T02:33:50.9764442Z test_noncontiguous_innermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9764809Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9765184Z test_noncontiguous_innermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9765545Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9765941Z test_noncontiguous_innermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9766313Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9766827Z test_noncontiguous_innermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9767208Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9767696Z test_noncontiguous_innermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9768327Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9768717Z test_noncontiguous_innermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9769080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9769464Z test_noncontiguous_innermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9769825Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9770198Z test_noncontiguous_innermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9770547Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9770921Z test_noncontiguous_innermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9771280Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9771659Z test_noncontiguous_innermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9772020Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9772392Z test_noncontiguous_innermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9772744Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9773119Z test_noncontiguous_innermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9773590Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9774079Z test_noncontiguous_innermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9774678Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9775089Z test_noncontiguous_innermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9775451Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9775845Z test_noncontiguous_innermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9776198Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9776579Z test_noncontiguous_innermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9776938Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9777299Z test_noncontiguous_innermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9777656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9778054Z test_noncontiguous_innermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9778430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9778819Z test_noncontiguous_innermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9779185Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9779576Z test_noncontiguous_innermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9780043Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9780436Z test_noncontiguous_innermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9781021Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9781418Z test_noncontiguous_innermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9781786Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9782196Z test_noncontiguous_innermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9782564Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9783105Z test_noncontiguous_innermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9783493Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9784041Z test_noncontiguous_innermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9784419Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9784825Z test_noncontiguous_innermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9785226Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9785636Z test_noncontiguous_innermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9786008Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9786534Z test_noncontiguous_innermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9786928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9787467Z test_noncontiguous_innermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9787844Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9788235Z test_noncontiguous_innermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9788607Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9788994Z test_noncontiguous_innermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9789373Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9789764Z test_noncontiguous_innermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9790140Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9791531Z test_noncontiguous_innermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9791927Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9792323Z test_noncontiguous_innermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9792856Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9793386Z test_noncontiguous_innermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9793850Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9794269Z test_noncontiguous_innermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9794637Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9795029Z test_noncontiguous_innermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9795405Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9795796Z test_noncontiguous_innermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9796163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9796551Z test_noncontiguous_innermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9796930Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9797308Z test_noncontiguous_innermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9797679Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9798062Z test_noncontiguous_innermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9798428Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9798777Z test_noncontiguous_innermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9799279Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9799674Z test_noncontiguous_innermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9800155Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9800627Z test_noncontiguous_innermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9801187Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9801596Z test_noncontiguous_innermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9801966Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9802369Z test_noncontiguous_innermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9802739Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9803142Z test_noncontiguous_innermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9803519Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9803918Z test_noncontiguous_innermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9804284Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9804688Z test_noncontiguous_innermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9805067Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9805453Z test_noncontiguous_innermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9805903Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9806384Z test_noncontiguous_innermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9806853Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9807253Z test_noncontiguous_innermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9808497Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9808948Z test_noncontiguous_innermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9809323Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9809740Z test_noncontiguous_innermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9810113Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9810513Z test_noncontiguous_innermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9810894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9811292Z test_noncontiguous_innermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9811661Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9812211Z test_noncontiguous_innermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9812782Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9813184Z test_noncontiguous_innermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9813563Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9813936Z test_noncontiguous_innermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9814313Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9814703Z test_noncontiguous_innermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9815074Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9815470Z test_noncontiguous_innermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9815847Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9816243Z test_noncontiguous_innermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9816609Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9817034Z test_noncontiguous_innermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9817589Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9818002Z test_noncontiguous_innermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9818517Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9818962Z test_noncontiguous_innermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9819439Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9819957Z test_noncontiguous_innermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9820353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9820780Z test_noncontiguous_innermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9821157Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9821556Z test_noncontiguous_innermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9821952Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9822372Z test_noncontiguous_innermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9822745Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9823162Z test_noncontiguous_innermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9823536Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9823959Z test_noncontiguous_innermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9825366Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9825847Z test_noncontiguous_innermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9826353Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9826879Z test_noncontiguous_innermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9827257Z Tests reducing along noncontiguous innermost dimension. ... ok (0.012s) 2022-11-23T02:33:50.9827675Z test_noncontiguous_innermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9828062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9828522Z test_noncontiguous_innermost_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9828899Z Tests reducing along noncontiguous innermost dimension. ... ok (0.008s) 2022-11-23T02:33:50.9829359Z test_noncontiguous_innermost_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9829704Z Tests reducing along noncontiguous innermost dimension. ... ok (0.007s) 2022-11-23T02:33:50.9830159Z test_noncontiguous_innermost_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9830551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.009s) 2022-11-23T02:33:50.9830981Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9831355Z Tests reducing along noncontiguous innermost dimension. ... ok (0.008s) 2022-11-23T02:33:50.9831791Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9832307Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9832744Z test_noncontiguous_innermost_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9833266Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9833783Z test_noncontiguous_innermost_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9834158Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9834774Z test_noncontiguous_innermost_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9835154Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9835585Z test_noncontiguous_innermost_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9835963Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9836382Z test_noncontiguous_innermost_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9836763Z Tests reducing along noncontiguous innermost dimension. ... ok (0.012s) 2022-11-23T02:33:50.9837182Z test_noncontiguous_innermost_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9837531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9837942Z test_noncontiguous_innermost_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9838322Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9838749Z test_noncontiguous_innermost_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9839268Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9839681Z test_noncontiguous_innermost_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9840184Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9840680Z test_noncontiguous_innermost_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9841062Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9842406Z test_noncontiguous_innermost_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9842855Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9843280Z test_noncontiguous_innermost_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9843661Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9844082Z test_noncontiguous_innermost_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9844461Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9844900Z test_noncontiguous_innermost_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9845274Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9845684Z test_noncontiguous_innermost_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9846193Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9866616Z test_noncontiguous_innermost_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9867058Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9867588Z test_noncontiguous_innermost_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9867941Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9868301Z test_noncontiguous_innermost_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9868495Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9868706Z test_noncontiguous_innermost_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9868900Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9869122Z test_noncontiguous_innermost_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9869315Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9869533Z test_noncontiguous_innermost_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9869716Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9870126Z test_noncontiguous_innermost_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9870314Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9870528Z test_noncontiguous_innermost_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9870713Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9870907Z test_noncontiguous_innermost_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9871089Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9871302Z test_noncontiguous_innermost_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9871489Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9871704Z test_noncontiguous_innermost_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9871895Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9872109Z test_noncontiguous_innermost_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9872295Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9872503Z test_noncontiguous_innermost_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9872676Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9872883Z test_noncontiguous_innermost_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9873056Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9873345Z test_noncontiguous_innermost_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9873695Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9873905Z test_noncontiguous_innermost_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9874080Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9874280Z test_noncontiguous_innermost_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9874464Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9874797Z test_noncontiguous_innermost_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9875125Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9875336Z test_noncontiguous_innermost_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9875524Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9875735Z test_noncontiguous_innermost_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9875918Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9876132Z test_noncontiguous_innermost_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9876313Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9876524Z test_noncontiguous_innermost_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9876706Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9876934Z test_noncontiguous_innermost_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9877116Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9877340Z test_noncontiguous_innermost_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9877524Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9877744Z test_noncontiguous_innermost_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9878039Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9878260Z test_noncontiguous_innermost_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9878424Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9878644Z test_noncontiguous_innermost_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9878829Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9879048Z test_noncontiguous_innermost_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9879238Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9879455Z test_noncontiguous_innermost_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9879636Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9879851Z test_noncontiguous_innermost_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9880040Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9880256Z test_noncontiguous_innermost_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9880586Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9880806Z test_noncontiguous_innermost_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9881087Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9881580Z test_noncontiguous_innermost_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9881995Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9882245Z test_noncontiguous_innermost_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9882430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9882649Z test_noncontiguous_innermost_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9882812Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9883022Z test_noncontiguous_innermost_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9883203Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9883411Z test_noncontiguous_innermost_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9883596Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9883814Z test_noncontiguous_innermost_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9883997Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9884204Z test_noncontiguous_innermost_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9884390Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9884594Z test_noncontiguous_innermost_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9884778Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9884987Z test_noncontiguous_innermost_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9885170Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9885377Z test_noncontiguous_innermost_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9885558Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9885768Z test_noncontiguous_innermost_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9885954Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9886149Z test_noncontiguous_innermost_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9886430Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9886644Z test_noncontiguous_innermost_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9886826Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9887036Z test_noncontiguous_innermost_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9887351Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9887578Z test_noncontiguous_innermost_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9887770Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9887985Z test_noncontiguous_innermost_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9888171Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9888524Z test_noncontiguous_innermost_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9888851Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9889078Z test_noncontiguous_innermost_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9889262Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9889479Z test_noncontiguous_innermost_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9889664Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9889959Z test_noncontiguous_innermost_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9890163Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9890355Z test_noncontiguous_innermost_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9890536Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9890751Z test_noncontiguous_innermost_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9890934Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9891145Z test_noncontiguous_innermost_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9891329Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9891539Z test_noncontiguous_innermost_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9891722Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9891932Z test_noncontiguous_innermost_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9892115Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9892323Z test_noncontiguous_innermost_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9892510Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9892720Z test_noncontiguous_innermost_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9892904Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9893114Z test_noncontiguous_innermost_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9893296Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9893515Z test_noncontiguous_innermost_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9893681Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9893898Z test_noncontiguous_innermost_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9894202Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9894442Z test_noncontiguous_innermost_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9894723Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9895144Z test_noncontiguous_innermost_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9895459Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9895676Z test_noncontiguous_innermost_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9895860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9896066Z test_noncontiguous_innermost_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9896254Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9896456Z test_noncontiguous_innermost_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9896642Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9896853Z test_noncontiguous_innermost_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9897036Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9897314Z test_noncontiguous_innermost_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9897636Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9897855Z test_noncontiguous_innermost_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9898019Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9898330Z test_noncontiguous_innermost_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9898536Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9898743Z test_noncontiguous_innermost_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9898923Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9899145Z test_noncontiguous_innermost_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9899330Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9899546Z test_noncontiguous_innermost_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9899726Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9899934Z test_noncontiguous_innermost_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9900115Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9900322Z test_noncontiguous_innermost_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9900507Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9900883Z test_noncontiguous_innermost_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9901079Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9901283Z test_noncontiguous_innermost_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9901465Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9901648Z test_noncontiguous_innermost_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9902156Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9902375Z test_noncontiguous_innermost_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9902563Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9902768Z test_noncontiguous_innermost_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9902950Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9903153Z test_noncontiguous_innermost_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9903440Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9903652Z test_noncontiguous_innermost_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9903837Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9904054Z test_noncontiguous_innermost_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9904238Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9904456Z test_noncontiguous_innermost_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9904638Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9904846Z test_noncontiguous_innermost_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9905028Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9905240Z test_noncontiguous_innermost_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9905421Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9905608Z test_noncontiguous_innermost_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9905791Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9905994Z test_noncontiguous_innermost_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9906178Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9906457Z test_noncontiguous_innermost_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9906658Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9906859Z test_noncontiguous_innermost_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9907047Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9907251Z test_noncontiguous_innermost_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9907581Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9907806Z test_noncontiguous_innermost_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9907986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9908189Z test_noncontiguous_innermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9908368Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9908752Z test_noncontiguous_innermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9909138Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9909354Z test_noncontiguous_innermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9909522Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9909722Z test_noncontiguous_innermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9909902Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9910099Z test_noncontiguous_innermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9910279Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9910472Z test_noncontiguous_innermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9910659Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9910868Z test_noncontiguous_innermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9911048Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9911253Z test_noncontiguous_innermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9911539Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9911743Z test_noncontiguous_innermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9911928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9912133Z test_noncontiguous_innermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9912316Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9912517Z test_noncontiguous_innermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9912702Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9912885Z test_noncontiguous_innermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9913068Z Tests reducing along noncontiguous innermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9913276Z test_noncontiguous_innermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9913457Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9913659Z test_noncontiguous_innermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9913839Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9914037Z test_noncontiguous_innermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9914221Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9914662Z test_noncontiguous_innermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9914869Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9915063Z test_noncontiguous_innermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9915243Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9915606Z test_noncontiguous_innermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9916001Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9916209Z test_noncontiguous_innermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9916394Z Tests reducing along noncontiguous innermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9916593Z test_noncontiguous_innermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9916758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9916965Z test_noncontiguous_innermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9917149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9917348Z test_noncontiguous_innermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9917531Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9917745Z test_noncontiguous_innermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9917928Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9918136Z test_noncontiguous_innermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9918321Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9918526Z test_noncontiguous_innermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9918709Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9918910Z test_noncontiguous_innermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9919094Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9919288Z test_noncontiguous_innermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9919582Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9919784Z test_noncontiguous_innermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9919966Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9920146Z test_noncontiguous_innermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9920484Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9920737Z test_noncontiguous_innermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9920921Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9921122Z test_noncontiguous_innermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9921445Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9921647Z test_noncontiguous_innermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9921836Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9922034Z test_noncontiguous_innermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9922216Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9922638Z test_noncontiguous_innermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9922970Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9923181Z test_noncontiguous_innermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9923456Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9923677Z test_noncontiguous_innermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9923860Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9924060Z test_noncontiguous_innermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9924229Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9924427Z test_noncontiguous_innermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9924615Z Tests reducing along noncontiguous innermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9924813Z test_noncontiguous_innermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9924996Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9925196Z test_noncontiguous_innermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9925379Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9925574Z test_noncontiguous_innermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9925758Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9925963Z test_noncontiguous_innermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9926149Z Tests reducing along noncontiguous innermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9926352Z test_noncontiguous_innermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9926534Z Tests reducing along noncontiguous innermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9926735Z test_noncontiguous_innermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9926914Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9927112Z test_noncontiguous_innermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9927297Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9927476Z test_noncontiguous_innermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9927659Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9928801Z test_noncontiguous_innermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9928986Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9929354Z test_noncontiguous_innermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9929741Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9929942Z test_noncontiguous_innermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9930129Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9930329Z test_noncontiguous_innermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9930513Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9930709Z test_noncontiguous_innermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9930894Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9931091Z test_noncontiguous_innermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9931275Z Tests reducing along noncontiguous innermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9931473Z test_noncontiguous_innermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9931656Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9931864Z test_noncontiguous_innermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9932033Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9932345Z test_noncontiguous_innermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9932551Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9932751Z test_noncontiguous_innermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9932935Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9933136Z test_noncontiguous_innermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9933317Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9933514Z test_noncontiguous_innermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9933697Z Tests reducing along noncontiguous innermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9933896Z test_noncontiguous_outermost_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9934075Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9934273Z test_noncontiguous_outermost_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9934461Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9934817Z test_noncontiguous_outermost_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9935238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9935448Z test_noncontiguous_outermost_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9935629Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9935808Z test_noncontiguous_outermost_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9936096Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9936540Z test_noncontiguous_outermost_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9936745Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9936946Z test_noncontiguous_outermost_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9937128Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9937320Z test_noncontiguous_outermost_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9937623Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9937815Z test_noncontiguous_outermost_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9938000Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9938192Z test_noncontiguous_outermost_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9938375Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9938566Z test_noncontiguous_outermost_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9938749Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9938944Z test_noncontiguous_outermost_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9939125Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9939326Z test_noncontiguous_outermost_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9939491Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9939682Z test_noncontiguous_outermost_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9939866Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9940062Z test_noncontiguous_outermost_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9940245Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9940441Z test_noncontiguous_outermost_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9940690Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9940903Z test_noncontiguous_outermost_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9941086Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9941283Z test_noncontiguous_outermost_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9941469Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9941664Z test_noncontiguous_outermost_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9941997Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9942222Z test_noncontiguous_outermost_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9942410Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9942604Z test_noncontiguous_outermost_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9942772Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9943167Z test_noncontiguous_outermost_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9943562Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9943773Z test_noncontiguous_outermost_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9943961Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9944156Z test_noncontiguous_outermost_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9944339Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9944538Z test_noncontiguous_outermost_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9944720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9944917Z test_noncontiguous_outermost_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9945106Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9945305Z test_noncontiguous_outermost_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9945489Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9945788Z test_noncontiguous_outermost_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9945974Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9946170Z test_noncontiguous_outermost_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9946353Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9946528Z test_noncontiguous_outermost_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9946714Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9946906Z test_noncontiguous_outermost_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9947091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9947288Z test_noncontiguous_outermost_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9947471Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9947673Z test_noncontiguous_outermost_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9947854Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9948048Z test_noncontiguous_outermost_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9948231Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9948479Z test_noncontiguous_outermost_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9948666Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9948950Z test_noncontiguous_outermost_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9949305Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9949511Z test_noncontiguous_outermost_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9949696Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9950008Z test_noncontiguous_outermost_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9950397Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9950615Z test_noncontiguous_outermost_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9950800Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9950992Z test_noncontiguous_outermost_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9951177Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9951379Z test_noncontiguous_outermost_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9951722Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9951948Z test_noncontiguous_outermost_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9952132Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9952331Z test_noncontiguous_outermost_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9952515Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9952707Z test_noncontiguous_outermost_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9952890Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9953098Z test_noncontiguous_outermost_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9953282Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9953491Z test_noncontiguous_outermost_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9953673Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9953855Z test_noncontiguous_outermost_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9954155Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9954362Z test_noncontiguous_outermost_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9954543Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9954745Z test_noncontiguous_outermost_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9954925Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9955121Z test_noncontiguous_outermost_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9955306Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9955509Z test_noncontiguous_outermost_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9955815Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9956046Z test_noncontiguous_outermost_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9956235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9956435Z test_noncontiguous_outermost_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9956622Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9957030Z test_noncontiguous_outermost_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9957381Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9957589Z test_noncontiguous_outermost_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9957834Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9958055Z test_noncontiguous_outermost_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9958241Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9958444Z test_noncontiguous_outermost_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9958631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9958830Z test_noncontiguous_outermost_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9959011Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9959207Z test_noncontiguous_outermost_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9959392Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9959588Z test_noncontiguous_outermost_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9959774Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9959975Z test_noncontiguous_outermost_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9960158Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9960365Z test_noncontiguous_outermost_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9960546Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9960766Z test_noncontiguous_outermost_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9960949Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9961143Z test_noncontiguous_outermost_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9961328Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9961553Z test_noncontiguous_outermost_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9961737Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9961957Z test_noncontiguous_outermost_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9962142Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9962446Z test_noncontiguous_outermost_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9962777Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9962995Z test_noncontiguous_outermost_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9963182Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9963396Z test_noncontiguous_outermost_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9963699Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9964150Z test_noncontiguous_outermost_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9964343Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9964553Z test_noncontiguous_outermost_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9964737Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:50.9964943Z test_noncontiguous_outermost_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9965126Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9965319Z test_noncontiguous_outermost_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9965502Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9965712Z test_noncontiguous_outermost_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9965977Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9966221Z test_noncontiguous_outermost_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9966407Z Tests reducing along noncontiguous outermost dimension. ... ok (0.012s) 2022-11-23T02:33:50.9966642Z test_noncontiguous_outermost_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9966822Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9967053Z test_noncontiguous_outermost_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9967235Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9967459Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9967644Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9967871Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9968057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9968277Z test_noncontiguous_outermost_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9968468Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9968682Z test_noncontiguous_outermost_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9968864Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9969056Z test_noncontiguous_outermost_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9969246Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9969623Z test_noncontiguous_outermost_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9969818Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9970027Z test_noncontiguous_outermost_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9970211Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9970557Z test_noncontiguous_outermost_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9971087Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9971304Z test_noncontiguous_outermost_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9971487Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9971694Z test_noncontiguous_outermost_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9971879Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9972088Z test_noncontiguous_outermost_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9972276Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9972484Z test_noncontiguous_outermost_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9972858Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9973097Z test_noncontiguous_outermost_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9973262Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9973474Z test_noncontiguous_outermost_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9973657Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9973869Z test_noncontiguous_outermost_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9974053Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9974565Z test_noncontiguous_outermost_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9974771Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9974978Z test_noncontiguous_outermost_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9975162Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9975374Z test_noncontiguous_outermost_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9975557Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9975760Z test_noncontiguous_outermost_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9975945Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9976153Z test_noncontiguous_outermost_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9976652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9976883Z test_noncontiguous_outermost_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9977067Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9977674Z test_noncontiguous_outermost_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9978070Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9978298Z test_noncontiguous_outermost_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9978480Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9978693Z test_noncontiguous_outermost_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9978877Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9979092Z test_noncontiguous_outermost_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9979284Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9979496Z test_noncontiguous_outermost_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9979677Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9979889Z test_noncontiguous_outermost_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9980603Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9980829Z test_noncontiguous_outermost_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9981014Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9981227Z test_noncontiguous_outermost_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9981411Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9981630Z test_noncontiguous_outermost_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9981991Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9982205Z test_noncontiguous_outermost_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9982389Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9982610Z test_noncontiguous_outermost_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9982792Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9983004Z test_noncontiguous_outermost_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9983366Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9983730Z test_noncontiguous_outermost_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9983917Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9984236Z test_noncontiguous_outermost_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9984441Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9984996Z test_noncontiguous_outermost_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9985201Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9985409Z test_noncontiguous_outermost_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9985592Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9985804Z test_noncontiguous_outermost_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9985988Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9986199Z test_noncontiguous_outermost_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9986385Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9986593Z test_noncontiguous_outermost_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9986775Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9986998Z test_noncontiguous_outermost_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9987186Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9987407Z test_noncontiguous_outermost_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9987592Z Tests reducing along noncontiguous outermost dimension. ... ok (0.011s) 2022-11-23T02:33:50.9987812Z test_noncontiguous_outermost_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9987995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9988216Z test_noncontiguous_outermost_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9988401Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9988622Z test_noncontiguous_outermost_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9988807Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9989135Z test_noncontiguous_outermost_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9989322Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9989539Z test_noncontiguous_outermost_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9989721Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9989935Z test_noncontiguous_outermost_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9990098Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9990495Z test_noncontiguous_outermost_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9990688Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9990897Z test_noncontiguous_outermost_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9991085Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9991392Z test_noncontiguous_outermost_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9991812Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9992063Z test_noncontiguous_outermost_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9992249Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9992459Z test_noncontiguous_outermost_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9992733Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9992961Z test_noncontiguous_outermost_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9993143Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9993348Z test_noncontiguous_outermost_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9993537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9993744Z test_noncontiguous_outermost_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9993930Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9994136Z test_noncontiguous_outermost_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9994299Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9994504Z test_noncontiguous_outermost_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9994689Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9994898Z test_noncontiguous_outermost_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9995080Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9995290Z test_noncontiguous_outermost_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9995473Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9995685Z test_noncontiguous_outermost_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9995868Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:50.9996079Z test_noncontiguous_outermost_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9996262Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:50.9996476Z test_noncontiguous_outermost_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9996658Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:50.9996866Z test_noncontiguous_outermost_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9997292Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9997519Z test_noncontiguous_outermost_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9997703Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9997892Z test_noncontiguous_outermost_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9998075Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:50.9998499Z test_noncontiguous_outermost_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9998865Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9999089Z test_noncontiguous_outermost_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9999270Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9999480Z test_noncontiguous_outermost_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:50.9999666Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:50.9999873Z test_noncontiguous_outermost_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0000057Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:51.0000267Z test_noncontiguous_outermost_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0000450Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0000656Z test_noncontiguous_outermost_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0000924Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0001150Z test_noncontiguous_outermost_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0001336Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0001550Z test_noncontiguous_outermost_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0001730Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0001918Z test_noncontiguous_outermost_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0002099Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:51.0002308Z test_noncontiguous_outermost_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0002490Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0002706Z test_noncontiguous_outermost_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0002887Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0003101Z test_noncontiguous_outermost_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0003285Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0003503Z test_noncontiguous_outermost_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0003685Z Tests reducing along noncontiguous outermost dimension. ... ok (0.013s) 2022-11-23T02:33:51.0003894Z test_noncontiguous_outermost_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0004238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0004458Z test_noncontiguous_outermost_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0004642Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0004856Z test_noncontiguous_outermost_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0005138Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0005609Z test_noncontiguous_outermost_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0005894Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0006100Z test_noncontiguous_outermost_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0006288Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0006493Z test_noncontiguous_outermost_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0006676Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0006882Z test_noncontiguous_outermost_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0007066Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0007271Z test_noncontiguous_outermost_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0007455Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0007666Z test_noncontiguous_outermost_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0007851Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0008057Z test_noncontiguous_outermost_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0008238Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0008452Z test_noncontiguous_outermost_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0008641Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0008853Z test_noncontiguous_outermost_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0009112Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0009341Z test_noncontiguous_outermost_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0009504Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0009714Z test_noncontiguous_outermost_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0009896Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0010102Z test_noncontiguous_outermost_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0010283Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0010487Z test_noncontiguous_outermost_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0010670Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0011011Z test_noncontiguous_outermost_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0011218Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:51.0011422Z test_noncontiguous_outermost_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0011610Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0011816Z test_noncontiguous_outermost_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0012159Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0012566Z test_noncontiguous_outermost_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0012758Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0012970Z test_noncontiguous_outermost_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0013152Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0013353Z test_noncontiguous_outermost_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0013537Z Tests reducing along noncontiguous outermost dimension. ... ok (0.013s) 2022-11-23T02:33:51.0013754Z test_noncontiguous_outermost_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0014033Z Tests reducing along noncontiguous outermost dimension. ... ok (0.004s) 2022-11-23T02:33:51.0014242Z test_noncontiguous_outermost_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0014424Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0014629Z test_noncontiguous_outermost_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0014814Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0015058Z test_noncontiguous_outermost_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0015401Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0015638Z test_noncontiguous_outermost_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0015821Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0016026Z test_noncontiguous_outermost_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0016212Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0016417Z test_noncontiguous_outermost_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0016600Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0016803Z test_noncontiguous_outermost_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0016967Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0017255Z test_noncontiguous_outermost_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0017460Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0017663Z test_noncontiguous_outermost_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0017995Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0018214Z test_noncontiguous_outermost_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0018398Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0018604Z test_noncontiguous_outermost_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0018788Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0019205Z test_noncontiguous_outermost_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0019541Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0019749Z test_noncontiguous_outermost_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0019935Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:51.0020137Z test_noncontiguous_outermost_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0020319Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0020532Z test_noncontiguous_outermost_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0020713Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0020917Z test_noncontiguous_outermost_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0021079Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0021285Z test_noncontiguous_outermost_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0021465Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0021672Z test_noncontiguous_outermost_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0021852Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:51.0022049Z test_noncontiguous_outermost_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0022335Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0022536Z test_noncontiguous_outermost_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0022720Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0022926Z test_noncontiguous_outermost_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0023110Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0023314Z test_noncontiguous_outermost_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0023503Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:51.0023707Z test_noncontiguous_outermost_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0023891Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0024089Z test_noncontiguous_outermost_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0024275Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0024449Z test_noncontiguous_outermost_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0024631Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0024981Z test_noncontiguous_outermost_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0025170Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0025369Z test_noncontiguous_outermost_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0025632Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0026059Z test_noncontiguous_outermost_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0026385Z Tests reducing along noncontiguous outermost dimension. ... ok (0.012s) 2022-11-23T02:33:51.0026593Z test_noncontiguous_outermost_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0026780Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0026979Z test_noncontiguous_outermost_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0027163Z Tests reducing along noncontiguous outermost dimension. ... ok (0.001s) 2022-11-23T02:33:51.0027373Z test_noncontiguous_outermost_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0027556Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0027763Z test_noncontiguous_outermost_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0027948Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0028152Z test_noncontiguous_outermost_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0028312Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0028517Z test_noncontiguous_outermost_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0028701Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0028901Z test_noncontiguous_outermost_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0029084Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0029280Z test_noncontiguous_outermost_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0029462Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0029662Z test_noncontiguous_outermost_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0029847Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0030045Z test_noncontiguous_outermost_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0030229Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0030528Z test_noncontiguous_outermost_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0030709Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0030905Z test_noncontiguous_outermost_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0031091Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0031288Z test_noncontiguous_outermost_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0031471Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0031656Z test_noncontiguous_outermost_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0031836Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0032041Z test_noncontiguous_outermost_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0032223Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0032432Z test_noncontiguous_outermost_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0032613Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0032810Z test_noncontiguous_outermost_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0033041Z Tests reducing along noncontiguous outermost dimension. ... ok (0.002s) 2022-11-23T02:33:51.0033394Z test_noncontiguous_outermost_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0033592Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0033879Z test_noncontiguous_outermost_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0034077Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0034275Z test_noncontiguous_outermost_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0034458Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0034653Z test_noncontiguous_outermost_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0034837Z Tests reducing along noncontiguous outermost dimension. ... ok (0.006s) 2022-11-23T02:33:51.0035093Z test_noncontiguous_outermost_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0035263Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0035471Z test_noncontiguous_outermost_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0035652Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0035855Z test_noncontiguous_outermost_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0036038Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0036238Z test_noncontiguous_outermost_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0036423Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0036805Z test_noncontiguous_outermost_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0036998Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:51.0037198Z test_noncontiguous_outermost_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0037382Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0037579Z test_noncontiguous_outermost_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0038088Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0038325Z test_noncontiguous_outermost_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0038510Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0038703Z test_noncontiguous_outermost_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0038965Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0039161Z test_noncontiguous_outermost_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0039348Z Tests reducing along noncontiguous outermost dimension. ... ok (0.010s) 2022-11-23T02:33:51.0039541Z test_noncontiguous_outermost_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0039723Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0039924Z test_noncontiguous_outermost_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0040113Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0040319Z test_noncontiguous_outermost_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0040521Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0040725Z test_noncontiguous_outermost_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0040909Z Tests reducing along noncontiguous outermost dimension. ... ok (0.000s) 2022-11-23T02:33:51.0041108Z test_noncontiguous_outermost_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0041291Z Tests reducing along noncontiguous outermost dimension. ... ok (0.013s) 2022-11-23T02:33:51.0041489Z test_noncontiguous_outermost_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0041672Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0041868Z test_noncontiguous_outermost_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0042123Z Tests reducing along noncontiguous outermost dimension. ... ok (0.003s) 2022-11-23T02:33:51.0042326Z test_noncontiguous_transposed_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0042475Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0042670Z test_noncontiguous_transposed_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0042822Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0043030Z test_noncontiguous_transposed_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0043177Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0043386Z test_noncontiguous_transposed_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0043534Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0043736Z test_noncontiguous_transposed_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0043882Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0044084Z test_noncontiguous_transposed_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0044233Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0044436Z test_noncontiguous_transposed_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0044585Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0044783Z test_noncontiguous_transposed_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0044928Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0045109Z test_noncontiguous_transposed_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0045379Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0045676Z test_noncontiguous_transposed_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0045829Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0046031Z test_noncontiguous_transposed_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0046178Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0046375Z test_noncontiguous_transposed_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0046520Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0046832Z test_noncontiguous_transposed_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0046979Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0047180Z test_noncontiguous_transposed_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0047328Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0047535Z test_noncontiguous_transposed_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0047679Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0047883Z test_noncontiguous_transposed_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0048035Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0048220Z test_noncontiguous_transposed_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0048367Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-11-23T02:33:51.0048608Z test_noncontiguous_transposed_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0048760Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0048961Z test_noncontiguous_transposed_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0049106Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0049304Z test_noncontiguous_transposed_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0049450Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0049647Z test_noncontiguous_transposed_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0049793Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0050067Z test_noncontiguous_transposed_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0050231Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0050439Z test_noncontiguous_transposed_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0050589Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0050787Z test_noncontiguous_transposed_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0050914Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0051117Z test_noncontiguous_transposed_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0051262Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0051465Z test_noncontiguous_transposed_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0051611Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0051817Z test_noncontiguous_transposed_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0051969Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0052169Z test_noncontiguous_transposed_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0052314Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0052514Z test_noncontiguous_transposed_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0052660Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0052859Z test_noncontiguous_transposed_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0053005Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0053204Z test_noncontiguous_transposed_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0053350Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0053712Z test_noncontiguous_transposed_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0053854Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0054059Z test_noncontiguous_transposed_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0054208Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0054404Z test_noncontiguous_transposed_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0054870Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0055209Z test_noncontiguous_transposed_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0055359Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0055568Z test_noncontiguous_transposed_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0055715Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0055919Z test_noncontiguous_transposed_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0056064Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0056269Z test_noncontiguous_transposed_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0056417Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0056616Z test_noncontiguous_transposed_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0056765Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0056967Z test_noncontiguous_transposed_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0057093Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0057292Z test_noncontiguous_transposed_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0057437Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0057636Z test_noncontiguous_transposed_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0057780Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0057974Z test_noncontiguous_transposed_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0058205Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0058426Z test_noncontiguous_transposed_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0058572Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0058781Z test_noncontiguous_transposed_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0058931Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0059299Z test_noncontiguous_transposed_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0059489Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0059698Z test_noncontiguous_transposed_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0059845Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0060035Z test_noncontiguous_transposed_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0060187Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0060389Z test_noncontiguous_transposed_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0060535Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0060738Z test_noncontiguous_transposed_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0060887Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0061096Z test_noncontiguous_transposed_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0061242Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0061444Z test_noncontiguous_transposed_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0061589Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0061792Z test_noncontiguous_transposed_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0061939Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0062153Z test_noncontiguous_transposed_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0062300Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0062507Z test_noncontiguous_transposed_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0062652Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0063559Z test_noncontiguous_transposed_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0063710Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0063920Z test_noncontiguous_transposed_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0064070Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0064275Z test_noncontiguous_transposed_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0064422Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0064626Z test_noncontiguous_transposed_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0064778Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0064982Z test_noncontiguous_transposed_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0065129Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0065338Z test_noncontiguous_transposed_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0065483Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0065685Z test_noncontiguous_transposed_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0065830Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0066052Z test_noncontiguous_transposed_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0066198Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0066393Z test_noncontiguous_transposed_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0066632Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0066876Z test_noncontiguous_transposed_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0067024Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0067248Z test_noncontiguous_transposed_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0067398Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0067616Z test_noncontiguous_transposed_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0067760Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0067974Z test_noncontiguous_transposed_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0068120Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0068338Z test_noncontiguous_transposed_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0068488Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0068705Z test_noncontiguous_transposed_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0068851Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0069062Z test_noncontiguous_transposed_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0069212Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0069407Z test_noncontiguous_transposed_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0069554Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0069767Z test_noncontiguous_transposed_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0069916Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0070127Z test_noncontiguous_transposed_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0070273Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0070510Z test_noncontiguous_transposed_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0070656Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0070891Z test_noncontiguous_transposed_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0071131Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0071364Z test_noncontiguous_transposed_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0071509Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:33:51.0071736Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0071882Z Tests reducing a transposed tensor. ... ok (0.008s) 2022-11-23T02:33:51.0072109Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0072257Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0072485Z test_noncontiguous_transposed_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0072614Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0072832Z test_noncontiguous_transposed_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0072985Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0073204Z test_noncontiguous_transposed_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0073350Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0073561Z test_noncontiguous_transposed_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0073707Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0073920Z test_noncontiguous_transposed_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0074067Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0074347Z test_noncontiguous_transposed_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0074517Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0074729Z test_noncontiguous_transposed_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0074878Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0075083Z test_noncontiguous_transposed_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0075281Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0075664Z test_noncontiguous_transposed_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0075806Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0076019Z test_noncontiguous_transposed_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0076164Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0076387Z test_noncontiguous_transposed_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0076531Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0076744Z test_noncontiguous_transposed_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0076887Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0077103Z test_noncontiguous_transposed_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0077246Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0077456Z test_noncontiguous_transposed_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0077603Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0077812Z test_noncontiguous_transposed_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0077957Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0078168Z test_noncontiguous_transposed_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0078312Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0078515Z test_noncontiguous_transposed_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0078640Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0078958Z test_noncontiguous_transposed_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0079101Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0079305Z test_noncontiguous_transposed_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0079452Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0079674Z test_noncontiguous_transposed_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0079821Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0080039Z test_noncontiguous_transposed_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0080188Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0080407Z test_noncontiguous_transposed_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0080553Z Tests reducing a transposed tensor. ... ok (0.012s) 2022-11-23T02:33:51.0080771Z test_noncontiguous_transposed_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0080918Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0081135Z test_noncontiguous_transposed_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0081282Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0081495Z test_noncontiguous_transposed_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0081620Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0081833Z test_noncontiguous_transposed_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0082054Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0082286Z test_noncontiguous_transposed_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0082432Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0082646Z test_noncontiguous_transposed_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0082794Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0083015Z test_noncontiguous_transposed_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0083161Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0083376Z test_noncontiguous_transposed_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0083523Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0083741Z test_noncontiguous_transposed_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0083891Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0084106Z test_noncontiguous_transposed_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0084252Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0084466Z test_noncontiguous_transposed_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0084597Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0084809Z test_noncontiguous_transposed_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0084954Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0085163Z test_noncontiguous_transposed_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0085310Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0085708Z test_noncontiguous_transposed_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0085865Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0086085Z test_noncontiguous_transposed_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0086231Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0086582Z test_noncontiguous_transposed_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0087008Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0087526Z test_noncontiguous_transposed_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0087717Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0087943Z test_noncontiguous_transposed_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0088091Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0088317Z test_noncontiguous_transposed_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0088465Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0088673Z test_noncontiguous_transposed_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0088818Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0089039Z test_noncontiguous_transposed_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0089189Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0089403Z test_noncontiguous_transposed_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0089549Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0089774Z test_noncontiguous_transposed_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0089919Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0090139Z test_noncontiguous_transposed_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0090285Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0090593Z test_noncontiguous_transposed_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0090761Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0090974Z test_noncontiguous_transposed_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0091124Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0091341Z test_noncontiguous_transposed_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0091485Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0091685Z test_noncontiguous_transposed_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0091831Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0092113Z test_noncontiguous_transposed_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0092389Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0092807Z test_noncontiguous_transposed_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0093104Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0093515Z test_noncontiguous_transposed_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0093822Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0094239Z test_noncontiguous_transposed_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0094528Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0094929Z test_noncontiguous_transposed_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0095221Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0095643Z test_noncontiguous_transposed_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0095937Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0096353Z test_noncontiguous_transposed_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0096661Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0097221Z test_noncontiguous_transposed_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0097704Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0098659Z test_noncontiguous_transposed_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0099163Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0099846Z test_noncontiguous_transposed_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0100321Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0100767Z test_noncontiguous_transposed_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0101070Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0101487Z test_noncontiguous_transposed_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0101791Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0102241Z test_noncontiguous_transposed_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0102534Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0102973Z test_noncontiguous_transposed_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0103273Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0103703Z test_noncontiguous_transposed_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0104000Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0104413Z test_noncontiguous_transposed_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0104721Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0105134Z test_noncontiguous_transposed_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0105592Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0106039Z test_noncontiguous_transposed_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0106336Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0106750Z test_noncontiguous_transposed_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0107048Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0107356Z test_noncontiguous_transposed_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0107511Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0107720Z test_noncontiguous_transposed_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0107869Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0108083Z test_noncontiguous_transposed_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0108235Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0108449Z test_noncontiguous_transposed_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0108629Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0108986Z test_noncontiguous_transposed_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0109295Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0109707Z test_noncontiguous_transposed_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0109996Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0110406Z test_noncontiguous_transposed_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0110704Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0111124Z test_noncontiguous_transposed_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0111401Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0111808Z test_noncontiguous_transposed_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0112081Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0112485Z test_noncontiguous_transposed_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0112988Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:33:51.0113410Z test_noncontiguous_transposed_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0113711Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0114130Z test_noncontiguous_transposed_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0114413Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0114821Z test_noncontiguous_transposed_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0115089Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0115525Z test_noncontiguous_transposed_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0115821Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0116227Z test_noncontiguous_transposed_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0116521Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0116974Z test_noncontiguous_transposed_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0117251Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0117672Z test_noncontiguous_transposed_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0117971Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0118395Z test_noncontiguous_transposed_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0118674Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0120061Z test_noncontiguous_transposed_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0120431Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0120874Z test_noncontiguous_transposed_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0121167Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0121603Z test_noncontiguous_transposed_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0121882Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0122291Z test_noncontiguous_transposed_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0122584Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0123014Z test_noncontiguous_transposed_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0123316Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0123722Z test_noncontiguous_transposed_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0124030Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0124435Z test_noncontiguous_transposed_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0124727Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0125133Z test_noncontiguous_transposed_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0125423Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0125827Z test_noncontiguous_transposed_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0125989Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0126200Z test_noncontiguous_transposed_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0126345Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0126562Z test_noncontiguous_transposed_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0126694Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0126916Z test_noncontiguous_transposed_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0127062Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0127280Z test_noncontiguous_transposed_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0127605Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0127821Z test_noncontiguous_transposed_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0127968Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0128181Z test_noncontiguous_transposed_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0128325Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0128665Z test_noncontiguous_transposed_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0128940Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0129162Z test_noncontiguous_transposed_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0129308Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0129511Z test_noncontiguous_transposed_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0129662Z Tests reducing a transposed tensor. ... ok (0.004s) 2022-11-23T02:33:51.0129870Z test_noncontiguous_transposed_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0129996Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0130205Z test_noncontiguous_transposed_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0130351Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0130559Z test_noncontiguous_transposed_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0130704Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0131021Z test_noncontiguous_transposed_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0131191Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0131404Z test_noncontiguous_transposed_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0131550Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0131765Z test_noncontiguous_transposed_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0131912Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0132117Z test_noncontiguous_transposed_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0132264Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0132470Z test_noncontiguous_transposed_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0132615Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0132823Z test_noncontiguous_transposed_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0132951Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0133160Z test_noncontiguous_transposed_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0133306Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0133519Z test_noncontiguous_transposed_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0133665Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0133870Z test_noncontiguous_transposed_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0134017Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0134222Z test_noncontiguous_transposed_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0134367Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0134571Z test_noncontiguous_transposed_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0134723Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0134928Z test_noncontiguous_transposed_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0135080Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0135288Z test_noncontiguous_transposed_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0135527Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0135736Z test_noncontiguous_transposed_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0135863Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0136069Z test_noncontiguous_transposed_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0136217Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0136422Z test_noncontiguous_transposed_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0136570Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0136775Z test_noncontiguous_transposed_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0136920Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0137124Z test_noncontiguous_transposed_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0137275Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0137479Z test_noncontiguous_transposed_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0137625Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0137827Z test_noncontiguous_transposed_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0137974Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0138182Z test_noncontiguous_transposed_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0138331Z Tests reducing a transposed tensor. ... ok (0.010s) 2022-11-23T02:33:51.0138595Z test_noncontiguous_transposed_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0138762Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0138971Z test_noncontiguous_transposed_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0139116Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0139331Z test_noncontiguous_transposed_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0139479Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0139688Z test_noncontiguous_transposed_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0139833Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0140037Z test_noncontiguous_transposed_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0140182Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0140388Z test_noncontiguous_transposed_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0140540Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0140747Z test_noncontiguous_transposed_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0140895Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0141096Z test_noncontiguous_transposed_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0141246Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0141428Z test_noncontiguous_transposed_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0141629Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0141995Z test_noncontiguous_transposed_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0142158Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0142359Z test_noncontiguous_transposed_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0142505Z Tests reducing a transposed tensor. ... ok (0.001s) 2022-11-23T02:33:51.0142711Z test_noncontiguous_transposed_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0142857Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0143062Z test_noncontiguous_transposed_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0143509Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0143824Z test_noncontiguous_transposed_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0144001Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0144212Z test_noncontiguous_transposed_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0144510Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0144985Z test_noncontiguous_transposed_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0145143Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0145329Z test_noncontiguous_transposed_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0145477Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0145679Z test_noncontiguous_transposed_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0145829Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0146037Z test_noncontiguous_transposed_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0146185Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0146382Z test_noncontiguous_transposed_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0146529Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0146739Z test_noncontiguous_transposed_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0146884Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0147092Z test_noncontiguous_transposed_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0147337Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0147568Z test_noncontiguous_transposed_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0147717Z Tests reducing a transposed tensor. ... ok (0.006s) 2022-11-23T02:33:51.0147919Z test_noncontiguous_transposed_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0148050Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0148253Z test_noncontiguous_transposed_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0148400Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0148645Z test_noncontiguous_transposed_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0148796Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0148996Z test_noncontiguous_transposed_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0149142Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0149344Z test_noncontiguous_transposed_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0149489Z Tests reducing a transposed tensor. ... ok (0.000s) 2022-11-23T02:33:51.0149689Z test_noncontiguous_transposed_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0149838Z Tests reducing a transposed tensor. ... ok (0.011s) 2022-11-23T02:33:51.0150034Z test_noncontiguous_transposed_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0150179Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0150375Z test_noncontiguous_transposed_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0150520Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0150723Z test_noncontiguous_transposed_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0150850Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0151060Z test_noncontiguous_transposed_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0151208Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0151414Z test_noncontiguous_transposed_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0151559Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0151858Z test_noncontiguous_transposed_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0152004Z Tests reducing a transposed tensor. ... ok (0.003s) 2022-11-23T02:33:51.0152204Z test_noncontiguous_transposed_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0152349Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0152551Z test_noncontiguous_transposed_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0152697Z Tests reducing a transposed tensor. ... ok (0.002s) 2022-11-23T02:33:51.0152884Z test_numpy_named_args_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:51.0153531Z test_prod_bool_cuda (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:1327: DeprecationWarning: `np.bool` is a deprecated alias for the builtin `bool`. To silence this warning, use `bool` by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use `np.bool_` here. 2022-11-23T02:33:51.0154029Z Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations 2022-11-23T02:33:51.0154215Z expect = np.prod(np.array(val), dtype=np.bool) 2022-11-23T02:33:51.0154302Z ok (0.004s) 2022-11-23T02:33:51.0154514Z test_prod_cuda_float32 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:33:51.0154704Z test_prod_gpu_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.004s) 2022-11-23T02:33:51.0154871Z test_prod_gpu_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:51.0155195Z test_prod_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:51.0155407Z test_quantile_backward_cuda (__main__.TestReductionsCUDA) ... ok (0.023s) 2022-11-23T02:33:51.0155793Z test_quantile_cuda_float32 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1395: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:33:51.0155968Z result = np.apply_along_axis(_nanquantile_1d, axis, a, q, 2022-11-23T02:33:51.0156267Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\lib\nanfunctions.py:1374: RuntimeWarning: All-NaN slice encountered 2022-11-23T02:33:51.0156382Z r, k = function_base._ureduce( 2022-11-23T02:33:51.0156468Z ok (8.210s) 2022-11-23T02:33:51.0156676Z test_quantile_cuda_float64 (__main__.TestReductionsCUDA) ... ok (7.780s) 2022-11-23T02:33:51.0156865Z test_quantile_error_cuda (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:51.0157045Z test_reduce_dtype_cuda (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0157245Z test_reduction_empty_any_all_cuda (__main__.TestReductionsCUDA) ... ok (0.028s) 2022-11-23T02:33:51.0157430Z test_reduction_split_cuda (__main__.TestReductionsCUDA) ... ok (0.275s) 2022-11-23T02:33:51.0157671Z test_reduction_vectorize_along_input_corner_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (1.102s) 2022-11-23T02:33:51.0157911Z test_reduction_vectorize_along_input_corner_cuda_float16 (__main__.TestReductionsCUDA) ... ok (1.062s) 2022-11-23T02:33:51.0158146Z test_reduction_vectorize_along_input_corner_cuda_float32 (__main__.TestReductionsCUDA) ... ok (1.256s) 2022-11-23T02:33:51.0158379Z test_reduction_vectorize_along_input_corner_cuda_float64 (__main__.TestReductionsCUDA) ... ok (2.384s) 2022-11-23T02:33:51.0158607Z test_reduction_vectorize_along_output_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.064s) 2022-11-23T02:33:51.0158834Z test_reduction_vectorize_along_output_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.066s) 2022-11-23T02:33:51.0159035Z test_reduction_vectorize_along_output_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.064s) 2022-11-23T02:33:51.0159248Z test_reduction_vectorize_along_output_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.064s) 2022-11-23T02:33:51.0159470Z test_reductions_large_half_tensors_cuda_bfloat16 (__main__.TestReductionsCUDA) ... ok (0.339s) 2022-11-23T02:33:51.0159793Z test_reductions_large_half_tensors_cuda_complex32 (__main__.TestReductionsCUDA) ... ok (1.467s) 2022-11-23T02:33:51.0160010Z test_reductions_large_half_tensors_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.396s) 2022-11-23T02:33:51.0160199Z test_ref_duplicate_values_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0160411Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:33:51.0160610Z test_ref_duplicate_values_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0160824Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0161020Z test_ref_duplicate_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0161229Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0161420Z test_ref_duplicate_values_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0161632Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0161821Z test_ref_duplicate_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0162028Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0162216Z test_ref_duplicate_values_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0162421Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0162612Z test_ref_duplicate_values_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0162886Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0163075Z test_ref_duplicate_values_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0163283Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0163472Z test_ref_duplicate_values_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0163674Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0163861Z test_ref_duplicate_values_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0164068Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0164255Z test_ref_duplicate_values_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0164458Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0164647Z test_ref_duplicate_values_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0164849Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0165039Z test_ref_duplicate_values_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0165245Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0165434Z test_ref_duplicate_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0165635Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0165823Z test_ref_duplicate_values_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0166029Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0166216Z test_ref_duplicate_values_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0166401Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0166590Z test_ref_duplicate_values_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0166797Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0167066Z test_ref_duplicate_values_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0167272Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0167458Z test_ref_duplicate_values_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0167659Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0167844Z test_ref_duplicate_values_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0168048Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0168241Z test_ref_duplicate_values_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0168443Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0168635Z test_ref_duplicate_values_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0168836Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0169031Z test_ref_duplicate_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0169231Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0169419Z test_ref_duplicate_values_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0169622Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0169809Z test_ref_duplicate_values_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0169994Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0170250Z test_ref_duplicate_values_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0170473Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0170659Z test_ref_duplicate_values_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0170865Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0171050Z test_ref_duplicate_values_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0171252Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0171436Z test_ref_duplicate_values_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0171639Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0171830Z test_ref_duplicate_values_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0172032Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0172229Z test_ref_duplicate_values_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0172436Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0172652Z test_ref_duplicate_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0172855Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0173044Z test_ref_duplicate_values_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0173246Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0173434Z test_ref_duplicate_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0173617Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0173862Z test_ref_duplicate_values_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0174223Z Compares op against reference for input tensors with duplicate values ... ok (0.013s) 2022-11-23T02:33:51.0174426Z test_ref_duplicate_values_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0174626Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0174916Z test_ref_duplicate_values_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0175123Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0175307Z test_ref_duplicate_values_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0175511Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0175696Z test_ref_duplicate_values_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0175897Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0176086Z test_ref_duplicate_values_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0176292Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0176486Z test_ref_duplicate_values_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0176694Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0176892Z test_ref_duplicate_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0177092Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0177285Z test_ref_duplicate_values_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0177470Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0177659Z test_ref_duplicate_values_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0177934Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0178146Z test_ref_duplicate_values_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0178350Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0178544Z test_ref_duplicate_values_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0178749Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0178940Z test_ref_duplicate_values_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0179142Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0179332Z test_ref_duplicate_values_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0179536Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0179732Z test_ref_duplicate_values_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0179934Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0180127Z test_ref_duplicate_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0180332Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0180527Z test_ref_duplicate_values_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0180733Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0180923Z test_ref_duplicate_values_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0181109Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0181297Z test_ref_duplicate_values_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0181504Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0181696Z test_ref_duplicate_values_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0181899Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0182089Z test_ref_duplicate_values_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0182378Z Compares op against reference for input tensors with duplicate values ... ok (0.012s) 2022-11-23T02:33:51.0182566Z test_ref_duplicate_values_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0182771Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0182977Z test_ref_duplicate_values_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0183179Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0183396Z test_ref_duplicate_values_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0183605Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0183817Z test_ref_duplicate_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0184019Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0184399Z test_ref_duplicate_values_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0184640Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0184843Z test_ref_duplicate_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0185028Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0185234Z test_ref_duplicate_values_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0185532Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0185757Z test_ref_duplicate_values_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0185959Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0186162Z test_ref_duplicate_values_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0186365Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0186562Z test_ref_duplicate_values_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0186764Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0186967Z test_ref_duplicate_values_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0187169Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0187374Z test_ref_duplicate_values_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0187576Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0187777Z test_ref_duplicate_values_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0187985Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0188188Z test_ref_duplicate_values_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0188390Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0188588Z test_ref_duplicate_values_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0188786Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0188968Z test_ref_duplicate_values_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0189174Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0189373Z test_ref_duplicate_values_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0189575Z Compares op against reference for input tensors with duplicate values ... ok (0.012s) 2022-11-23T02:33:51.0189864Z test_ref_duplicate_values_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0190064Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0190265Z test_ref_duplicate_values_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0190468Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0190666Z test_ref_duplicate_values_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0190870Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0191074Z test_ref_duplicate_values_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0191276Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0191477Z test_ref_duplicate_values_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0191682Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0191881Z test_ref_duplicate_values_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0192080Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0192279Z test_ref_duplicate_values_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0192482Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0192664Z test_ref_duplicate_values_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0192934Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0193153Z test_ref_duplicate_values_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0193354Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0193555Z test_ref_duplicate_values_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0193761Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0193959Z test_ref_duplicate_values_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0194163Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0194372Z test_ref_duplicate_values_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0194575Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0194781Z test_ref_duplicate_values_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0194983Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0195186Z test_ref_duplicate_values_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0195393Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0195595Z test_ref_duplicate_values_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0195796Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0195996Z test_ref_duplicate_values_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0196195Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0196390Z test_ref_duplicate_values_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0196577Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0196781Z test_ref_duplicate_values_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0196985Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0197276Z test_ref_duplicate_values_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0197479Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0197686Z test_ref_duplicate_values_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0197891Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0198100Z test_ref_duplicate_values_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0198301Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0198509Z test_ref_duplicate_values_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0198708Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0198911Z test_ref_duplicate_values_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0199117Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0199316Z test_ref_duplicate_values_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0199520Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0199719Z test_ref_duplicate_values_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0199920Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0200120Z test_ref_duplicate_values_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0200373Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0200597Z test_ref_duplicate_values_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0200799Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0201004Z test_ref_duplicate_values_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0201241Z Compares op against reference for input tensors with duplicate values ... expected failure (0.003s) 2022-11-23T02:33:51.0201448Z test_ref_duplicate_values_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0201651Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0201857Z test_ref_duplicate_values_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0202057Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0202265Z test_ref_duplicate_values_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0202464Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0202666Z test_ref_duplicate_values_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0202875Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0203076Z test_ref_duplicate_values_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0203277Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0203477Z test_ref_duplicate_values_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0203680Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0203882Z test_ref_duplicate_values_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0204085Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0204264Z test_ref_duplicate_values_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0204465Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0205364Z test_ref_duplicate_values_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0205572Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0205775Z test_ref_duplicate_values_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0205980Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0206180Z test_ref_duplicate_values_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0206383Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0206595Z test_ref_duplicate_values_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0206794Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0207008Z test_ref_duplicate_values_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0207214Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0207419Z test_ref_duplicate_values_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0207621Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0207821Z test_ref_duplicate_values_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0208024Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0208228Z test_ref_duplicate_values_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0208527Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0208727Z test_ref_duplicate_values_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0208935Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0209137Z test_ref_duplicate_values_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0209339Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0209543Z test_ref_duplicate_values_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0209748Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0209946Z test_ref_duplicate_values_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0210151Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0210352Z test_ref_duplicate_values_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0210554Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0210762Z test_ref_duplicate_values_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0210969Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0211175Z test_ref_duplicate_values_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0211378Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0211581Z test_ref_duplicate_values_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0211786Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0211991Z test_ref_duplicate_values_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0212196Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0212398Z test_ref_duplicate_values_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0212582Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0212870Z test_ref_duplicate_values_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0213075Z Compares op against reference for input tensors with duplicate values ... ok (0.013s) 2022-11-23T02:33:51.0213272Z test_ref_duplicate_values_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0213473Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0213673Z test_ref_duplicate_values_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0213877Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0214076Z test_ref_duplicate_values_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0214278Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0214473Z test_ref_duplicate_values_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0214679Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0214875Z test_ref_duplicate_values_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0215075Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0215285Z test_ref_duplicate_values_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0215486Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0215692Z test_ref_duplicate_values_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0215971Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0216191Z test_ref_duplicate_values_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0216380Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0216582Z test_ref_duplicate_values_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0216784Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0216982Z test_ref_duplicate_values_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0217189Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0217385Z test_ref_duplicate_values_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0217586Z Compares op against reference for input tensors with duplicate values ... ok (0.008s) 2022-11-23T02:33:51.0217785Z test_ref_duplicate_values_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0217988Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0218183Z test_ref_duplicate_values_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0218391Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0218586Z test_ref_duplicate_values_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0218789Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0218983Z test_ref_duplicate_values_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0219185Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0219395Z test_ref_duplicate_values_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0219601Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0219807Z test_ref_duplicate_values_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0219988Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0220277Z test_ref_duplicate_values_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0220478Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0220675Z test_ref_duplicate_values_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0220879Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0221078Z test_ref_duplicate_values_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0221279Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0221479Z test_ref_duplicate_values_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0221681Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0221876Z test_ref_duplicate_values_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0222083Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0222280Z test_ref_duplicate_values_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0222481Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0222677Z test_ref_duplicate_values_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0222876Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0223070Z test_ref_duplicate_values_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0223343Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0223560Z test_ref_duplicate_values_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0223761Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0223942Z test_ref_duplicate_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0224142Z Compares op against reference for input tensors with duplicate values ... ok (0.014s) 2022-11-23T02:33:51.0224333Z test_ref_duplicate_values_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0224539Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0224729Z test_ref_duplicate_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0224928Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0225119Z test_ref_duplicate_values_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0225322Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0225522Z test_ref_duplicate_values_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0225755Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.002s) 2022-11-23T02:33:51.0225954Z test_ref_duplicate_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0226159Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0226354Z test_ref_duplicate_values_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0226557Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0226750Z test_ref_duplicate_values_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0226955Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0227151Z test_ref_duplicate_values_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0227352Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0227618Z test_ref_duplicate_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0227822Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0228015Z test_ref_duplicate_values_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0228219Z Compares op against reference for input tensors with duplicate values ... ok (0.006s) 2022-11-23T02:33:51.0228413Z test_ref_duplicate_values_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0228617Z Compares op against reference for input tensors with duplicate values ... ok (0.000s) 2022-11-23T02:33:51.0228812Z test_ref_duplicate_values_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0229111Z Compares op against reference for input tensors with duplicate values ... ok (0.011s) 2022-11-23T02:33:51.0229447Z test_ref_duplicate_values_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0229669Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0229859Z test_ref_duplicate_values_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0230061Z Compares op against reference for input tensors with duplicate values ... ok (0.005s) 2022-11-23T02:33:51.0230252Z test_ref_duplicate_values_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0230456Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0230648Z test_ref_duplicate_values_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0230948Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0231168Z test_ref_duplicate_values_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0231373Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0231550Z test_ref_duplicate_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0231781Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0231972Z test_ref_duplicate_values_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0232201Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0232395Z test_ref_duplicate_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0232599Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0232794Z test_ref_duplicate_values_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0233001Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0233191Z test_ref_duplicate_values_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0233395Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0233585Z test_ref_duplicate_values_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0233790Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0233974Z test_ref_duplicate_values_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0234174Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0234365Z test_ref_duplicate_values_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0234570Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0234760Z test_ref_duplicate_values_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0234990Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0235171Z test_ref_duplicate_values_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0235487Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0235687Z test_ref_duplicate_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0235912Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.002s) 2022-11-23T02:33:51.0236106Z test_ref_duplicate_values_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0236331Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0236521Z test_ref_duplicate_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0236740Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0236931Z test_ref_duplicate_values_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0237156Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0237349Z test_ref_duplicate_values_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0237611Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0237806Z test_ref_duplicate_values_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0238012Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0238207Z test_ref_duplicate_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0238483Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0238690Z test_ref_duplicate_values_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0238918Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0239104Z test_ref_duplicate_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0239293Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0239482Z test_ref_duplicate_values_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0239685Z Compares op against reference for input tensors with duplicate values ... ok (0.004s) 2022-11-23T02:33:51.0239873Z test_ref_duplicate_values_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0240077Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0240261Z test_ref_duplicate_values_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0240464Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0240652Z test_ref_duplicate_values_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0240861Z Compares op against reference for input tensors with duplicate values ... ok (0.003s) 2022-11-23T02:33:51.0241051Z test_ref_duplicate_values_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0241257Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0241445Z test_ref_duplicate_values_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0241648Z Compares op against reference for input tensors with duplicate values ... ok (0.002s) 2022-11-23T02:33:51.0241846Z test_ref_duplicate_values_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0242074Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.003s) 2022-11-23T02:33:51.0242273Z test_ref_duplicate_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0242502Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0242692Z test_ref_duplicate_values_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0242982Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0243173Z test_ref_duplicate_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0243398Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0243588Z test_ref_duplicate_values_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0243811Z Compares op against reference for input tensors with duplicate values ... skip: Skipped! (0.006s) 2022-11-23T02:33:51.0244009Z test_ref_extremal_values_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0244364Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0244632Z test_ref_extremal_values_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0244845Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0245037Z test_ref_extremal_values_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0245241Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0245610Z test_ref_extremal_values_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0245818Z Compares op against reference for input tensors with extremal values ... ok (0.012s) 2022-11-23T02:33:51.0246010Z test_ref_extremal_values_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0246213Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0247444Z test_ref_extremal_values_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0247719Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0247915Z test_ref_extremal_values_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0248103Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0248297Z test_ref_extremal_values_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0248541Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0248757Z test_ref_extremal_values_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0248958Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:33:51.0249165Z test_ref_extremal_values_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0249374Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0249577Z test_ref_extremal_values_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0249780Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:33:51.0249985Z test_ref_extremal_values_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0250180Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:33:51.0250385Z test_ref_extremal_values_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0250584Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:33:51.0250782Z test_ref_extremal_values_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0250979Z Compares op against reference for input tensors with extremal values ... ok (0.003s) 2022-11-23T02:33:51.0251180Z test_ref_extremal_values_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0251598Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0251851Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:33:51.0251939Z ok (0.005s) 2022-11-23T02:33:51.0252146Z test_ref_extremal_values_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0252449Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0252704Z test_ref_extremal_values_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0252907Z Compares op against reference for input tensors with extremal values ... ok (0.009s) 2022-11-23T02:33:51.0253110Z test_ref_extremal_values_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0253318Z Compares op against reference for input tensors with extremal values ... ok (0.004s) 2022-11-23T02:33:51.0253709Z test_ref_extremal_values_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0254319Z Compares op against reference for input tensors with extremal values ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:222: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0254519Z arrmean = um.true_divide(arrmean, div, out=arrmean, casting='unsafe', 2022-11-23T02:33:51.0254821Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:230: RuntimeWarning: invalid value encountered in subtract 2022-11-23T02:33:51.0254940Z x = asanyarray(arr - arrmean) 2022-11-23T02:33:51.0255026Z ok (0.009s) 2022-11-23T02:33:51.0255228Z test_ref_extremal_values_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0255431Z Compares op against reference for input tensors with extremal values ... ok (0.008s) 2022-11-23T02:33:51.0255729Z test_ref_extremal_values_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0255952Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T02:33:51.0256152Z test_ref_extremal_values_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0256362Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T02:33:51.0256564Z test_ref_extremal_values_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0256766Z Compares op against reference for input tensors with extremal values ... ok (0.008s) 2022-11-23T02:33:51.0256965Z test_ref_extremal_values_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0257165Z Compares op against reference for input tensors with extremal values ... ok (0.005s) 2022-11-23T02:33:51.0257359Z test_ref_extremal_values_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0257586Z Compares op against reference for input tensors with extremal values ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0257774Z test_ref_extremal_values_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0257958Z Compares op against reference for input tensors with extremal values ... ok (0.006s) 2022-11-23T02:33:51.0258155Z test_ref_extremal_values_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0258353Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0258545Z test_ref_extremal_values_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0258745Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0258937Z test_ref_extremal_values_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0259135Z Compares op against reference for input tensors with extremal values ... ok (0.010s) 2022-11-23T02:33:51.0259444Z test_ref_extremal_values_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0259682Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0259875Z test_ref_extremal_values_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0260177Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0260501Z test_ref_extremal_values_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0260969Z Compares op against reference for input tensors with extremal values ... ok (0.010s) 2022-11-23T02:33:51.0261171Z test_ref_extremal_values_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0261371Z Compares op against reference for input tensors with extremal values ... ok (0.000s) 2022-11-23T02:33:51.0261556Z test_ref_extremal_values_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0261763Z Compares op against reference for input tensors with extremal values ... ok (0.011s) 2022-11-23T02:33:51.0261959Z test_ref_extremal_values_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0262139Z Compares op against reference for input tensors with extremal values ... ok (0.008s) 2022-11-23T02:33:51.0262323Z test_ref_extremal_values_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0262523Z Compares op against reference for input tensors with extremal values ... ok (0.007s) 2022-11-23T02:33:51.0262706Z test_ref_large_input_1D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0262921Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T02:33:51.0263108Z test_ref_large_input_1D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0263322Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.009s) 2022-11-23T02:33:51.0263507Z test_ref_large_input_1D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0263810Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T02:33:51.0264132Z test_ref_large_input_1D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0264455Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T02:33:51.0264657Z test_ref_large_input_1D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0264863Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T02:33:51.0265049Z test_ref_large_input_1D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0265260Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-11-23T02:33:51.0265459Z test_ref_large_input_1D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0265674Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.012s) 2022-11-23T02:33:51.0265873Z test_ref_large_input_1D_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0266069Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-11-23T02:33:51.0266472Z test_ref_large_input_1D_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0266693Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.011s) 2022-11-23T02:33:51.0266893Z test_ref_large_input_1D_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0267100Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T02:33:51.0267403Z test_ref_large_input_1D_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0267886Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.003s) 2022-11-23T02:33:51.0268096Z test_ref_large_input_1D_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0268307Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.010s) 2022-11-23T02:33:51.0268507Z test_ref_large_input_1D_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0268834Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.000s) 2022-11-23T02:33:51.0269031Z test_ref_large_input_1D_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0269242Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.025s) 2022-11-23T02:33:51.0269438Z test_ref_large_input_1D_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0269649Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T02:33:51.0269845Z test_ref_large_input_1D_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0270058Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-11-23T02:33:51.0270247Z test_ref_large_input_1D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0270435Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T02:33:51.0270629Z test_ref_large_input_1D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0270833Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.018s) 2022-11-23T02:33:51.0271021Z test_ref_large_input_1D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0271224Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.014s) 2022-11-23T02:33:51.0271409Z test_ref_large_input_1D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0271619Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.006s) 2022-11-23T02:33:51.0271879Z test_ref_large_input_1D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0272107Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.028s) 2022-11-23T02:33:51.0272291Z test_ref_large_input_1D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0272499Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.008s) 2022-11-23T02:33:51.0272681Z test_ref_large_input_1D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0272888Z Compares op against reference for a large 1D input tensor to check stability ... ok (0.028s) 2022-11-23T02:33:51.0273069Z test_ref_large_input_2D_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0273444Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.006s) 2022-11-23T02:33:51.0273636Z test_ref_large_input_2D_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0273858Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.020s) 2022-11-23T02:33:51.0274043Z test_ref_large_input_2D_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0274382Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T02:33:51.0274842Z test_ref_large_input_2D_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0275069Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T02:33:51.0275257Z test_ref_large_input_2D_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0275468Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.012s) 2022-11-23T02:33:51.0275656Z test_ref_large_input_2D_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0275871Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T02:33:51.0276077Z test_ref_large_input_2D_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0276292Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.021s) 2022-11-23T02:33:51.0276487Z test_ref_large_input_2D_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0276817Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T02:33:51.0277009Z test_ref_large_input_2D_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0277222Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.013s) 2022-11-23T02:33:51.0277423Z test_ref_large_input_2D_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0277636Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.011s) 2022-11-23T02:33:51.0277835Z test_ref_large_input_2D_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0278048Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T02:33:51.0278245Z test_ref_large_input_2D_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0278460Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.010s) 2022-11-23T02:33:51.0278640Z test_ref_large_input_2D_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0278855Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.020s) 2022-11-23T02:33:51.0279050Z test_ref_large_input_2D_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0279260Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.031s) 2022-11-23T02:33:51.0279452Z test_ref_large_input_2D_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0279755Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T02:33:51.0280240Z test_ref_large_input_2D_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0280499Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.028s) 2022-11-23T02:33:51.0280684Z test_ref_large_input_2D_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0280904Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.016s) 2022-11-23T02:33:51.0281096Z test_ref_large_input_2D_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0281546Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.029s) 2022-11-23T02:33:51.0281918Z test_ref_large_input_2D_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0282133Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.032s) 2022-11-23T02:33:51.0282324Z test_ref_large_input_2D_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0282537Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.014s) 2022-11-23T02:33:51.0282723Z test_ref_large_input_2D_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0282939Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.054s) 2022-11-23T02:33:51.0283127Z test_ref_large_input_2D_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0283320Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.015s) 2022-11-23T02:33:51.0283506Z test_ref_large_input_2D_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0283717Z Compares op against reference for a large 2D input tensor to test parallelism ... ok (0.053s) 2022-11-23T02:33:51.0283921Z test_ref_large_input_64bit_indexing_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0284163Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.736s) 2022-11-23T02:33:51.0284368Z test_ref_large_input_64bit_indexing_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0284595Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.570s) 2022-11-23T02:33:51.0284911Z test_ref_large_input_64bit_indexing_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0285147Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.621s) 2022-11-23T02:33:51.0285350Z test_ref_large_input_64bit_indexing_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0285582Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.754s) 2022-11-23T02:33:51.0285793Z test_ref_large_input_64bit_indexing_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0286030Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.691s) 2022-11-23T02:33:51.0286238Z test_ref_large_input_64bit_indexing_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0286466Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.738s) 2022-11-23T02:33:51.0286687Z test_ref_large_input_64bit_indexing_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0286915Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (2.300s) 2022-11-23T02:33:51.0287271Z test_ref_large_input_64bit_indexing_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0287514Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.650s) 2022-11-23T02:33:51.0287728Z test_ref_large_input_64bit_indexing_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0288043Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.652s) 2022-11-23T02:33:51.0288651Z test_ref_large_input_64bit_indexing_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0288933Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.729s) 2022-11-23T02:33:51.0289149Z test_ref_large_input_64bit_indexing_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0289373Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.720s) 2022-11-23T02:33:51.0289589Z test_ref_large_input_64bit_indexing_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0289818Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.848s) 2022-11-23T02:33:51.0290033Z test_ref_large_input_64bit_indexing_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0290266Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.684s) 2022-11-23T02:33:51.0290481Z test_ref_large_input_64bit_indexing_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0290709Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.959s) 2022-11-23T02:33:51.0290922Z test_ref_large_input_64bit_indexing_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0291152Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.819s) 2022-11-23T02:33:51.0291364Z test_ref_large_input_64bit_indexing_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0291590Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.924s) 2022-11-23T02:33:51.0291796Z test_ref_large_input_64bit_indexing_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0292024Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.810s) 2022-11-23T02:33:51.0292235Z test_ref_large_input_64bit_indexing_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0292464Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (4.340s) 2022-11-23T02:33:51.0292778Z test_ref_large_input_64bit_indexing_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0293004Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (3.889s) 2022-11-23T02:33:51.0293208Z test_ref_large_input_64bit_indexing_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0293411Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.752s) 2022-11-23T02:33:51.0293614Z test_ref_large_input_64bit_indexing_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0293847Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.742s) 2022-11-23T02:33:51.0294201Z test_ref_large_input_64bit_indexing_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0294440Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (1.794s) 2022-11-23T02:33:51.0294643Z test_ref_large_input_64bit_indexing_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0294872Z Compares op against reference for a very large input tensor that requires 64 bit indexing ... ok (7.823s) 2022-11-23T02:33:51.0295170Z test_ref_scalar_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0295378Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0295568Z test_ref_scalar_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0295794Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0296332Z test_ref_scalar_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0296552Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0296733Z test_ref_scalar_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0296913Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0297095Z test_ref_scalar_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0297274Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0297455Z test_ref_scalar_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0297614Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0297795Z test_ref_scalar_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0297971Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0298151Z test_ref_scalar_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0298328Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0298507Z test_ref_scalar_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0298686Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0298870Z test_ref_scalar_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0299049Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0299228Z test_ref_scalar_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0299405Z Compares op against reference for scalar input tensors ... ok (0.004s) 2022-11-23T02:33:51.0299588Z test_ref_scalar_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0299762Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0299951Z test_ref_scalar_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0300130Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0300313Z test_ref_scalar_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0300472Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0300747Z test_ref_scalar_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0300922Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0301103Z test_ref_scalar_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0301280Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0301456Z test_ref_scalar_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0301801Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0301987Z test_ref_scalar_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0302168Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0302346Z test_ref_scalar_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0302522Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0302858Z test_ref_scalar_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0303142Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0303343Z test_ref_scalar_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0303522Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0303707Z test_ref_scalar_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0303864Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0304048Z test_ref_scalar_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0304308Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0304509Z test_ref_scalar_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0304691Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0304874Z test_ref_scalar_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0305051Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0305228Z test_ref_scalar_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0305402Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0305581Z test_ref_scalar_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0305760Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0305939Z test_ref_scalar_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0306119Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0306301Z test_ref_scalar_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0306477Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0306655Z test_ref_scalar_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0306837Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:33:51.0307010Z test_ref_scalar_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0307190Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0307377Z test_ref_scalar_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0307551Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0307730Z test_ref_scalar_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0307909Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0308089Z test_ref_scalar_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0308266Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0308565Z test_ref_scalar_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0308876Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0309054Z test_ref_scalar_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0309231Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0309410Z test_ref_scalar_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0309737Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0310041Z test_ref_scalar_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0310229Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0310388Z test_ref_scalar_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0310565Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0310745Z test_ref_scalar_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0310928Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0311114Z test_ref_scalar_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0311293Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0311480Z test_ref_scalar_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0311659Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0311843Z test_ref_scalar_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0312103Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0312306Z test_ref_scalar_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0312484Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0312668Z test_ref_scalar_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0312852Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0313031Z test_ref_scalar_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0313208Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0313384Z test_ref_scalar_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0313543Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0313723Z test_ref_scalar_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0313928Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0314271Z test_ref_scalar_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0314479Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0314664Z test_ref_scalar_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0314843Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0315030Z test_ref_scalar_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0315356Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0315565Z test_ref_scalar_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0315741Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0315921Z test_ref_scalar_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0316250Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0316568Z test_ref_scalar_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0316752Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0316931Z test_ref_scalar_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0317197Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0317376Z test_ref_scalar_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0317554Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0317748Z test_ref_scalar_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0317926Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0318134Z test_ref_scalar_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0318313Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0318538Z test_ref_scalar_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0318718Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0318917Z test_ref_scalar_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0319095Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0319290Z test_ref_scalar_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0319464Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T02:33:51.0319660Z test_ref_scalar_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0319838Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0320031Z test_ref_scalar_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0320282Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0320470Z test_ref_scalar_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0320643Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0320837Z test_ref_scalar_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0321018Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0321210Z test_ref_scalar_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0321387Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0321580Z test_ref_scalar_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0321876Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0322096Z test_ref_scalar_input_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0322278Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0322469Z test_ref_scalar_input_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0322801Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0323130Z test_ref_scalar_input_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0323311Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0323507Z test_ref_scalar_input_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0323687Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0323877Z test_ref_scalar_input_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0324037Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0324228Z test_ref_scalar_input_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0324407Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0324596Z test_ref_scalar_input_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0324774Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0325061Z test_ref_scalar_input_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0325242Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0325434Z test_ref_scalar_input_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0325611Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0325803Z test_ref_scalar_input_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0325978Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0326171Z test_ref_scalar_input_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0326346Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0326536Z test_ref_scalar_input_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0326717Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0326908Z test_ref_scalar_input_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0327084Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0327254Z test_ref_scalar_input_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0327430Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0327619Z test_ref_scalar_input_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0327797Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0328060Z test_ref_scalar_input_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0328342Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0328605Z test_ref_scalar_input_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0328783Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0328985Z test_ref_scalar_input_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0329302Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0329633Z test_ref_scalar_input_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0329815Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0330005Z test_ref_scalar_input_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0330183Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0330378Z test_ref_scalar_input_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0330554Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T02:33:51.0330746Z test_ref_scalar_input_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0330913Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0331106Z test_ref_scalar_input_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0331284Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0331476Z test_ref_scalar_input_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0331653Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0331852Z test_ref_scalar_input_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0332031Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0332229Z test_ref_scalar_input_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0332407Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0332600Z test_ref_scalar_input_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0333557Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0333748Z test_ref_scalar_input_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0333927Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0334117Z test_ref_scalar_input_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0334295Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0334483Z test_ref_scalar_input_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0334666Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0335030Z test_ref_scalar_input_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0335258Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0335450Z test_ref_scalar_input_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0335811Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0336202Z test_ref_scalar_input_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0336389Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0336593Z test_ref_scalar_input_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0336772Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0336975Z test_ref_scalar_input_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0337256Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0337466Z test_ref_scalar_input_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0337643Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0337836Z test_ref_scalar_input_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0338022Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0338214Z test_ref_scalar_input_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0338393Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0338637Z test_ref_scalar_input_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0338797Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0338987Z test_ref_scalar_input_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0339170Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0339359Z test_ref_scalar_input_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0339535Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0339785Z test_ref_scalar_input_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0339966Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0340154Z test_ref_scalar_input_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0340332Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0340521Z test_ref_scalar_input_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0340700Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0340906Z test_ref_scalar_input_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0341087Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0341288Z test_ref_scalar_input_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0341466Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0341933Z test_ref_scalar_input_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0342116Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:33:51.0342286Z test_ref_scalar_input_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0342626Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0342984Z test_ref_scalar_input_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0343172Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0343372Z test_ref_scalar_input_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0343709Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0343956Z test_ref_scalar_input_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0344276Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0344625Z test_ref_scalar_input_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0344890Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:33:51.0345233Z test_ref_scalar_input_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0345566Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0345930Z test_ref_scalar_input_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0346271Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0346807Z test_ref_scalar_input_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0347166Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0347589Z test_ref_scalar_input_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0347915Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0348427Z test_ref_scalar_input_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0348827Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T02:33:51.0349332Z test_ref_scalar_input_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0349687Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0350061Z test_ref_scalar_input_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0350411Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0350784Z test_ref_scalar_input_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0351162Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0351527Z test_ref_scalar_input_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0351881Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0352249Z test_ref_scalar_input_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0352603Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0352961Z test_ref_scalar_input_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0353321Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0353689Z test_ref_scalar_input_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0354029Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0354412Z test_ref_scalar_input_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0354916Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0355342Z test_ref_scalar_input_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0355814Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0356615Z test_ref_scalar_input_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0356987Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0357378Z test_ref_scalar_input_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0357715Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0358085Z test_ref_scalar_input_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0358439Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0358827Z test_ref_scalar_input_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0359191Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0359545Z test_ref_scalar_input_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0359905Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0360263Z test_ref_scalar_input_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0360605Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0360940Z test_ref_scalar_input_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0361400Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0361778Z test_ref_scalar_input_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0362227Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0362853Z test_ref_scalar_input_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0363231Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0363630Z test_ref_scalar_input_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0363978Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0364361Z test_ref_scalar_input_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0364710Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0365080Z test_ref_scalar_input_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0365434Z Compares op against reference for scalar input tensors ... ok (0.006s) 2022-11-23T02:33:51.0365815Z test_ref_scalar_input_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0366174Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0366539Z test_ref_scalar_input_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0366892Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0367250Z test_ref_scalar_input_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0367589Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0368085Z test_ref_scalar_input_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0368560Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0369007Z test_ref_scalar_input_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0369359Z Compares op against reference for scalar input tensors ... ok (0.010s) 2022-11-23T02:33:51.0369726Z test_ref_scalar_input_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0370087Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0370463Z test_ref_scalar_input_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0370756Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0370957Z test_ref_scalar_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0371309Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0371497Z test_ref_scalar_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0371743Z Compares op against reference for scalar input tensors ... ok (0.000s) 2022-11-23T02:33:51.0372083Z test_ref_scalar_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0372382Z Compares op against reference for scalar input tensors ... ok (0.011s) 2022-11-23T02:33:51.0372720Z test_ref_scalar_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0373050Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0373347Z test_ref_scalar_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0373657Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0373985Z test_ref_scalar_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0374301Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0374625Z test_ref_scalar_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0375071Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0375406Z test_ref_scalar_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0375776Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0376094Z test_ref_scalar_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0376656Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0377007Z test_ref_scalar_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0377319Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0377641Z test_ref_scalar_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0377954Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0378272Z test_ref_scalar_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0378584Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0378901Z test_ref_scalar_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0379196Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0379510Z test_ref_scalar_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0379829Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0380149Z test_ref_scalar_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0380469Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0380786Z test_ref_scalar_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0381104Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0381418Z test_ref_scalar_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0381838Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0382161Z test_ref_scalar_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0382474Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0382931Z test_ref_scalar_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0383364Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0383709Z test_ref_scalar_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0384018Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0384335Z test_ref_scalar_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0384782Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0385103Z test_ref_scalar_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0385416Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0385731Z test_ref_scalar_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0386047Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0386362Z test_ref_scalar_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0386675Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0386994Z test_ref_scalar_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0387306Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0387625Z test_ref_scalar_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0387942Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0388256Z test_ref_scalar_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0388736Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0389101Z test_ref_scalar_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0389449Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0390270Z test_ref_scalar_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0391380Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:262: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:33:51.0391725Z ret = _var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:33:51.0392396Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:33:51.0392671Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:33:51.0392838Z ok (0.003s) 2022-11-23T02:33:51.0393205Z test_ref_scalar_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0393932Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:254: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0394150Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:33:51.0394292Z ok (0.002s) 2022-11-23T02:33:51.0394614Z test_ref_scalar_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0394946Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0395278Z test_ref_scalar_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0395768Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0396121Z test_ref_scalar_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0396942Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0397457Z test_ref_scalar_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0397806Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0398156Z test_ref_scalar_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0398476Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0398830Z test_ref_scalar_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0399153Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0399471Z test_ref_scalar_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0399790Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0400105Z test_ref_scalar_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0400633Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0400944Z test_ref_scalar_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0401264Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0401600Z test_ref_scalar_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0401957Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0402524Z test_ref_scalar_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0402893Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0403204Z test_ref_scalar_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0403608Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0403925Z test_ref_scalar_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0404358Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0404674Z test_ref_scalar_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0404989Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0405314Z test_ref_scalar_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0405988Z Compares op against reference for scalar input tensors ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3723: RuntimeWarning: Degrees of freedom <= 0 for slice 2022-11-23T02:33:51.0407312Z return _methods._var(a, axis=axis, dtype=dtype, out=out, ddof=ddof, 2022-11-23T02:33:51.0407542Z ok (0.003s) 2022-11-23T02:33:51.0407892Z test_ref_scalar_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0408237Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0408566Z test_ref_scalar_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0408891Z Compares op against reference for scalar input tensors ... ok (0.001s) 2022-11-23T02:33:51.0409227Z test_ref_scalar_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0409729Z Compares op against reference for scalar input tensors ... ok (0.002s) 2022-11-23T02:33:51.0410083Z test_ref_scalar_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0410590Z Compares op against reference for scalar input tensors ... ok (0.003s) 2022-11-23T02:33:51.0410908Z test_ref_small_input_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0411265Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0411709Z test_ref_small_input_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0412047Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T02:33:51.0412368Z test_ref_small_input_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0412689Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0412993Z test_ref_small_input_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0413304Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0413611Z test_ref_small_input_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0413915Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0414216Z test_ref_small_input_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0414525Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0414823Z test_ref_small_input_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0415124Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0415424Z test_ref_small_input_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0415941Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0416243Z test_ref_small_input_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0416550Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0416832Z test_ref_small_input_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0417309Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0417654Z test_ref_small_input_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0418004Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0418494Z test_ref_small_input_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0418949Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0419268Z test_ref_small_input_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0419579Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0419911Z test_ref_small_input_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0420251Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0420587Z test_ref_small_input_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0420914Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0421236Z test_ref_small_input_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0421544Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0422846Z test_ref_small_input_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0423250Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0423566Z test_ref_small_input_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0424043Z Compares op against reference for small input tensors ... ok (0.012s) 2022-11-23T02:33:51.0424373Z test_ref_small_input_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0424683Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0425103Z test_ref_small_input_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0425537Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0425860Z test_ref_small_input_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0426166Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0426486Z test_ref_small_input_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0426784Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0427094Z test_ref_small_input_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0427406Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0427730Z test_ref_small_input_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0428038Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0428348Z test_ref_small_input_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0428659Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0428966Z test_ref_small_input_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0429257Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0429561Z test_ref_small_input_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0429872Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0430180Z test_ref_small_input_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0430488Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0431081Z test_ref_small_input_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0431395Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0431700Z test_ref_small_input_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0432085Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0432505Z test_ref_small_input_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0432816Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0433135Z test_ref_small_input_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0433449Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0433752Z test_ref_small_input_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0434055Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0434367Z test_ref_small_input_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0434654Z Compares op against reference for small input tensors ... ok (0.013s) 2022-11-23T02:33:51.0434960Z test_ref_small_input_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0435267Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0435570Z test_ref_small_input_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0435879Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0436176Z test_ref_small_input_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0436600Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0436925Z test_ref_small_input_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0437237Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0437539Z test_ref_small_input_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0437941Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0438255Z test_ref_small_input_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0438625Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0439041Z test_ref_small_input_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0439360Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0439681Z test_ref_small_input_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0439976Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0440298Z test_ref_small_input_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0440608Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0440929Z test_ref_small_input_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0441251Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0441567Z test_ref_small_input_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0441874Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0442187Z test_ref_small_input_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0442494Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0442802Z test_ref_small_input_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0443107Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0443423Z test_ref_small_input_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0443728Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0444045Z test_ref_small_input_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0444582Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0444904Z test_ref_small_input_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0445213Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0445587Z test_ref_small_input_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0445984Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T02:33:51.0446297Z test_ref_small_input_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0446609Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0446930Z test_ref_small_input_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0447241Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0447545Z test_ref_small_input_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0447857Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0448159Z test_ref_small_input_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0448510Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0448825Z test_ref_small_input_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0449130Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0449463Z test_ref_small_input_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0449771Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0450297Z test_ref_small_input_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0450636Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0450966Z test_ref_small_input_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0451371Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0451719Z test_ref_small_input_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0452027Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0452482Z test_ref_small_input_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0452879Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0453225Z test_ref_small_input_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0453535Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0453864Z test_ref_small_input_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0454174Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0454508Z test_ref_small_input_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0454819Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0455149Z test_ref_small_input_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0455458Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0455793Z test_ref_small_input_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0456105Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T02:33:51.0456439Z test_ref_small_input_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0456736Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0457071Z test_ref_small_input_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0457380Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0457714Z test_ref_small_input_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0458173Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0458592Z test_ref_small_input_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0458913Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0459240Z test_ref_small_input_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0459622Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0460047Z test_ref_small_input_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0460370Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0460694Z test_ref_small_input_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0461006Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0461328Z test_ref_small_input_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0461643Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0461974Z test_ref_small_input_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0462281Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0462593Z test_ref_small_input_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0462905Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0463241Z test_ref_small_input_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0463672Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0464032Z test_ref_small_input_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0464349Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0464681Z test_ref_small_input_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0464996Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0465395Z test_ref_small_input_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0465713Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0466150Z test_ref_small_input_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0466565Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0466893Z test_ref_small_input_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0467211Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0467536Z test_ref_small_input_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0467846Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0468193Z test_ref_small_input_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0468484Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0468819Z test_ref_small_input_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0469130Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0469468Z test_ref_small_input_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0469779Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0470113Z test_ref_small_input_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0470429Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0470761Z test_ref_small_input_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0471068Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0471536Z test_ref_small_input_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0471931Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0472269Z test_ref_small_input_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0472645Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0473058Z test_ref_small_input_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0473371Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0473706Z test_ref_small_input_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0474022Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0474343Z test_ref_small_input_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0474652Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0474998Z test_ref_small_input_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0475305Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0475636Z test_ref_small_input_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0475943Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0476272Z test_ref_small_input_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0476576Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0477017Z test_ref_small_input_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0477348Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0477685Z test_ref_small_input_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0477992Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0478400Z test_ref_small_input_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0478713Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0479138Z test_ref_small_input_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0479593Z Compares op against reference for small input tensors ... expected failure (0.000s) 2022-11-23T02:33:51.0479940Z test_ref_small_input_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0480228Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:33:51.0480573Z test_ref_small_input_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0480888Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0481219Z test_ref_small_input_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0481524Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:33:51.0481865Z test_ref_small_input_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0482178Z Compares op against reference for small input tensors ... ok (0.011s) 2022-11-23T02:33:51.0482511Z test_ref_small_input_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0482820Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0483144Z test_ref_small_input_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0483457Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0483785Z test_ref_small_input_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0484091Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T02:33:51.0484422Z test_ref_small_input_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0484804Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0485294Z test_ref_small_input_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0485672Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0486073Z test_ref_small_input_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0486390Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0486723Z test_ref_small_input_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0487030Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0487387Z test_ref_small_input_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0487696Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0488043Z test_ref_small_input_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0488357Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0488693Z test_ref_small_input_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0489004Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0489339Z test_ref_small_input_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0489655Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0489993Z test_ref_small_input_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0490298Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0490743Z test_ref_small_input_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0491224Z Compares op against reference for small input tensors ... skip: Skipped! (0.002s) 2022-11-23T02:33:51.0491567Z test_ref_small_input_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0491997Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0492415Z test_ref_small_input_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0492731Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0493061Z test_ref_small_input_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0493414Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0493748Z test_ref_small_input_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0494065Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0494408Z test_ref_small_input_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0494719Z Compares op against reference for small input tensors ... ok (0.018s) 2022-11-23T02:33:51.0495058Z test_ref_small_input_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0495375Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0495711Z test_ref_small_input_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0496016Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0496347Z test_ref_small_input_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0496660Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0496989Z test_ref_small_input_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0497304Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T02:33:51.0497704Z test_ref_small_input_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0498024Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0498418Z test_ref_small_input_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0498965Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0499295Z test_ref_small_input_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0499605Z Compares op against reference for small input tensors ... ok (0.013s) 2022-11-23T02:33:51.0499926Z test_ref_small_input_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0500237Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0500554Z test_ref_small_input_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0500865Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0501187Z test_ref_small_input_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0501496Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0501841Z test_ref_small_input_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0502152Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0502490Z test_ref_small_input_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0502799Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0503128Z test_ref_small_input_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0503413Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0503737Z test_ref_small_input_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0504256Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0504696Z test_ref_small_input_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0505088Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0505415Z test_ref_small_input_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0505730Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0506046Z test_ref_small_input_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0506354Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0506678Z test_ref_small_input_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0506988Z Compares op against reference for small input tensors ... ok (0.015s) 2022-11-23T02:33:51.0507308Z test_ref_small_input_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0507624Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0507949Z test_ref_small_input_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0508258Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:33:51.0508599Z test_ref_small_input_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0508915Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T02:33:51.0509240Z test_ref_small_input_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0509550Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T02:33:51.0509883Z test_ref_small_input_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0510277Z Compares op against reference for small input tensors ... ok (0.007s) 2022-11-23T02:33:51.0510624Z test_ref_small_input_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0510994Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0511430Z test_ref_small_input_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0511750Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0512069Z test_ref_small_input_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0512511Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0512834Z test_ref_small_input_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0513140Z Compares op against reference for small input tensors ... ok (0.008s) 2022-11-23T02:33:51.0513463Z test_ref_small_input_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0513774Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0514095Z test_ref_small_input_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0514404Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0514704Z test_ref_small_input_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0515013Z Compares op against reference for small input tensors ... ok (0.015s) 2022-11-23T02:33:51.0515334Z test_ref_small_input_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0515646Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0515972Z test_ref_small_input_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0516280Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0516684Z test_ref_small_input_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0517044Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0517449Z test_ref_small_input_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0517978Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0518320Z test_ref_small_input_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0518626Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0518942Z test_ref_small_input_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0519295Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0519616Z test_ref_small_input_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0519921Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0520240Z test_ref_small_input_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0520526Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0520835Z test_ref_small_input_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0521142Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0521462Z test_ref_small_input_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0521812Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0522138Z test_ref_small_input_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0522440Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0522760Z test_ref_small_input_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0523169Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0523480Z test_ref_small_input_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0523853Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:33:51.0524266Z test_ref_small_input_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0524581Z Compares op against reference for small input tensors ... ok (0.005s) 2022-11-23T02:33:51.0524889Z test_ref_small_input_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0525194Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0525499Z test_ref_small_input_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0525942Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0526231Z test_ref_small_input_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0526538Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T02:33:51.0526844Z test_ref_small_input_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0527146Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0527470Z test_ref_small_input_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0527778Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0528099Z test_ref_small_input_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0528446Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0528757Z test_ref_small_input_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0529105Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0529508Z test_ref_small_input_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0529819Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0530193Z test_ref_small_input_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0530595Z Compares op against reference for small input tensors ... ok (0.003s) 2022-11-23T02:33:51.0530907Z test_ref_small_input_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0532107Z Compares op against reference for small input tensors ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77338 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-23T02:33:51.0532456Z test_ref_small_input_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0533518Z Compares op against reference for small input tensors ... skip: Test is disabled because an issue exists disabling it: https://github.com/pytorch/pytorch/issues/77333 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.003s) 2022-11-23T02:33:51.0533836Z test_ref_small_input_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0534152Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0534466Z test_ref_small_input_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0534756Z Compares op against reference for small input tensors ... ok (0.006s) 2022-11-23T02:33:51.0535066Z test_ref_small_input_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0535385Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0535801Z test_ref_small_input_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0536166Z Compares op against reference for small input tensors ... skip: Skipped! (0.011s) 2022-11-23T02:33:51.0536570Z test_ref_small_input_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0537024Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0537340Z test_ref_small_input_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0537696Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0538005Z test_ref_small_input_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0538355Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0538662Z test_ref_small_input_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0539148Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0539452Z test_ref_small_input_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0539797Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0540118Z test_ref_small_input_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0540427Z Compares op against reference for small input tensors ... ok (0.010s) 2022-11-23T02:33:51.0540728Z test_ref_small_input_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0541040Z Compares op against reference for small input tensors ... ok (0.000s) 2022-11-23T02:33:51.0541346Z test_ref_small_input_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0541694Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0542002Z test_ref_small_input_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0542420Z Compares op against reference for small input tensors ... ok (0.014s) 2022-11-23T02:33:51.0542726Z test_ref_small_input_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0543101Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0543473Z test_ref_small_input_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0543778Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0544080Z test_ref_small_input_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0544385Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0544804Z test_ref_small_input_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0545137Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0545436Z test_ref_small_input_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0545745Z Compares op against reference for small input tensors ... ok (0.004s) 2022-11-23T02:33:51.0546024Z test_ref_small_input_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0546328Z Compares op against reference for small input tensors ... ok (0.009s) 2022-11-23T02:33:51.0546649Z test_ref_small_input_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0546995Z Compares op against reference for small input tensors ... skip: Skipped! (0.001s) 2022-11-23T02:33:51.0547324Z test_ref_small_input_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0547667Z Compares op against reference for small input tensors ... skip: Skipped! (0.002s) 2022-11-23T02:33:51.0547981Z test_ref_small_input_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0548326Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0548769Z test_ref_small_input_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0549135Z Compares op against reference for small input tensors ... skip: Skipped! (0.000s) 2022-11-23T02:33:51.0549441Z test_ref_small_input_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0549867Z Compares op against reference for small input tensors ... skip: Skipped! (0.003s) 2022-11-23T02:33:51.0550221Z test_reference_masked_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0550574Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-11-23T02:33:51.0550920Z test_reference_masked_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0551279Z Test masked reduction operations on strided-only tensors using ... ok (0.103s) 2022-11-23T02:33:51.0551619Z test_reference_masked_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0551968Z Test masked reduction operations on strided-only tensors using ... ok (0.098s) 2022-11-23T02:33:51.0553324Z test_reference_masked_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0553680Z Test masked reduction operations on strided-only tensors using ... ok (0.105s) 2022-11-23T02:33:51.0554021Z test_reference_masked_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0554368Z Test masked reduction operations on strided-only tensors using ... ok (0.066s) 2022-11-23T02:33:51.0554707Z test_reference_masked_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0555149Z Test masked reduction operations on strided-only tensors using ... ok (0.059s) 2022-11-23T02:33:51.0555496Z test_reference_masked_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0556015Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-11-23T02:33:51.0556358Z test_reference_masked_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0556701Z Test masked reduction operations on strided-only tensors using ... ok (0.057s) 2022-11-23T02:33:51.0557043Z test_reference_masked_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0557389Z Test masked reduction operations on strided-only tensors using ... ok (0.063s) 2022-11-23T02:33:51.0557732Z test_reference_masked_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0558079Z Test masked reduction operations on strided-only tensors using ... ok (0.090s) 2022-11-23T02:33:51.0558421Z test_reference_masked_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0558759Z Test masked reduction operations on strided-only tensors using ... ok (0.086s) 2022-11-23T02:33:51.0559233Z test_reference_masked_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0559588Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-11-23T02:33:51.0559924Z test_reference_masked_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0560269Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-11-23T02:33:51.0560600Z test_reference_masked_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0560935Z Test masked reduction operations on strided-only tensors using ... ok (0.054s) 2022-11-23T02:33:51.0561346Z test_reference_masked_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0561695Z Test masked reduction operations on strided-only tensors using ... ok (0.071s) 2022-11-23T02:33:51.0562093Z test_reference_masked_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0562546Z Test masked reduction operations on strided-only tensors using ... ok (0.055s) 2022-11-23T02:33:51.0562886Z test_reference_masked_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0563222Z Test masked reduction operations on strided-only tensors using ... ok (0.060s) 2022-11-23T02:33:51.0563557Z test_reference_masked_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0563898Z Test masked reduction operations on strided-only tensors using ... ok (0.059s) 2022-11-23T02:33:51.0564253Z test_reference_masked_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0564642Z Test masked reduction operations on strided-only tensors using ... expected failure (0.014s) 2022-11-23T02:33:51.0564991Z test_reference_masked_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0565368Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T02:33:51.0565711Z test_reference_masked_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0566089Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0566440Z test_reference_masked_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0566826Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T02:33:51.0567314Z test_reference_masked_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0567798Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0568150Z test_reference_masked_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0568609Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0569038Z test_reference_masked_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0569433Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0569781Z test_reference_masked_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0570170Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T02:33:51.0570509Z test_reference_masked_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0570900Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0571260Z test_reference_masked_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0571655Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T02:33:51.0572011Z test_reference_masked_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0572394Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0572856Z test_reference_masked_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0573253Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0573606Z test_reference_masked_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0574120Z Test masked reduction operations on strided-only tensors using ... expected failure (0.004s) 2022-11-23T02:33:51.0574473Z test_reference_masked_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0574920Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0575379Z test_reference_masked_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0575772Z Test masked reduction operations on strided-only tensors using ... expected failure (0.006s) 2022-11-23T02:33:51.0576113Z test_reference_masked_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0576505Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0576844Z test_reference_masked_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0577226Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0577568Z test_reference_masked_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0577952Z Test masked reduction operations on strided-only tensors using ... expected failure (0.003s) 2022-11-23T02:33:51.0578297Z test_reference_masked_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0578972Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\fromnumeric.py:3440: RuntimeWarning: Mean of empty slice. 2022-11-23T02:33:51.0579227Z return _methods._mean(a, axis=axis, dtype=dtype, 2022-11-23T02:33:51.0579757Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:181: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0579928Z ret = um.true_divide( 2022-11-23T02:33:51.0580072Z ok (0.105s) 2022-11-23T02:33:51.0580455Z test_reference_masked_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0581382Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:33:51.0581660Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:33:51.0581851Z expected failure (0.022s) 2022-11-23T02:33:51.0582208Z test_reference_masked_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0582917Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:189: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T02:33:51.0583128Z ret = ret.dtype.type(ret / rcount) 2022-11-23T02:33:51.0583274Z ok (0.096s) 2022-11-23T02:33:51.0583632Z test_reference_masked_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0583983Z Test masked reduction operations on strided-only tensors using ... ok (0.097s) 2022-11-23T02:33:51.0584328Z test_reference_masked_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0585034Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:187: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0585245Z ret = arr.dtype.type(ret / rcount) 2022-11-23T02:33:51.0585387Z ok (0.103s) 2022-11-23T02:33:51.0585725Z test_reference_masked_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0586076Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-11-23T02:33:51.0586538Z test_reference_masked_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0586955Z Test masked reduction operations on strided-only tensors using ... ok (0.101s) 2022-11-23T02:33:51.0587298Z test_reference_masked_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0587702Z Test masked reduction operations on strided-only tensors using ... ok (0.081s) 2022-11-23T02:33:51.0588135Z test_reference_masked_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0588477Z Test masked reduction operations on strided-only tensors using ... ok (0.077s) 2022-11-23T02:33:51.0588812Z test_reference_masked_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0589154Z Test masked reduction operations on strided-only tensors using ... ok (0.115s) 2022-11-23T02:33:51.0589489Z test_reference_masked_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0589836Z Test masked reduction operations on strided-only tensors using ... ok (0.090s) 2022-11-23T02:33:51.0590179Z test_reference_masked_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0590517Z Test masked reduction operations on strided-only tensors using ... ok (0.087s) 2022-11-23T02:33:51.0590862Z test_reference_masked_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0591209Z Test masked reduction operations on strided-only tensors using ... ok (0.094s) 2022-11-23T02:33:51.0591540Z test_reference_masked_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0591953Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.003s) 2022-11-23T02:33:51.0592313Z test_reference_masked_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0592655Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-11-23T02:33:51.0593006Z test_reference_masked_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0593436Z Test masked reduction operations on strided-only tensors using ... ok (0.085s) 2022-11-23T02:33:51.0593783Z test_reference_masked_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0594189Z Test masked reduction operations on strided-only tensors using ... ok (0.095s) 2022-11-23T02:33:51.0594623Z test_reference_masked_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0595121Z Test masked reduction operations on strided-only tensors using ... ok (0.088s) 2022-11-23T02:33:51.0595454Z test_reference_masked_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0595793Z Test masked reduction operations on strided-only tensors using ... ok (0.109s) 2022-11-23T02:33:51.0596125Z test_reference_masked_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0596537Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:33:51.0596877Z test_reference_masked_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0597286Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:33:51.0597623Z test_reference_masked_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0597964Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-11-23T02:33:51.0598305Z test_reference_masked_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0598720Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:33:51.0599055Z test_reference_masked_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0599398Z Test masked reduction operations on strided-only tensors using ... ok (0.067s) 2022-11-23T02:33:51.0599824Z test_reference_masked_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0600694Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0601066Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:33:51.0601603Z C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: invalid value encountered in true_divide 2022-11-23T02:33:51.0601780Z ret = um.true_divide( 2022-11-23T02:33:51.0601922Z ok (0.282s) 2022-11-23T02:33:51.0602278Z test_reference_masked_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0602990Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in cdouble_scalars 2022-11-23T02:33:51.0603254Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:33:51.0603394Z ok (0.277s) 2022-11-23T02:33:51.0603751Z test_reference_masked_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0604096Z Test masked reduction operations on strided-only tensors using ... ok (0.286s) 2022-11-23T02:33:51.0604438Z test_reference_masked_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0604778Z Test masked reduction operations on strided-only tensors using ... ok (0.297s) 2022-11-23T02:33:51.0605122Z test_reference_masked_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0605458Z Test masked reduction operations on strided-only tensors using ... ok (0.279s) 2022-11-23T02:33:51.0605789Z test_reference_masked_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0606608Z Test masked reduction operations on strided-only tensors using ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:225: RuntimeWarning: invalid value encountered in double_scalars 2022-11-23T02:33:51.0606938Z arrmean = arrmean.dtype.type(arrmean / rcount) 2022-11-23T02:33:51.0607061Z ok (0.269s) 2022-11-23T02:33:51.0607488Z test_reference_masked_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0607840Z Test masked reduction operations on strided-only tensors using ... ok (0.227s) 2022-11-23T02:33:51.0608174Z test_reference_masked_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0608798Z Test masked reduction operations on strided-only tensors using ... ok (0.236s) 2022-11-23T02:33:51.0609127Z test_reference_masked_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0609471Z Test masked reduction operations on strided-only tensors using ... ok (0.224s) 2022-11-23T02:33:51.0609800Z test_reference_masked_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0610143Z Test masked reduction operations on strided-only tensors using ... ok (0.217s) 2022-11-23T02:33:51.0610473Z test_reference_masked_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0610824Z Test masked reduction operations on strided-only tensors using ... ok (0.224s) 2022-11-23T02:33:51.0611163Z test_reference_masked_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0611507Z Test masked reduction operations on strided-only tensors using ... ok (0.121s) 2022-11-23T02:33:51.0611840Z test_reference_masked_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0612263Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.005s) 2022-11-23T02:33:51.0612695Z test_reference_masked_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0613041Z Test masked reduction operations on strided-only tensors using ... ok (0.081s) 2022-11-23T02:33:51.0613439Z test_reference_masked_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0613870Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-11-23T02:33:51.0614334Z test_reference_masked_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0614709Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-11-23T02:33:51.0615041Z test_reference_masked_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0615383Z Test masked reduction operations on strided-only tensors using ... ok (0.083s) 2022-11-23T02:33:51.0615729Z test_reference_masked_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0616065Z Test masked reduction operations on strided-only tensors using ... ok (0.089s) 2022-11-23T02:33:51.0616394Z test_reference_masked_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0616803Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:33:51.0617128Z test_reference_masked_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0617548Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.002s) 2022-11-23T02:33:51.0617872Z test_reference_masked_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0618206Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-11-23T02:33:51.0618530Z test_reference_masked_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0619054Z Test masked reduction operations on strided-only tensors using ... skip: Failing on some jobs (0.003s) 2022-11-23T02:33:51.0619396Z test_reference_masked_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0619813Z Test masked reduction operations on strided-only tensors using ... ok (0.062s) 2022-11-23T02:33:51.0620252Z test_reference_masked_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0620586Z Test masked reduction operations on strided-only tensors using ... ok (0.286s) 2022-11-23T02:33:51.0620939Z test_reference_masked_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0621285Z Test masked reduction operations on strided-only tensors using ... ok (0.268s) 2022-11-23T02:33:51.0621634Z test_reference_masked_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0621977Z Test masked reduction operations on strided-only tensors using ... ok (0.290s) 2022-11-23T02:33:51.0622459Z test_reference_masked_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0622805Z Test masked reduction operations on strided-only tensors using ... ok (0.270s) 2022-11-23T02:33:51.0623136Z test_reference_masked_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0623476Z Test masked reduction operations on strided-only tensors using ... ok (0.273s) 2022-11-23T02:33:51.0623807Z test_reference_masked_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0624143Z Test masked reduction operations on strided-only tensors using ... ok (0.263s) 2022-11-23T02:33:51.0624480Z test_reference_masked_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0624823Z Test masked reduction operations on strided-only tensors using ... ok (0.225s) 2022-11-23T02:33:51.0625152Z test_reference_masked_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0625582Z Test masked reduction operations on strided-only tensors using ... ok (0.218s) 2022-11-23T02:33:51.0625921Z test_reference_masked_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0626391Z Test masked reduction operations on strided-only tensors using ... ok (0.228s) 2022-11-23T02:33:51.0626713Z test_reference_masked_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0627054Z Test masked reduction operations on strided-only tensors using ... ok (0.241s) 2022-11-23T02:33:51.0627385Z test_reference_masked_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0627727Z Test masked reduction operations on strided-only tensors using ... ok (0.223s) 2022-11-23T02:33:51.0628160Z test_repeated_dim_cuda (__main__.TestReductionsCUDA) ... ok (0.011s) 2022-11-23T02:33:51.0628497Z test_result_dtype_all_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0628775Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0629074Z test_result_dtype_all_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0629349Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0629660Z test_result_dtype_all_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0629931Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0630249Z test_result_dtype_all_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0630516Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0630820Z test_result_dtype_all_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0631088Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0631393Z test_result_dtype_all_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0631728Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0632039Z test_result_dtype_all_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0632389Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0632693Z test_result_dtype_all_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0633030Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0633330Z test_result_dtype_all_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0633598Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0633889Z test_result_dtype_all_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0634156Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0634450Z test_result_dtype_all_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0634724Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0635021Z test_result_dtype_all_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0635338Z Tests that the result has the correct dtype ... expected failure (0.013s) 2022-11-23T02:33:51.0635803Z test_result_dtype_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0636036Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0636195Z test_result_dtype_amax_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0636347Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0636523Z test_result_dtype_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0636676Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0636852Z test_result_dtype_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0637009Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0637186Z test_result_dtype_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0637341Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0637515Z test_result_dtype_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0637672Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0637843Z test_result_dtype_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0637996Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0638337Z test_result_dtype_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0638503Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0638674Z test_result_dtype_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0638828Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0639071Z test_result_dtype_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0639368Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0639669Z test_result_dtype_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0639847Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0640024Z test_result_dtype_amin_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0640178Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0640356Z test_result_dtype_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0640511Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0640688Z test_result_dtype_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0640840Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0641017Z test_result_dtype_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0641175Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0641346Z test_result_dtype_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0641499Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0641671Z test_result_dtype_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0641812Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0641985Z test_result_dtype_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0642138Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T02:33:51.0642310Z test_result_dtype_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0642463Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0642635Z test_result_dtype_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0642791Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0642971Z test_result_dtype_any_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0643124Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0643297Z test_result_dtype_any_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0643449Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0643739Z test_result_dtype_any_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0643893Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0644075Z test_result_dtype_any_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0644230Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0644403Z test_result_dtype_any_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0644539Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0644711Z test_result_dtype_any_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0644866Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0645179Z test_result_dtype_any_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0645337Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0645507Z test_result_dtype_any_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0645664Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0645830Z test_result_dtype_any_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0646099Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0646284Z test_result_dtype_any_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0646560Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0646735Z test_result_dtype_any_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0646890Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0647151Z test_result_dtype_any_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0647353Z Tests that the result has the correct dtype ... expected failure (0.003s) 2022-11-23T02:33:51.0647519Z test_result_dtype_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0647674Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0647862Z test_result_dtype_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0648016Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0648194Z test_result_dtype_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0648347Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0648571Z test_result_dtype_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0648738Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0648920Z test_result_dtype_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0649084Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0649267Z test_result_dtype_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0649426Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0649606Z test_result_dtype_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0649770Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0649955Z test_result_dtype_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0650114Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0650273Z test_result_dtype_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0650436Z Tests that the result has the correct dtype ... ok (0.005s) 2022-11-23T02:33:51.0650626Z test_result_dtype_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0650788Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0659547Z test_result_dtype_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0659792Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0659987Z test_result_dtype_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0660150Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0660501Z test_result_dtype_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0660644Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0660826Z test_result_dtype_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0660985Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0661163Z test_result_dtype_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0661318Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0661495Z test_result_dtype_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0661653Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0661830Z test_result_dtype_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0661986Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0662168Z test_result_dtype_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0662323Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0662520Z test_result_dtype_count_nonzero_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0662673Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0662864Z test_result_dtype_count_nonzero_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0663021Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0663204Z test_result_dtype_count_nonzero_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0663443Z Tests that the result has the correct dtype ... ok (0.001s) 2022-11-23T02:33:51.0663850Z test_result_dtype_count_nonzero_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0664017Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0664211Z test_result_dtype_count_nonzero_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0664369Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0664669Z test_result_dtype_count_nonzero_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0664842Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0665161Z test_result_dtype_count_nonzero_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0665323Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0665511Z test_result_dtype_count_nonzero_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0665664Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0665853Z test_result_dtype_count_nonzero_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0666008Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0666190Z test_result_dtype_count_nonzero_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0666354Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0666524Z test_result_dtype_count_nonzero_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0666681Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T02:33:51.0666872Z test_result_dtype_count_nonzero_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0667027Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0667230Z test_result_dtype_linalg_vector_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0667385Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0667598Z test_result_dtype_linalg_vector_norm_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0667757Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0667964Z test_result_dtype_linalg_vector_norm_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0668121Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0668434Z test_result_dtype_linalg_vector_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0668589Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0668786Z test_result_dtype_linalg_vector_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0668939Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0669137Z test_result_dtype_linalg_vector_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0669294Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0669489Z test_result_dtype_masked_amax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0669627Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0669816Z test_result_dtype_masked_amax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0669970Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0670158Z test_result_dtype_masked_amax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0670310Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0670492Z test_result_dtype_masked_amax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0670644Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0670828Z test_result_dtype_masked_amax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0670983Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0671169Z test_result_dtype_masked_amax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0671403Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0671610Z test_result_dtype_masked_amax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0671764Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0671953Z test_result_dtype_masked_amax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0672110Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0672345Z test_result_dtype_masked_amax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0672483Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0672674Z test_result_dtype_masked_amin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0672828Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0673017Z test_result_dtype_masked_amin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0673175Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0673361Z test_result_dtype_masked_amin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0673515Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0673701Z test_result_dtype_masked_amin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0673857Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0674041Z test_result_dtype_masked_amin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0674198Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0674384Z test_result_dtype_masked_amin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0674541Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0674725Z test_result_dtype_masked_amin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0674877Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0675043Z test_result_dtype_masked_amin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0675201Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0675383Z test_result_dtype_masked_amin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0675540Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0675836Z test_result_dtype_masked_argmax_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0675995Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0676190Z test_result_dtype_masked_argmax_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0676345Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0676533Z test_result_dtype_masked_argmax_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0676686Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0676878Z test_result_dtype_masked_argmax_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0677033Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0677219Z test_result_dtype_masked_argmax_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0677373Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0677559Z test_result_dtype_masked_argmax_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0677713Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0677876Z test_result_dtype_masked_argmax_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0678030Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0678217Z test_result_dtype_masked_argmax_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0678372Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0678562Z test_result_dtype_masked_argmax_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0678789Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0679005Z test_result_dtype_masked_argmin_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0679160Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0679351Z test_result_dtype_masked_argmin_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0679510Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0679701Z test_result_dtype_masked_argmin_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0679855Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0680045Z test_result_dtype_masked_argmin_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0680198Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0680538Z test_result_dtype_masked_argmin_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0680708Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0680877Z test_result_dtype_masked_argmin_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0681033Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0681218Z test_result_dtype_masked_argmin_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0681379Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0681681Z test_result_dtype_masked_argmin_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0681970Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0682164Z test_result_dtype_masked_argmin_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0682321Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0682526Z test_result_dtype_masked_logsumexp_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0682684Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0682891Z test_result_dtype_masked_logsumexp_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0683047Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0683246Z test_result_dtype_masked_logsumexp_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0683502Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0683702Z test_result_dtype_masked_logsumexp_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0683858Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0684036Z test_result_dtype_masked_logsumexp_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0684190Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0684384Z test_result_dtype_masked_logsumexp_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0684537Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0684739Z test_result_dtype_masked_logsumexp_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0684894Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0685091Z test_result_dtype_masked_logsumexp_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0685245Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0685440Z test_result_dtype_masked_logsumexp_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0685594Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0685786Z test_result_dtype_masked_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0685943Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0686128Z test_result_dtype_masked_mean_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0686284Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0686550Z test_result_dtype_masked_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0686724Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0686903Z test_result_dtype_masked_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0687056Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0687250Z test_result_dtype_masked_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0687404Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0687589Z test_result_dtype_masked_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0687743Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0687926Z test_result_dtype_masked_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0688079Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0688264Z test_result_dtype_masked_mean_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0688424Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0688609Z test_result_dtype_masked_mean_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0688763Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0688945Z test_result_dtype_masked_mean_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0689104Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0689285Z test_result_dtype_masked_mean_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0689441Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0689604Z test_result_dtype_masked_mean_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0689759Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0689950Z test_result_dtype_masked_norm_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0690103Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0690295Z test_result_dtype_masked_norm_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0690449Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0690633Z test_result_dtype_masked_norm_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0690876Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0691064Z test_result_dtype_masked_norm_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0691218Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0691408Z test_result_dtype_masked_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0691561Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0691745Z test_result_dtype_masked_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0691902Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0692103Z test_result_dtype_masked_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0692260Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0692436Z test_result_dtype_masked_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0692593Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0692787Z test_result_dtype_masked_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0692941Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0693126Z test_result_dtype_masked_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0693282Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0693470Z test_result_dtype_masked_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0693624Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0693881Z test_result_dtype_masked_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0694056Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0694242Z test_result_dtype_masked_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0694399Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0694589Z test_result_dtype_masked_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0694745Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0694930Z test_result_dtype_masked_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0695085Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0695252Z test_result_dtype_masked_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0695407Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0695600Z test_result_dtype_masked_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0695760Z Tests that the result has the correct dtype ... ok (0.010s) 2022-11-23T02:33:51.0695957Z test_result_dtype_masked_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0696111Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0696306Z test_result_dtype_masked_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0696463Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0696647Z test_result_dtype_masked_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0696802Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T02:33:51.0696991Z test_result_dtype_masked_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0697148Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0697335Z test_result_dtype_masked_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0697490Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0697675Z test_result_dtype_masked_std_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0697834Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0697997Z test_result_dtype_masked_std_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0698247Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0698431Z test_result_dtype_masked_std_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0698587Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0698772Z test_result_dtype_masked_std_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0698927Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0699111Z test_result_dtype_masked_std_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0699268Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0699464Z test_result_dtype_masked_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0699619Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0699801Z test_result_dtype_masked_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0699957Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0700155Z test_result_dtype_masked_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0700311Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0700502Z test_result_dtype_masked_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0700658Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0700825Z test_result_dtype_masked_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0700982Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0701167Z test_result_dtype_masked_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0701402Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0701607Z test_result_dtype_masked_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0701762Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0701945Z test_result_dtype_masked_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0702106Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0702287Z test_result_dtype_masked_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0702443Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0702625Z test_result_dtype_masked_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0702778Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0702961Z test_result_dtype_masked_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0703121Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0703302Z test_result_dtype_masked_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0703456Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:33:51.0703629Z test_result_dtype_masked_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0703785Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0703980Z test_result_dtype_masked_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0704140Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0704334Z test_result_dtype_masked_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0704489Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0704677Z test_result_dtype_masked_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0704833Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0705021Z test_result_dtype_masked_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0705178Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0705362Z test_result_dtype_masked_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0705517Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0705789Z test_result_dtype_masked_var_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0705947Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0706129Z test_result_dtype_masked_var_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0706265Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0706444Z test_result_dtype_masked_var_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0706599Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0706783Z test_result_dtype_masked_var_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0706942Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0707122Z test_result_dtype_masked_var_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0707277Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0707462Z test_result_dtype_mean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0707615Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0707799Z test_result_dtype_mean_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0707954Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0708143Z test_result_dtype_mean_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0708301Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0708479Z test_result_dtype_mean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0708702Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0708900Z test_result_dtype_mean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0709036Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0709211Z test_result_dtype_mean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0709370Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0709555Z test_result_dtype_nanmean_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0709710Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0709892Z test_result_dtype_nanmean_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0710051Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0710234Z test_result_dtype_nanmean_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0710390Z Tests that the result has the correct dtype ... ok (0.012s) 2022-11-23T02:33:51.0710575Z test_result_dtype_nanmean_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0710730Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0710910Z test_result_dtype_nansum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0711065Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0711246Z test_result_dtype_nansum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0711399Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0711579Z test_result_dtype_nansum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0711715Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0711895Z test_result_dtype_nansum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0712048Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0712375Z test_result_dtype_nansum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0712545Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0712721Z test_result_dtype_nansum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0712875Z Tests that the result has the correct dtype ... ok (0.005s) 2022-11-23T02:33:51.0713162Z test_result_dtype_nansum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0713534Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0713717Z test_result_dtype_nansum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0713871Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0714047Z test_result_dtype_nansum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0714202Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0714378Z test_result_dtype_nansum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0714536Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0714703Z test_result_dtype_prod_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0714859Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0715036Z test_result_dtype_prod_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0715192Z Tests that the result has the correct dtype ... ok (0.004s) 2022-11-23T02:33:51.0715382Z test_result_dtype_prod_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0715536Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0715720Z test_result_dtype_prod_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0715875Z Tests that the result has the correct dtype ... ok (0.005s) 2022-11-23T02:33:51.0716059Z test_result_dtype_prod_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0716212Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0716390Z test_result_dtype_prod_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0716631Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0716828Z test_result_dtype_prod_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0716983Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0717165Z test_result_dtype_prod_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0717318Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0717474Z test_result_dtype_prod_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0717628Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0717800Z test_result_dtype_prod_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0717954Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0718128Z test_result_dtype_prod_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0718283Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0718460Z test_result_dtype_prod_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0718616Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0718790Z test_result_dtype_prod_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0718947Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0719126Z test_result_dtype_std_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0719280Z Tests that the result has the correct dtype ... ok (0.011s) 2022-11-23T02:33:51.0719463Z test_result_dtype_std_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0719616Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0719799Z test_result_dtype_std_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0719934Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0720110Z test_result_dtype_std_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0720267Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0720443Z test_result_dtype_std_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0720597Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0721609Z test_result_dtype_std_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0721765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0721945Z test_result_dtype_sum_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0722100Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0722273Z test_result_dtype_sum_cuda_bool (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0722429Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0722612Z test_result_dtype_sum_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0722768Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0722957Z test_result_dtype_sum_cuda_complex32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0723114Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0723296Z test_result_dtype_sum_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0723436Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0723610Z test_result_dtype_sum_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0723765Z Tests that the result has the correct dtype ... ok (0.002s) 2022-11-23T02:33:51.0723939Z test_result_dtype_sum_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0724093Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0724265Z test_result_dtype_sum_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0724419Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0724684Z test_result_dtype_sum_cuda_int16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0724859Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0725030Z test_result_dtype_sum_cuda_int32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0725185Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0725362Z test_result_dtype_sum_cuda_int64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0725517Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0725693Z test_result_dtype_sum_cuda_int8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0725846Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0725998Z test_result_dtype_sum_cuda_uint8 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0726155Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0726335Z test_result_dtype_var_cuda_bfloat16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0726494Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0726682Z test_result_dtype_var_cuda_complex128 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0726836Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0727018Z test_result_dtype_var_cuda_complex64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0727177Z Tests that the result has the correct dtype ... ok (0.003s) 2022-11-23T02:33:51.0727352Z test_result_dtype_var_cuda_float16 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0727506Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0727680Z test_result_dtype_var_cuda_float32 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0727835Z Tests that the result has the correct dtype ... ok (0.006s) 2022-11-23T02:33:51.0728010Z test_result_dtype_var_cuda_float64 (__main__.TestReductionsCUDA) 2022-11-23T02:33:51.0728165Z Tests that the result has the correct dtype ... ok (0.000s) 2022-11-23T02:33:51.0728595Z test_std_correction_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... C:\Jenkins\Miniconda3\lib\site-packages\numpy\core\_methods.py:251: RuntimeWarning: divide by zero encountered in true_divide 2022-11-23T02:33:51.0728700Z ret = um.true_divide( 2022-11-23T02:33:51.0728767Z ok (0.017s) 2022-11-23T02:33:51.0728988Z test_std_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.025s) 2022-11-23T02:33:51.0729301Z test_std_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T02:33:51.0729509Z test_std_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T02:33:51.0729713Z test_std_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:51.0729903Z test_std_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:51.0730116Z test_std_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.030s) 2022-11-23T02:33:51.0730329Z test_std_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.030s) 2022-11-23T02:33:51.0730531Z test_std_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.027s) 2022-11-23T02:33:51.0730725Z test_std_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T02:33:51.0730901Z test_std_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:51.0731089Z test_std_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.115s) 2022-11-23T02:33:51.0731284Z test_std_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0731479Z test_std_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T02:33:51.0731669Z test_std_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0731858Z test_std_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0732138Z test_sum_all_cuda_bool (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:33:51.0732371Z test_sum_all_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.002s) 2022-11-23T02:33:51.0732549Z test_sum_cpu_device_mismatch_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:51.0732816Z test_sum_dim_cuda (__main__.TestReductionsCUDA) ... skip: test is slow; run with PYTORCH_TEST_WITH_SLOW to enable test (0.000s) 2022-11-23T02:33:51.0733836Z test_sum_dim_reduction_uint8_overflow_cuda (__main__.TestReductionsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\test\test_reductions.py:457: UserWarning: An output with one or more elements was resized since it had shape [2, 3], 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:33:51.0733946Z torch.sum(x, 0, out=y) 2022-11-23T02:33:51.0734015Z ok (0.003s) 2022-11-23T02:33:51.0734240Z test_sum_integer_upcast_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.000s) 2022-11-23T02:33:51.0734435Z test_sum_noncontig_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.008s) 2022-11-23T02:33:51.0734648Z test_sum_out_cuda_float64 (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:33:51.0734859Z test_sum_parallel_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.003s) 2022-11-23T02:33:51.0735051Z test_sum_vs_numpy_cuda_float16 (__main__.TestReductionsCUDA) ... ok (0.074s) 2022-11-23T02:33:51.0735237Z test_sum_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.074s) 2022-11-23T02:33:51.0735424Z test_sum_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.075s) 2022-11-23T02:33:51.0735614Z test_sum_vs_numpy_cuda_int16 (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-11-23T02:33:51.0735796Z test_sum_vs_numpy_cuda_int32 (__main__.TestReductionsCUDA) ... ok (0.028s) 2022-11-23T02:33:51.0735977Z test_sum_vs_numpy_cuda_int64 (__main__.TestReductionsCUDA) ... ok (0.022s) 2022-11-23T02:33:51.0736160Z test_sum_vs_numpy_cuda_int8 (__main__.TestReductionsCUDA) ... ok (0.019s) 2022-11-23T02:33:51.0736436Z test_sum_vs_numpy_cuda_uint8 (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:51.0736684Z test_tensor_compare_ops_argmax_argmix_kthvalue_dim_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.010s) 2022-11-23T02:33:51.0736887Z test_tensor_compare_ops_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.024s) 2022-11-23T02:33:51.0737083Z test_tensor_reduce_ops_empty_cuda (__main__.TestReductionsCUDA) ... ok (0.053s) 2022-11-23T02:33:51.0737298Z test_var_correction_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.017s) 2022-11-23T02:33:51.0737518Z test_var_correction_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.017s) 2022-11-23T02:33:51.0737727Z test_var_correction_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T02:33:51.0737916Z test_var_correction_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.015s) 2022-11-23T02:33:51.0738085Z test_var_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:51.0738286Z test_var_dim_cuda (__main__.TestReductionsCUDA) ... skip: Only runs on cpu (0.001s) 2022-11-23T02:33:51.0738472Z test_var_large_input_cuda (__main__.TestReductionsCUDA) ... ok (0.184s) 2022-11-23T02:33:51.0738656Z test_var_mean_all_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.005s) 2022-11-23T02:33:51.0738864Z test_var_mean_correction_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.039s) 2022-11-23T02:33:51.0739073Z test_var_mean_correction_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.043s) 2022-11-23T02:33:51.0739347Z test_var_mean_correction_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.035s) 2022-11-23T02:33:51.0739562Z test_var_mean_correction_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.033s) 2022-11-23T02:33:51.0739735Z test_var_mean_cuda (__main__.TestReductionsCUDA) ... ok (0.012s) 2022-11-23T02:33:51.0739921Z test_var_mean_some_dims_cuda (__main__.TestReductionsCUDA) ... ok (0.132s) 2022-11-23T02:33:51.0740109Z test_var_stability2_cuda (__main__.TestReductionsCUDA) ... ok (0.003s) 2022-11-23T02:33:51.0740292Z test_var_stability_cuda (__main__.TestReductionsCUDA) ... ok (0.002s) 2022-11-23T02:33:51.0740473Z test_var_unbiased_cuda (__main__.TestReductionsCUDA) ... ok (0.009s) 2022-11-23T02:33:51.0740682Z test_var_vs_numpy_cuda_complex128 (__main__.TestReductionsCUDA) ... ok (0.018s) 2022-11-23T02:33:51.0740875Z test_var_vs_numpy_cuda_complex64 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0741063Z test_var_vs_numpy_cuda_float32 (__main__.TestReductionsCUDA) ... ok (0.014s) 2022-11-23T02:33:51.0741235Z test_var_vs_numpy_cuda_float64 (__main__.TestReductionsCUDA) ... ok (0.016s) 2022-11-23T02:33:51.0741272Z 2022-11-23T02:33:51.0741441Z ---------------------------------------------------------------------- 2022-11-23T02:33:51.0741548Z Ran 3117 tests in 115.281s 2022-11-23T02:33:51.0741556Z 2022-11-23T02:33:51.0741695Z OK (skipped=103, expected failures=51) 2022-11-23T02:33:51.0741702Z 2022-11-23T02:33:51.0741816Z Generating XML reports... 2022-11-23T02:33:51.0742121Z Generated XML report: test-reports\python-unittest\test_reductions\TEST-TestReductionsCUDA-20221123023154.xml 2022-11-23T02:33:51.0742128Z 2022-11-23T02:33:51.0742562Z ##[endgroup] 2022-11-23T02:33:51.0742884Z FINISHED PRINTING LOG FILE of test_reductions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_reductions_cjpgvl37) 2022-11-23T02:33:51.0742893Z 2022-11-23T02:33:51.0743037Z Running test_dispatch ... [2022-11-23 02:33:50.855027] 2022-11-23T02:33:51.0743389Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_dispatch.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:33:50.856321] 2022-11-23T02:35:13.3541813Z 2022-11-23T02:35:13.3542537Z Expand the folded group to see the log file of test_dispatch 2022-11-23T02:35:13.3544084Z ##[group]PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_idiokg1u) 2022-11-23T02:35:13.3556392Z 2022-11-23T02:35:13.3557051Z Running tests... 2022-11-23T02:35:13.3557698Z ---------------------------------------------------------------------- 2022-11-23T02:35:13.3559993Z Test results will be stored in test-reports\python-unittest\test_dispatch 2022-11-23T02:35:13.3560778Z test_all_invariants (__main__.TestDispatch) ... ok (2.510s) 2022-11-23T02:35:13.3561412Z test_computed_table (__main__.TestDispatch) ... ok (17.839s) 2022-11-23T02:35:13.3562110Z test_computed_table_with_ambiguous_autogradother (__main__.TestDispatch) ... ok (0.026s) 2022-11-23T02:35:13.3562823Z test_computed_table_with_autograd (__main__.TestDispatch) ... ok (0.002s) 2022-11-23T02:35:13.3563584Z test_computed_table_with_cpu_autograd_defaultbackend (__main__.TestDispatch) ... ok (0.492s) 2022-11-23T02:35:13.3564475Z test_computed_table_with_cpu_autograd_math (__main__.TestDispatch) ... ok (0.626s) 2022-11-23T02:35:13.3565470Z test_computed_table_with_cpu_autograd_math_defaultbackend (__main__.TestDispatch) ... ok (17.012s) 2022-11-23T02:35:13.3566259Z test_computed_table_with_cpu_defaultbackend (__main__.TestDispatch) ... ok (0.035s) 2022-11-23T02:35:13.3566967Z test_computed_table_with_cpu_math (__main__.TestDispatch) ... ok (0.022s) 2022-11-23T02:35:13.3567501Z test_computed_table_with_cpu_math_autogradcpu_fallthrough (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:35:13.3568225Z test_computed_table_with_math (__main__.TestDispatch) ... ok (0.011s) 2022-11-23T02:35:13.3568900Z test_def (__main__.TestDispatch) ... ok (17.172s) 2022-11-23T02:35:13.3569583Z test_def_impl_schema_mismatch (__main__.TestDispatch) ... ok (0.914s) 2022-11-23T02:35:13.3570666Z test_def_only (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:35:13.3571632Z test_def_with_explicit_alias (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:35:13.3572455Z test_def_with_inference (__main__.TestDispatch) ... ok (0.574s) 2022-11-23T02:35:13.3573248Z test_dispatch_print_registrations_for_dispatch_key_invalid (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:35:13.3574020Z test_find_dangling_impls (__main__.TestDispatch) ... ok (0.010s) 2022-11-23T02:35:13.3574991Z test_find_dangling_impls_ext (__main__.TestDispatch) ... Using C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116 as PyTorch extensions root... 2022-11-23T02:35:13.3576276Z Creating extension directory C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\dangling_impl_extension... 2022-11-23T02:35:13.3577590Z Emitting ninja build file C:\Users\runneruser\AppData\Local\torch_extensions\torch_extensions\Cache\py39_cu116\dangling_impl_extension\build.ninja... 2022-11-23T02:35:13.3578652Z Building extension module dangling_impl_extension... 2022-11-23T02:35:13.3579597Z Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 2022-11-23T02:35:13.3582374Z [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=dangling_impl_extension -DTORCH_API_INCLUDE_EXTENSION_H -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\TH -IC:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\THC -IC:\Jenkins\Miniconda3\Include -D_GLIBCXX_USE_CXX11_ABI=0 /MD /wd4819 /wd4251 /wd4244 /wd4267 /wd4275 /wd4018 /wd4190 /EHsc -g -c C:\actions-runner\_work\pytorch\pytorch\test\cpp_extensions\dangling_impl_extension.cpp /Fodangling_impl_extension.o 2022-11-23T02:35:13.3584938Z Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29337 for x64 2022-11-23T02:35:13.3585844Z Copyright (C) Microsoft Corporation. All rights reserved. 2022-11-23T02:35:13.3586238Z 2022-11-23T02:35:13.3586546Z cl : Command line warning D9002 : ignoring unknown option '-g' 2022-11-23T02:35:13.3588027Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/macros/Macros.h(138): warning C4067: unexpected tokens following preprocessor directive - expected a newline 2022-11-23T02:35:13.3589439Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3590314Z with 2022-11-23T02:35:13.3590631Z [ 2022-11-23T02:35:13.3591015Z T=c10::SymInt 2022-11-23T02:35:13.3591492Z ] 2022-11-23T02:35:13.3592591Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3593522Z with 2022-11-23T02:35:13.3593866Z [ 2022-11-23T02:35:13.3594246Z T=c10::SymInt 2022-11-23T02:35:13.3594614Z ] 2022-11-23T02:35:13.3595628Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3596191Z with 2022-11-23T02:35:13.3596394Z [ 2022-11-23T02:35:13.3596615Z T=c10::SymInt 2022-11-23T02:35:13.3597229Z ] 2022-11-23T02:35:13.3598129Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3598756Z with 2022-11-23T02:35:13.3598957Z [ 2022-11-23T02:35:13.3599310Z T=c10::SymInt 2022-11-23T02:35:13.3599652Z ] 2022-11-23T02:35:13.3600163Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3600976Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(1606): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3601804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3602312Z with 2022-11-23T02:35:13.3602511Z [ 2022-11-23T02:35:13.3602730Z T=c10::SymInt 2022-11-23T02:35:13.3602942Z ] 2022-11-23T02:35:13.3603586Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/TensorImpl.h(2718): warning C4805: '|': unsafe mix of type 'uintptr_t' and type 'bool' in operation 2022-11-23T02:35:13.3604413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3604883Z with 2022-11-23T02:35:13.3605240Z [ 2022-11-23T02:35:13.3605468Z T=at::TensorBase 2022-11-23T02:35:13.3605690Z ] 2022-11-23T02:35:13.3606323Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3606939Z with 2022-11-23T02:35:13.3607143Z [ 2022-11-23T02:35:13.3607374Z T=at::TensorBase 2022-11-23T02:35:13.3607591Z ] 2022-11-23T02:35:13.3608159Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3608798Z with 2022-11-23T02:35:13.3608999Z [ 2022-11-23T02:35:13.3609223Z T=at::TensorBase 2022-11-23T02:35:13.3609442Z ] 2022-11-23T02:35:13.3610040Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3610594Z with 2022-11-23T02:35:13.3610775Z [ 2022-11-23T02:35:13.3611046Z T=at::TensorBase 2022-11-23T02:35:13.3611434Z ] 2022-11-23T02:35:13.3612111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3613131Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBase.h(933): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3614247Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3614760Z with 2022-11-23T02:35:13.3614946Z [ 2022-11-23T02:35:13.3615170Z T=at::TensorBase 2022-11-23T02:35:13.3615392Z ] 2022-11-23T02:35:13.3616709Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3617244Z with 2022-11-23T02:35:13.3617427Z [ 2022-11-23T02:35:13.3617654Z T=at::Tensor 2022-11-23T02:35:13.3617867Z ] 2022-11-23T02:35:13.3618392Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3619092Z with 2022-11-23T02:35:13.3619293Z [ 2022-11-23T02:35:13.3619492Z T=at::Tensor 2022-11-23T02:35:13.3619703Z ] 2022-11-23T02:35:13.3620678Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3621224Z with 2022-11-23T02:35:13.3621421Z [ 2022-11-23T02:35:13.3621645Z T=at::Tensor 2022-11-23T02:35:13.3621839Z ] 2022-11-23T02:35:13.3622438Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3623000Z with 2022-11-23T02:35:13.3623199Z [ 2022-11-23T02:35:13.3623415Z T=at::Tensor 2022-11-23T02:35:13.3623609Z ] 2022-11-23T02:35:13.3624135Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3624939Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(512): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3625918Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3626432Z with 2022-11-23T02:35:13.3626632Z [ 2022-11-23T02:35:13.3627310Z T=at::Tensor 2022-11-23T02:35:13.3627509Z ] 2022-11-23T02:35:13.3628018Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3628485Z with 2022-11-23T02:35:13.3628684Z [ 2022-11-23T02:35:13.3628904Z T=at::Generator 2022-11-23T02:35:13.3629121Z ] 2022-11-23T02:35:13.3629619Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3630107Z with 2022-11-23T02:35:13.3630309Z [ 2022-11-23T02:35:13.3630528Z T=at::Generator 2022-11-23T02:35:13.3630745Z ] 2022-11-23T02:35:13.3631311Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3631831Z with 2022-11-23T02:35:13.3632031Z [ 2022-11-23T02:35:13.3632252Z T=at::Generator 2022-11-23T02:35:13.3632470Z ] 2022-11-23T02:35:13.3633259Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3634122Z with 2022-11-23T02:35:13.3634312Z [ 2022-11-23T02:35:13.3634533Z T=at::Generator 2022-11-23T02:35:13.3634852Z ] 2022-11-23T02:35:13.3635410Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3636239Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(589): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3637071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3637576Z with 2022-11-23T02:35:13.3637758Z [ 2022-11-23T02:35:13.3637978Z T=at::Generator 2022-11-23T02:35:13.3638196Z ] 2022-11-23T02:35:13.3638695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3639161Z with 2022-11-23T02:35:13.3639342Z [ 2022-11-23T02:35:13.3639700Z T=c10::Scalar 2022-11-23T02:35:13.3639920Z ] 2022-11-23T02:35:13.3640448Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3641269Z with 2022-11-23T02:35:13.3641472Z [ 2022-11-23T02:35:13.3641828Z T=c10::Scalar 2022-11-23T02:35:13.3642197Z ] 2022-11-23T02:35:13.3643544Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3644621Z with 2022-11-23T02:35:13.3645242Z [ 2022-11-23T02:35:13.3645789Z T=c10::Scalar 2022-11-23T02:35:13.3646180Z ] 2022-11-23T02:35:13.3647571Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3649024Z with 2022-11-23T02:35:13.3649410Z [ 2022-11-23T02:35:13.3649843Z T=c10::Scalar 2022-11-23T02:35:13.3650226Z ] 2022-11-23T02:35:13.3651253Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3652839Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/TensorBody.h(620): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3654730Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3655879Z with 2022-11-23T02:35:13.3656252Z [ 2022-11-23T02:35:13.3656674Z T=c10::Scalar 2022-11-23T02:35:13.3657057Z ] 2022-11-23T02:35:13.3658042Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3658951Z with 2022-11-23T02:35:13.3659313Z [ 2022-11-23T02:35:13.3659553Z T=std::string 2022-11-23T02:35:13.3659767Z ] 2022-11-23T02:35:13.3660456Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3661196Z with 2022-11-23T02:35:13.3661399Z [ 2022-11-23T02:35:13.3661622Z T=std::string 2022-11-23T02:35:13.3662004Z ] 2022-11-23T02:35:13.3663059Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3664079Z with 2022-11-23T02:35:13.3664478Z [ 2022-11-23T02:35:13.3664890Z T=std::string 2022-11-23T02:35:13.3665283Z ] 2022-11-23T02:35:13.3666486Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3667581Z with 2022-11-23T02:35:13.3668129Z [ 2022-11-23T02:35:13.3668569Z T=std::string 2022-11-23T02:35:13.3669111Z ] 2022-11-23T02:35:13.3670256Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3671842Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(450): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3673468Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3674469Z with 2022-11-23T02:35:13.3674989Z [ 2022-11-23T02:35:13.3675542Z T=std::string 2022-11-23T02:35:13.3676066Z ] 2022-11-23T02:35:13.3677043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3677973Z with 2022-11-23T02:35:13.3678344Z [ 2022-11-23T02:35:13.3679032Z T=c10::QualifiedName 2022-11-23T02:35:13.3679473Z ] 2022-11-23T02:35:13.3680488Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3681592Z with 2022-11-23T02:35:13.3681980Z [ 2022-11-23T02:35:13.3682680Z T=c10::QualifiedName 2022-11-23T02:35:13.3683121Z ] 2022-11-23T02:35:13.3684210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3685254Z with 2022-11-23T02:35:13.3685635Z [ 2022-11-23T02:35:13.3686092Z T=c10::QualifiedName 2022-11-23T02:35:13.3686509Z ] 2022-11-23T02:35:13.3687713Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3689180Z with 2022-11-23T02:35:13.3689558Z [ 2022-11-23T02:35:13.3689998Z T=c10::QualifiedName 2022-11-23T02:35:13.3690431Z ] 2022-11-23T02:35:13.3691443Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3693257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type_base.h(698): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3695080Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3696332Z with 2022-11-23T02:35:13.3696723Z [ 2022-11-23T02:35:13.3697447Z T=c10::QualifiedName 2022-11-23T02:35:13.3697982Z ] 2022-11-23T02:35:13.3699244Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3700835Z with 2022-11-23T02:35:13.3701400Z [ 2022-11-23T02:35:13.3702110Z T=std::shared_ptr 2022-11-23T02:35:13.3702762Z ] 2022-11-23T02:35:13.3703788Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3704720Z with 2022-11-23T02:35:13.3705123Z [ 2022-11-23T02:35:13.3705662Z T=std::shared_ptr 2022-11-23T02:35:13.3706175Z ] 2022-11-23T02:35:13.3707261Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3708428Z with 2022-11-23T02:35:13.3708974Z [ 2022-11-23T02:35:13.3709529Z T=std::shared_ptr 2022-11-23T02:35:13.3710041Z ] 2022-11-23T02:35:13.3711203Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3712309Z with 2022-11-23T02:35:13.3712706Z [ 2022-11-23T02:35:13.3713237Z T=std::shared_ptr 2022-11-23T02:35:13.3713984Z ] 2022-11-23T02:35:13.3715433Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.3717241Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1417): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.3718986Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3719989Z with 2022-11-23T02:35:13.3720390Z [ 2022-11-23T02:35:13.3721046Z T=std::shared_ptr 2022-11-23T02:35:13.3721676Z ] 2022-11-23T02:35:13.3722744Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3723667Z with 2022-11-23T02:35:13.3724056Z [ 2022-11-23T02:35:13.3724596Z T=std::weak_ptr 2022-11-23T02:35:13.3725093Z ] 2022-11-23T02:35:13.3726109Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3727392Z with 2022-11-23T02:35:13.3727834Z [ 2022-11-23T02:35:13.3728575Z T=std::weak_ptr 2022-11-23T02:35:13.3729079Z ] 2022-11-23T02:35:13.3730163Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3731196Z with 2022-11-23T02:35:13.3731595Z [ 2022-11-23T02:35:13.3732140Z T=std::weak_ptr 2022-11-23T02:35:13.3732621Z ] 2022-11-23T02:35:13.3733860Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3734659Z with 2022-11-23T02:35:13.3735067Z [ 2022-11-23T02:35:13.3735364Z T=std::weak_ptr 2022-11-23T02:35:13.3735631Z ] 2022-11-23T02:35:13.3736209Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.3737278Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(1418): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.3738982Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3739949Z with 2022-11-23T02:35:13.3740436Z [ 2022-11-23T02:35:13.3740986Z T=std::weak_ptr 2022-11-23T02:35:13.3741675Z ] 2022-11-23T02:35:13.3742752Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3743884Z with 2022-11-23T02:35:13.3744250Z [ 2022-11-23T02:35:13.3744848Z T=std::vector> 2022-11-23T02:35:13.3745421Z ] 2022-11-23T02:35:13.3746426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3747514Z with 2022-11-23T02:35:13.3747974Z [ 2022-11-23T02:35:13.3748659Z T=std::vector> 2022-11-23T02:35:13.3749235Z ] 2022-11-23T02:35:13.3750341Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3751398Z with 2022-11-23T02:35:13.3751792Z [ 2022-11-23T02:35:13.3752393Z T=std::vector> 2022-11-23T02:35:13.3752944Z ] 2022-11-23T02:35:13.3754235Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3755528Z with 2022-11-23T02:35:13.3755911Z [ 2022-11-23T02:35:13.3756521Z T=std::vector> 2022-11-23T02:35:13.3757087Z ] 2022-11-23T02:35:13.3758414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.3760355Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(483): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.3762309Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3763321Z with 2022-11-23T02:35:13.3763713Z [ 2022-11-23T02:35:13.3764298Z T=std::vector> 2022-11-23T02:35:13.3764862Z ] 2022-11-23T02:35:13.3765827Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3766889Z with 2022-11-23T02:35:13.3767261Z [ 2022-11-23T02:35:13.3767969Z T=std::vector> 2022-11-23T02:35:13.3768468Z ] 2022-11-23T02:35:13.3769458Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3770414Z with 2022-11-23T02:35:13.3770777Z [ 2022-11-23T02:35:13.3771318Z T=std::vector> 2022-11-23T02:35:13.3771813Z ] 2022-11-23T02:35:13.3772901Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3774305Z with 2022-11-23T02:35:13.3774702Z [ 2022-11-23T02:35:13.3775211Z T=std::vector> 2022-11-23T02:35:13.3775712Z ] 2022-11-23T02:35:13.3777096Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3778203Z with 2022-11-23T02:35:13.3778606Z [ 2022-11-23T02:35:13.3779129Z T=std::vector> 2022-11-23T02:35:13.3779722Z ] 2022-11-23T02:35:13.3780973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.3782690Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(442): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.3784347Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3785357Z with 2022-11-23T02:35:13.3785748Z [ 2022-11-23T02:35:13.3786423Z T=std::vector> 2022-11-23T02:35:13.3786996Z ] 2022-11-23T02:35:13.3788083Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3789021Z with 2022-11-23T02:35:13.3789412Z [ 2022-11-23T02:35:13.3790276Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3790905Z ] 2022-11-23T02:35:13.3791875Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3792846Z with 2022-11-23T02:35:13.3793356Z [ 2022-11-23T02:35:13.3794097Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3794777Z ] 2022-11-23T02:35:13.3795878Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3796907Z with 2022-11-23T02:35:13.3797272Z [ 2022-11-23T02:35:13.3797916Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3798512Z ] 2022-11-23T02:35:13.3799783Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3801058Z with 2022-11-23T02:35:13.3801448Z [ 2022-11-23T02:35:13.3802068Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3802662Z ] 2022-11-23T02:35:13.3803866Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:35:13.3805761Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:35:13.3807606Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(844): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:35:13.3808670Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3809182Z with 2022-11-23T02:35:13.3809386Z [ 2022-11-23T02:35:13.3809833Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3810418Z ] 2022-11-23T02:35:13.3811426Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3812317Z with 2022-11-23T02:35:13.3812853Z [ 2022-11-23T02:35:13.3813546Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3814201Z ] 2022-11-23T02:35:13.3815208Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3816170Z with 2022-11-23T02:35:13.3816563Z [ 2022-11-23T02:35:13.3817170Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3817753Z ] 2022-11-23T02:35:13.3819023Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3820311Z with 2022-11-23T02:35:13.3820791Z [ 2022-11-23T02:35:13.3821411Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3822006Z ] 2022-11-23T02:35:13.3823168Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3824256Z with 2022-11-23T02:35:13.3824619Z [ 2022-11-23T02:35:13.3825248Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3825965Z ] 2022-11-23T02:35:13.3827331Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase,std::allocator>>>' being compiled 2022-11-23T02:35:13.3829148Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(568): note: see reference to class template instantiation 'c10::optional,std::allocator>>>' being compiled 2022-11-23T02:35:13.3830843Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(614): note: see reference to class template instantiation 'c10::VaryingShape' being compiled 2022-11-23T02:35:13.3832576Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3833742Z with 2022-11-23T02:35:13.3834119Z [ 2022-11-23T02:35:13.3834769Z T=std::vector,std::allocator>> 2022-11-23T02:35:13.3835349Z ] 2022-11-23T02:35:13.3836307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3837458Z with 2022-11-23T02:35:13.3837848Z [ 2022-11-23T02:35:13.3838377Z T=std::vector> 2022-11-23T02:35:13.3838953Z ] 2022-11-23T02:35:13.3840169Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3841115Z with 2022-11-23T02:35:13.3841498Z [ 2022-11-23T02:35:13.3842080Z T=std::vector> 2022-11-23T02:35:13.3842564Z ] 2022-11-23T02:35:13.3843664Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3844700Z with 2022-11-23T02:35:13.3845095Z [ 2022-11-23T02:35:13.3845636Z T=std::vector> 2022-11-23T02:35:13.3846127Z ] 2022-11-23T02:35:13.3847267Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3848358Z with 2022-11-23T02:35:13.3848746Z [ 2022-11-23T02:35:13.3849278Z T=std::vector> 2022-11-23T02:35:13.3849787Z ] 2022-11-23T02:35:13.3851432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.3853298Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/jit_type.h(727): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.3854973Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3855949Z with 2022-11-23T02:35:13.3856343Z [ 2022-11-23T02:35:13.3856878Z T=std::vector> 2022-11-23T02:35:13.3857380Z ] 2022-11-23T02:35:13.3858360Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3859281Z with 2022-11-23T02:35:13.3859649Z [ 2022-11-23T02:35:13.3860250Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:35:13.3860829Z ] 2022-11-23T02:35:13.3861824Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3862751Z with 2022-11-23T02:35:13.3863141Z [ 2022-11-23T02:35:13.3863714Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:35:13.3864272Z ] 2022-11-23T02:35:13.3865365Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3866400Z with 2022-11-23T02:35:13.3866787Z [ 2022-11-23T02:35:13.3867534Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:35:13.3868076Z ] 2022-11-23T02:35:13.3869422Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3870730Z with 2022-11-23T02:35:13.3871121Z [ 2022-11-23T02:35:13.3871724Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:35:13.3872292Z ] 2022-11-23T02:35:13.3873407Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.3875303Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineDeviceGuard.h(427): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.3877210Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/DeviceGuard.h(178): note: see reference to class template instantiation 'c10::impl::InlineOptionalDeviceGuard' being compiled 2022-11-23T02:35:13.3878276Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3878795Z with 2022-11-23T02:35:13.3879002Z [ 2022-11-23T02:35:13.3879310Z T=c10::impl::InlineDeviceGuard 2022-11-23T02:35:13.3879847Z ] 2022-11-23T02:35:13.3880823Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3881775Z with 2022-11-23T02:35:13.3882157Z [ 2022-11-23T02:35:13.3882757Z T=c10::impl::InlineStreamGuard 2022-11-23T02:35:13.3883318Z ] 2022-11-23T02:35:13.3884316Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3885244Z with 2022-11-23T02:35:13.3885630Z [ 2022-11-23T02:35:13.3886241Z T=c10::impl::InlineStreamGuard 2022-11-23T02:35:13.3886807Z ] 2022-11-23T02:35:13.3887897Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3888922Z with 2022-11-23T02:35:13.3889278Z [ 2022-11-23T02:35:13.3889880Z T=c10::impl::InlineStreamGuard 2022-11-23T02:35:13.3890465Z ] 2022-11-23T02:35:13.3891608Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3892712Z with 2022-11-23T02:35:13.3893111Z [ 2022-11-23T02:35:13.3893656Z T=c10::impl::InlineStreamGuard 2022-11-23T02:35:13.3894204Z ] 2022-11-23T02:35:13.3895353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.3896938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(197): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.3898128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(139): note: see reference to class template instantiation 'c10::impl::InlineOptionalStreamGuard' being compiled 2022-11-23T02:35:13.3899198Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3899835Z with 2022-11-23T02:35:13.3900054Z [ 2022-11-23T02:35:13.3900486Z T=c10::impl::InlineStreamGuard 2022-11-23T02:35:13.3900764Z ] 2022-11-23T02:35:13.3901274Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3901748Z with 2022-11-23T02:35:13.3901948Z [ 2022-11-23T02:35:13.3902197Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3902437Z ] 2022-11-23T02:35:13.3902943Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3903619Z with 2022-11-23T02:35:13.3903977Z [ 2022-11-23T02:35:13.3904421Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3904869Z ] 2022-11-23T02:35:13.3906064Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3907101Z with 2022-11-23T02:35:13.3907493Z [ 2022-11-23T02:35:13.3907986Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3908448Z ] 2022-11-23T02:35:13.3909663Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3910800Z with 2022-11-23T02:35:13.3911164Z [ 2022-11-23T02:35:13.3911629Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3912027Z ] 2022-11-23T02:35:13.3913139Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3914793Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/impl/InlineStreamGuard.h(232): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3915659Z with 2022-11-23T02:35:13.3916020Z [ 2022-11-23T02:35:13.3916498Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3916955Z ] 2022-11-23T02:35:13.3918006Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/core/StreamGuard.h(162): note: see reference to class template instantiation 'c10::impl::InlineMultiStreamGuard' being compiled 2022-11-23T02:35:13.3919768Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3920653Z with 2022-11-23T02:35:13.3920962Z [ 2022-11-23T02:35:13.3921430Z T=c10::impl::VirtualGuardImpl 2022-11-23T02:35:13.3921900Z ] 2022-11-23T02:35:13.3922876Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3925035Z with 2022-11-23T02:35:13.3925415Z [ 2022-11-23T02:35:13.3926071Z T=std::vector> 2022-11-23T02:35:13.3926700Z ] 2022-11-23T02:35:13.3927655Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3928571Z with 2022-11-23T02:35:13.3928916Z [ 2022-11-23T02:35:13.3929571Z T=std::vector> 2022-11-23T02:35:13.3930164Z ] 2022-11-23T02:35:13.3931246Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3932258Z with 2022-11-23T02:35:13.3932626Z [ 2022-11-23T02:35:13.3933323Z T=std::vector> 2022-11-23T02:35:13.3933966Z ] 2022-11-23T02:35:13.3935024Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3936140Z with 2022-11-23T02:35:13.3936715Z [ 2022-11-23T02:35:13.3937442Z T=std::vector> 2022-11-23T02:35:13.3938064Z ] 2022-11-23T02:35:13.3939272Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.3941250Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue_inl.h(853): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.3943099Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3944094Z with 2022-11-23T02:35:13.3944458Z [ 2022-11-23T02:35:13.3945137Z T=std::vector> 2022-11-23T02:35:13.3945782Z ] 2022-11-23T02:35:13.3946725Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3947642Z with 2022-11-23T02:35:13.3948004Z [ 2022-11-23T02:35:13.3948442Z T=torch::autograd::ViewInfo 2022-11-23T02:35:13.3948887Z ] 2022-11-23T02:35:13.3949589Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3950076Z with 2022-11-23T02:35:13.3950283Z [ 2022-11-23T02:35:13.3950505Z T=torch::autograd::ViewInfo 2022-11-23T02:35:13.3950741Z ] 2022-11-23T02:35:13.3951315Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3952038Z with 2022-11-23T02:35:13.3952237Z [ 2022-11-23T02:35:13.3952479Z T=torch::autograd::ViewInfo 2022-11-23T02:35:13.3952691Z ] 2022-11-23T02:35:13.3953295Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3953856Z with 2022-11-23T02:35:13.3954054Z [ 2022-11-23T02:35:13.3954311Z T=torch::autograd::ViewInfo 2022-11-23T02:35:13.3954598Z ] 2022-11-23T02:35:13.3955234Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3956307Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/variable.h(570): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3957541Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3958048Z with 2022-11-23T02:35:13.3958250Z [ 2022-11-23T02:35:13.3958488Z T=torch::autograd::ViewInfo 2022-11-23T02:35:13.3958725Z ] 2022-11-23T02:35:13.3959324Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3959812Z with 2022-11-23T02:35:13.3960011Z [ 2022-11-23T02:35:13.3960228Z T=c10::IValue 2022-11-23T02:35:13.3960451Z ] 2022-11-23T02:35:13.3960965Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3961430Z with 2022-11-23T02:35:13.3961635Z [ 2022-11-23T02:35:13.3961852Z T=c10::IValue 2022-11-23T02:35:13.3962062Z ] 2022-11-23T02:35:13.3962634Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3963162Z with 2022-11-23T02:35:13.3963342Z [ 2022-11-23T02:35:13.3963556Z T=c10::IValue 2022-11-23T02:35:13.3963765Z ] 2022-11-23T02:35:13.3964367Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3964918Z with 2022-11-23T02:35:13.3965113Z [ 2022-11-23T02:35:13.3965308Z T=c10::IValue 2022-11-23T02:35:13.3965518Z ] 2022-11-23T02:35:13.3966037Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3966858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(183): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3967695Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3968303Z with 2022-11-23T02:35:13.3968503Z [ 2022-11-23T02:35:13.3968699Z T=c10::IValue 2022-11-23T02:35:13.3968908Z ] 2022-11-23T02:35:13.3969415Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3969875Z with 2022-11-23T02:35:13.3970074Z [ 2022-11-23T02:35:13.3970276Z T=c10::AliasInfo 2022-11-23T02:35:13.3970491Z ] 2022-11-23T02:35:13.3971014Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3971492Z with 2022-11-23T02:35:13.3971689Z [ 2022-11-23T02:35:13.3971910Z T=c10::AliasInfo 2022-11-23T02:35:13.3972105Z ] 2022-11-23T02:35:13.3972676Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3973200Z with 2022-11-23T02:35:13.3973399Z [ 2022-11-23T02:35:13.3973616Z T=c10::AliasInfo 2022-11-23T02:35:13.3973830Z ] 2022-11-23T02:35:13.3974494Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3975288Z with 2022-11-23T02:35:13.3975657Z [ 2022-11-23T02:35:13.3976074Z T=c10::AliasInfo 2022-11-23T02:35:13.3976489Z ] 2022-11-23T02:35:13.3977074Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.3977891Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/function_schema.h(28): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.3978731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3979234Z with 2022-11-23T02:35:13.3979436Z [ 2022-11-23T02:35:13.3979658Z T=c10::AliasInfo 2022-11-23T02:35:13.3979878Z ] 2022-11-23T02:35:13.3980374Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3980829Z with 2022-11-23T02:35:13.3981032Z [ 2022-11-23T02:35:13.3981316Z T=std::vector> 2022-11-23T02:35:13.3981583Z ] 2022-11-23T02:35:13.3982101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3982579Z with 2022-11-23T02:35:13.3982760Z [ 2022-11-23T02:35:13.3983042Z T=std::vector> 2022-11-23T02:35:13.3983307Z ] 2022-11-23T02:35:13.3983881Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3984414Z with 2022-11-23T02:35:13.3984615Z [ 2022-11-23T02:35:13.3985033Z T=std::vector> 2022-11-23T02:35:13.3985297Z ] 2022-11-23T02:35:13.3985896Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.3986443Z with 2022-11-23T02:35:13.3986643Z [ 2022-11-23T02:35:13.3986921Z T=std::vector> 2022-11-23T02:35:13.3987171Z ] 2022-11-23T02:35:13.3987938Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.3988474Z with 2022-11-23T02:35:13.3988672Z [ 2022-11-23T02:35:13.3988891Z T=c10::SymInt 2022-11-23T02:35:13.3989087Z ] 2022-11-23T02:35:13.3989636Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/ivalue.h(83): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.3990142Z with 2022-11-23T02:35:13.3990343Z [ 2022-11-23T02:35:13.3990558Z T=c10::SymInt 2022-11-23T02:35:13.3990768Z ] 2022-11-23T02:35:13.3991330Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(376): note: see reference to class template instantiation 'c10::OptionalArray' being compiled 2022-11-23T02:35:13.3992425Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h(386): note: see reference to class template instantiation 'c10::impl::ivalue_to_arg,AllowDeprecatedTypes>' being compiled 2022-11-23T02:35:13.3993397Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3993903Z with 2022-11-23T02:35:13.3994105Z [ 2022-11-23T02:35:13.3994390Z T=std::vector> 2022-11-23T02:35:13.3994663Z ] 2022-11-23T02:35:13.3995161Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.3995609Z with 2022-11-23T02:35:13.3995814Z [ 2022-11-23T02:35:13.3996103Z T=c10::either 2022-11-23T02:35:13.3996379Z ] 2022-11-23T02:35:13.3996901Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.3997383Z with 2022-11-23T02:35:13.3997565Z [ 2022-11-23T02:35:13.3997854Z T=c10::either 2022-11-23T02:35:13.3998122Z ] 2022-11-23T02:35:13.3998689Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.3999214Z with 2022-11-23T02:35:13.3999413Z [ 2022-11-23T02:35:13.3999689Z T=c10::either 2022-11-23T02:35:13.3999959Z ] 2022-11-23T02:35:13.4000573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4001729Z with 2022-11-23T02:35:13.4002065Z [ 2022-11-23T02:35:13.4002571Z T=c10::either 2022-11-23T02:35:13.4003024Z ] 2022-11-23T02:35:13.4004069Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.4005151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/op_registration/op_registration.h(434): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.4006075Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4006582Z with 2022-11-23T02:35:13.4006787Z [ 2022-11-23T02:35:13.4007077Z T=c10::either 2022-11-23T02:35:13.4007333Z ] 2022-11-23T02:35:13.4007833Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4008295Z with 2022-11-23T02:35:13.4008493Z [ 2022-11-23T02:35:13.4008722Z T=at::StepCallbacks 2022-11-23T02:35:13.4008946Z ] 2022-11-23T02:35:13.4009551Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4010059Z with 2022-11-23T02:35:13.4010257Z [ 2022-11-23T02:35:13.4010494Z T=at::StepCallbacks 2022-11-23T02:35:13.4010717Z ] 2022-11-23T02:35:13.4011288Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4011787Z with 2022-11-23T02:35:13.4011985Z [ 2022-11-23T02:35:13.4012211Z T=at::StepCallbacks 2022-11-23T02:35:13.4012431Z ] 2022-11-23T02:35:13.4013034Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4013588Z with 2022-11-23T02:35:13.4013770Z [ 2022-11-23T02:35:13.4013997Z T=at::StepCallbacks 2022-11-23T02:35:13.4014219Z ] 2022-11-23T02:35:13.4014888Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4015748Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/function.h(163): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4016596Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4017096Z with 2022-11-23T02:35:13.4017277Z [ 2022-11-23T02:35:13.4017509Z T=at::StepCallbacks 2022-11-23T02:35:13.4017733Z ] 2022-11-23T02:35:13.4018230Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4018809Z with 2022-11-23T02:35:13.4019005Z [ 2022-11-23T02:35:13.4019206Z T=c10::DimVector 2022-11-23T02:35:13.4019423Z ] 2022-11-23T02:35:13.4019940Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4020419Z with 2022-11-23T02:35:13.4020615Z [ 2022-11-23T02:35:13.4020812Z T=c10::DimVector 2022-11-23T02:35:13.4021028Z ] 2022-11-23T02:35:13.4021636Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4022162Z with 2022-11-23T02:35:13.4022360Z [ 2022-11-23T02:35:13.4022580Z T=c10::DimVector 2022-11-23T02:35:13.4022777Z ] 2022-11-23T02:35:13.4023376Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4023931Z with 2022-11-23T02:35:13.4024128Z [ 2022-11-23T02:35:13.4024345Z T=c10::DimVector 2022-11-23T02:35:13.4024559Z ] 2022-11-23T02:35:13.4025812Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4026718Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/TensorIterator.h(918): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4027562Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4028063Z with 2022-11-23T02:35:13.4028264Z [ 2022-11-23T02:35:13.4028486Z T=c10::DimVector 2022-11-23T02:35:13.4028701Z ] 2022-11-23T02:35:13.4029179Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4029650Z with 2022-11-23T02:35:13.4029852Z [ 2022-11-23T02:35:13.4030097Z T=c10::impl::AnnotatedSchema 2022-11-23T02:35:13.4030333Z ] 2022-11-23T02:35:13.4030852Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4031321Z with 2022-11-23T02:35:13.4031519Z [ 2022-11-23T02:35:13.4031759Z T=c10::impl::AnnotatedSchema 2022-11-23T02:35:13.4031993Z ] 2022-11-23T02:35:13.4032560Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4033089Z with 2022-11-23T02:35:13.4033268Z [ 2022-11-23T02:35:13.4033508Z T=c10::impl::AnnotatedSchema 2022-11-23T02:35:13.4033742Z ] 2022-11-23T02:35:13.4034343Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4034893Z with 2022-11-23T02:35:13.4035207Z [ 2022-11-23T02:35:13.4035432Z T=c10::impl::AnnotatedSchema 2022-11-23T02:35:13.4035665Z ] 2022-11-23T02:35:13.4036207Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4037078Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(223): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4037955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4038458Z with 2022-11-23T02:35:13.4038662Z [ 2022-11-23T02:35:13.4038885Z T=c10::impl::AnnotatedSchema 2022-11-23T02:35:13.4039124Z ] 2022-11-23T02:35:13.4039627Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4040088Z with 2022-11-23T02:35:13.4040289Z [ 2022-11-23T02:35:13.4040565Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:35:13.4040842Z ] 2022-11-23T02:35:13.4041442Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4042008Z with 2022-11-23T02:35:13.4042207Z [ 2022-11-23T02:35:13.4042498Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:35:13.4042755Z ] 2022-11-23T02:35:13.4043327Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4043848Z with 2022-11-23T02:35:13.4044049Z [ 2022-11-23T02:35:13.4044339Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:35:13.4044613Z ] 2022-11-23T02:35:13.4045192Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4045757Z with 2022-11-23T02:35:13.4045955Z [ 2022-11-23T02:35:13.4046242Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:35:13.4046512Z ] 2022-11-23T02:35:13.4047098Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4048057Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\ATen/core/dispatch/OperatorEntry.h(286): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4048962Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4049454Z with 2022-11-23T02:35:13.4049662Z [ 2022-11-23T02:35:13.4049957Z T=c10::impl::OperatorEntry::CppSignatureWithDebug 2022-11-23T02:35:13.4050233Z ] 2022-11-23T02:35:13.4050731Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4051292Z with 2022-11-23T02:35:13.4051470Z [ 2022-11-23T02:35:13.4051735Z T=std::tuple 2022-11-23T02:35:13.4051988Z ] 2022-11-23T02:35:13.4052506Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4052988Z with 2022-11-23T02:35:13.4053190Z [ 2022-11-23T02:35:13.4053436Z T=std::tuple 2022-11-23T02:35:13.4053684Z ] 2022-11-23T02:35:13.4054253Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4054778Z with 2022-11-23T02:35:13.4054974Z [ 2022-11-23T02:35:13.4055236Z T=std::tuple 2022-11-23T02:35:13.4055469Z ] 2022-11-23T02:35:13.4056071Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4056625Z with 2022-11-23T02:35:13.4056824Z [ 2022-11-23T02:35:13.4057084Z T=std::tuple 2022-11-23T02:35:13.4057565Z ] 2022-11-23T02:35:13.4058497Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.4059814Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(357): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.4060704Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4061213Z with 2022-11-23T02:35:13.4061415Z [ 2022-11-23T02:35:13.4061679Z T=std::tuple 2022-11-23T02:35:13.4061931Z ] 2022-11-23T02:35:13.4062414Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4062890Z with 2022-11-23T02:35:13.4063090Z [ 2022-11-23T02:35:13.4063326Z T=torch::jit::SourceRange 2022-11-23T02:35:13.4063562Z ] 2022-11-23T02:35:13.4064090Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4064555Z with 2022-11-23T02:35:13.4064753Z [ 2022-11-23T02:35:13.4064988Z T=torch::jit::SourceRange 2022-11-23T02:35:13.4065218Z ] 2022-11-23T02:35:13.4065787Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4066306Z with 2022-11-23T02:35:13.4066489Z [ 2022-11-23T02:35:13.4066722Z T=torch::jit::SourceRange 2022-11-23T02:35:13.4066948Z ] 2022-11-23T02:35:13.4067545Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4068214Z with 2022-11-23T02:35:13.4068412Z [ 2022-11-23T02:35:13.4068627Z T=torch::jit::SourceRange 2022-11-23T02:35:13.4068853Z ] 2022-11-23T02:35:13.4069395Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4070260Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/frontend/source_range.h(380): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4071133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4071638Z with 2022-11-23T02:35:13.4071839Z [ 2022-11-23T02:35:13.4072055Z T=torch::jit::SourceRange 2022-11-23T02:35:13.4072285Z ] 2022-11-23T02:35:13.4072780Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4073243Z with 2022-11-23T02:35:13.4073444Z [ 2022-11-23T02:35:13.4073686Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:35:13.4073936Z ] 2022-11-23T02:35:13.4074536Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4075031Z with 2022-11-23T02:35:13.4075234Z [ 2022-11-23T02:35:13.4075492Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:35:13.4075727Z ] 2022-11-23T02:35:13.4076390Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4077298Z with 2022-11-23T02:35:13.4077628Z [ 2022-11-23T02:35:13.4078061Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:35:13.4078472Z ] 2022-11-23T02:35:13.4079519Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4080333Z with 2022-11-23T02:35:13.4080535Z [ 2022-11-23T02:35:13.4080795Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:35:13.4081042Z ] 2022-11-23T02:35:13.4081614Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4082502Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(127): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4083352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4083850Z with 2022-11-23T02:35:13.4084051Z [ 2022-11-23T02:35:13.4084312Z T=torch::jit::InlinedCallStackPtr 2022-11-23T02:35:13.4084560Z ] 2022-11-23T02:35:13.4085062Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4085660Z with 2022-11-23T02:35:13.4085843Z [ 2022-11-23T02:35:13.4086105Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:35:13.4086355Z ] 2022-11-23T02:35:13.4086871Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4087398Z with 2022-11-23T02:35:13.4087577Z [ 2022-11-23T02:35:13.4087829Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:35:13.4088075Z ] 2022-11-23T02:35:13.4088646Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4089170Z with 2022-11-23T02:35:13.4089371Z [ 2022-11-23T02:35:13.4089604Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:35:13.4089845Z ] 2022-11-23T02:35:13.4090523Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4091077Z with 2022-11-23T02:35:13.4091273Z [ 2022-11-23T02:35:13.4091524Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:35:13.4091752Z ] 2022-11-23T02:35:13.4093543Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4095441Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/scope.h(140): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4097092Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4098079Z with 2022-11-23T02:35:13.4098438Z [ 2022-11-23T02:35:13.4098902Z T=torch::jit::ModuleInstanceInfo 2022-11-23T02:35:13.4099339Z ] 2022-11-23T02:35:13.4100353Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4101229Z with 2022-11-23T02:35:13.4101599Z [ 2022-11-23T02:35:13.4102028Z T=torch::jit::ScopePtr 2022-11-23T02:35:13.4105030Z ] 2022-11-23T02:35:13.4106111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4107287Z with 2022-11-23T02:35:13.4107657Z [ 2022-11-23T02:35:13.4108410Z T=torch::jit::ScopePtr 2022-11-23T02:35:13.4108897Z ] 2022-11-23T02:35:13.4110797Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4111760Z with 2022-11-23T02:35:13.4112112Z [ 2022-11-23T02:35:13.4112751Z T=torch::jit::ScopePtr 2022-11-23T02:35:13.4113199Z ] 2022-11-23T02:35:13.4113849Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4114656Z with 2022-11-23T02:35:13.4114996Z [ 2022-11-23T02:35:13.4115445Z T=torch::jit::ScopePtr 2022-11-23T02:35:13.4115885Z ] 2022-11-23T02:35:13.4117212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4118955Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/ir/constants.h(29): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4120555Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4121560Z with 2022-11-23T02:35:13.4121902Z [ 2022-11-23T02:35:13.4122335Z T=torch::jit::ScopePtr 2022-11-23T02:35:13.4122760Z ] 2022-11-23T02:35:13.4123716Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4124540Z with 2022-11-23T02:35:13.4124898Z [ 2022-11-23T02:35:13.4125316Z T=at::ThreadLocalState 2022-11-23T02:35:13.4125731Z ] 2022-11-23T02:35:13.4126947Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4127885Z with 2022-11-23T02:35:13.4128245Z [ 2022-11-23T02:35:13.4128661Z T=at::ThreadLocalState 2022-11-23T02:35:13.4129109Z ] 2022-11-23T02:35:13.4130198Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4131185Z with 2022-11-23T02:35:13.4131565Z [ 2022-11-23T02:35:13.4132020Z T=at::ThreadLocalState 2022-11-23T02:35:13.4132430Z ] 2022-11-23T02:35:13.4133613Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4134731Z with 2022-11-23T02:35:13.4135098Z [ 2022-11-23T02:35:13.4135540Z T=at::ThreadLocalState 2022-11-23T02:35:13.4135973Z ] 2022-11-23T02:35:13.4136990Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4138711Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/runtime/interpreter.h(150): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4140379Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4141348Z with 2022-11-23T02:35:13.4141789Z [ 2022-11-23T02:35:13.4142230Z T=at::ThreadLocalState 2022-11-23T02:35:13.4142670Z ] 2022-11-23T02:35:13.4143635Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4144745Z with 2022-11-23T02:35:13.4145108Z [ 2022-11-23T02:35:13.4145558Z T=std::shared_ptr 2022-11-23T02:35:13.4145814Z ] 2022-11-23T02:35:13.4146349Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4147082Z with 2022-11-23T02:35:13.4147288Z [ 2022-11-23T02:35:13.4147547Z T=std::shared_ptr 2022-11-23T02:35:13.4147797Z ] 2022-11-23T02:35:13.4148375Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4148912Z with 2022-11-23T02:35:13.4149250Z [ 2022-11-23T02:35:13.4149711Z T=std::shared_ptr 2022-11-23T02:35:13.4150231Z ] 2022-11-23T02:35:13.4151396Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4152468Z with 2022-11-23T02:35:13.4152839Z [ 2022-11-23T02:35:13.4153305Z T=std::shared_ptr 2022-11-23T02:35:13.4153775Z ] 2022-11-23T02:35:13.4155021Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.4156640Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.4158328Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(165): note: see reference to class template instantiation 'std::array>,4>' being compiled 2022-11-23T02:35:13.4160154Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4161359Z with 2022-11-23T02:35:13.4161748Z [ 2022-11-23T02:35:13.4162245Z T=std::shared_ptr 2022-11-23T02:35:13.4162724Z ] 2022-11-23T02:35:13.4163681Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4164602Z with 2022-11-23T02:35:13.4164973Z [ 2022-11-23T02:35:13.4165431Z T=torch::jit::GraphExecutor 2022-11-23T02:35:13.4165888Z ] 2022-11-23T02:35:13.4166890Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4167840Z with 2022-11-23T02:35:13.4168223Z [ 2022-11-23T02:35:13.4168689Z T=torch::jit::GraphExecutor 2022-11-23T02:35:13.4169123Z ] 2022-11-23T02:35:13.4170210Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4171228Z with 2022-11-23T02:35:13.4171610Z [ 2022-11-23T02:35:13.4172072Z T=torch::jit::GraphExecutor 2022-11-23T02:35:13.4172753Z ] 2022-11-23T02:35:13.4173878Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4174989Z with 2022-11-23T02:35:13.4175359Z [ 2022-11-23T02:35:13.4175805Z T=torch::jit::GraphExecutor 2022-11-23T02:35:13.4176235Z ] 2022-11-23T02:35:13.4177273Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4178923Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\array(584): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4180633Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/function_impl.h(179): note: see reference to class template instantiation 'std::array,4>' being compiled 2022-11-23T02:35:13.4182334Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4183313Z with 2022-11-23T02:35:13.4183700Z [ 2022-11-23T02:35:13.4184172Z T=torch::jit::GraphExecutor 2022-11-23T02:35:13.4184636Z ] 2022-11-23T02:35:13.4185774Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4186684Z with 2022-11-23T02:35:13.4187066Z [ 2022-11-23T02:35:13.4187520Z T=torch::jit::Method 2022-11-23T02:35:13.4187936Z ] 2022-11-23T02:35:13.4188934Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4189870Z with 2022-11-23T02:35:13.4190243Z [ 2022-11-23T02:35:13.4190685Z T=torch::jit::Method 2022-11-23T02:35:13.4191107Z ] 2022-11-23T02:35:13.4192205Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4193222Z with 2022-11-23T02:35:13.4193602Z [ 2022-11-23T02:35:13.4194022Z T=torch::jit::Method 2022-11-23T02:35:13.4194453Z ] 2022-11-23T02:35:13.4195590Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4196694Z with 2022-11-23T02:35:13.4197072Z [ 2022-11-23T02:35:13.4197491Z T=torch::jit::Method 2022-11-23T02:35:13.4197913Z ] 2022-11-23T02:35:13.4199043Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4200727Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/object.h(46): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4202351Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4203554Z with 2022-11-23T02:35:13.4203925Z [ 2022-11-23T02:35:13.4204155Z T=torch::jit::Method 2022-11-23T02:35:13.4204297Z ] 2022-11-23T02:35:13.4205019Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4205192Z with 2022-11-23T02:35:13.4205333Z [ 2022-11-23T02:35:13.4205655Z T=std::vector> 2022-11-23T02:35:13.4205797Z ] 2022-11-23T02:35:13.4206570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4206747Z with 2022-11-23T02:35:13.4206892Z [ 2022-11-23T02:35:13.4207224Z T=std::vector> 2022-11-23T02:35:13.4207373Z ] 2022-11-23T02:35:13.4208227Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4208406Z with 2022-11-23T02:35:13.4208549Z [ 2022-11-23T02:35:13.4208868Z T=std::vector> 2022-11-23T02:35:13.4209020Z ] 2022-11-23T02:35:13.4210112Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4210305Z with 2022-11-23T02:35:13.4210434Z [ 2022-11-23T02:35:13.4210764Z T=std::vector> 2022-11-23T02:35:13.4210926Z ] 2022-11-23T02:35:13.4211798Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.4212697Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/jit/api/module.h(304): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.4213526Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4213707Z with 2022-11-23T02:35:13.4213848Z [ 2022-11-23T02:35:13.4214169Z T=std::vector> 2022-11-23T02:35:13.4214323Z ] 2022-11-23T02:35:13.4215036Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4215199Z with 2022-11-23T02:35:13.4215337Z [ 2022-11-23T02:35:13.4215717Z T=std::function 2022-11-23T02:35:13.4215816Z ] 2022-11-23T02:35:13.4216240Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4216324Z with 2022-11-23T02:35:13.4216401Z [ 2022-11-23T02:35:13.4216606Z T=std::function 2022-11-23T02:35:13.4216667Z ] 2022-11-23T02:35:13.4217301Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4217384Z with 2022-11-23T02:35:13.4217460Z [ 2022-11-23T02:35:13.4217661Z T=std::function 2022-11-23T02:35:13.4217740Z ] 2022-11-23T02:35:13.4218352Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4218509Z with 2022-11-23T02:35:13.4218643Z [ 2022-11-23T02:35:13.4219024Z T=std::function 2022-11-23T02:35:13.4219175Z ] 2022-11-23T02:35:13.4220156Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.4221101Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch/csrc/autograd/profiler_legacy.h(411): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.4222128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4222334Z with 2022-11-23T02:35:13.4222481Z [ 2022-11-23T02:35:13.4222879Z T=std::function 2022-11-23T02:35:13.4223045Z ] 2022-11-23T02:35:13.4223779Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4223952Z with 2022-11-23T02:35:13.4224077Z [ 2022-11-23T02:35:13.4224532Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:35:13.4224690Z ] 2022-11-23T02:35:13.4225471Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4225652Z with 2022-11-23T02:35:13.4225794Z [ 2022-11-23T02:35:13.4226243Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:35:13.4226401Z ] 2022-11-23T02:35:13.4227264Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4227439Z with 2022-11-23T02:35:13.4227581Z [ 2022-11-23T02:35:13.4228029Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:35:13.4228185Z ] 2022-11-23T02:35:13.4229111Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4229297Z with 2022-11-23T02:35:13.4229441Z [ 2022-11-23T02:35:13.4229890Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:35:13.4230024Z ] 2022-11-23T02:35:13.4231217Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase' being compiled 2022-11-23T02:35:13.4232300Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/loss.h(453): note: see reference to class template instantiation 'c10::optional' being compiled 2022-11-23T02:35:13.4233151Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4233310Z with 2022-11-23T02:35:13.4233457Z [ 2022-11-23T02:35:13.4233891Z T=torch::nn::TripletMarginWithDistanceLossOptions::distance_function_t 2022-11-23T02:35:13.4234056Z ] 2022-11-23T02:35:13.4234804Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4234954Z with 2022-11-23T02:35:13.4235095Z [ 2022-11-23T02:35:13.4235383Z T=std::vector> 2022-11-23T02:35:13.4235519Z ] 2022-11-23T02:35:13.4236257Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4236426Z with 2022-11-23T02:35:13.4236722Z [ 2022-11-23T02:35:13.4237045Z T=std::vector> 2022-11-23T02:35:13.4237182Z ] 2022-11-23T02:35:13.4238031Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4238208Z with 2022-11-23T02:35:13.4238323Z [ 2022-11-23T02:35:13.4238617Z T=std::vector> 2022-11-23T02:35:13.4238767Z ] 2022-11-23T02:35:13.4239691Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4239902Z with 2022-11-23T02:35:13.4240054Z [ 2022-11-23T02:35:13.4240378Z T=std::vector> 2022-11-23T02:35:13.4240524Z ] 2022-11-23T02:35:13.4241413Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.4241573Z with 2022-11-23T02:35:13.4241787Z [ 2022-11-23T02:35:13.4241955Z T=double 2022-11-23T02:35:13.4242101Z ] 2022-11-23T02:35:13.4243102Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/options/upsampling.h(27): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.4243255Z with 2022-11-23T02:35:13.4243404Z [ 2022-11-23T02:35:13.4243551Z T=double 2022-11-23T02:35:13.4243697Z ] 2022-11-23T02:35:13.4244570Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4244726Z with 2022-11-23T02:35:13.4244870Z [ 2022-11-23T02:35:13.4246354Z T=std::vector> 2022-11-23T02:35:13.4246500Z ] 2022-11-23T02:35:13.4247290Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4247442Z with 2022-11-23T02:35:13.4247588Z [ 2022-11-23T02:35:13.4247852Z T=std::tuple 2022-11-23T02:35:13.4247997Z ] 2022-11-23T02:35:13.4248829Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4248982Z with 2022-11-23T02:35:13.4249127Z [ 2022-11-23T02:35:13.4249371Z T=std::tuple 2022-11-23T02:35:13.4249518Z ] 2022-11-23T02:35:13.4250430Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4250588Z with 2022-11-23T02:35:13.4250732Z [ 2022-11-23T02:35:13.4250995Z T=std::tuple 2022-11-23T02:35:13.4251140Z ] 2022-11-23T02:35:13.4252128Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4252415Z with 2022-11-23T02:35:13.4252574Z [ 2022-11-23T02:35:13.4252840Z T=std::tuple 2022-11-23T02:35:13.4252986Z ] 2022-11-23T02:35:13.4253877Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>' being compiled 2022-11-23T02:35:13.4254858Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/nn/modules/rnn.h(165): note: see reference to class template instantiation 'c10::optional>' being compiled 2022-11-23T02:35:13.4255701Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4255852Z with 2022-11-23T02:35:13.4255997Z [ 2022-11-23T02:35:13.4256269Z T=std::tuple 2022-11-23T02:35:13.4256395Z ] 2022-11-23T02:35:13.4257162Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(212): warning C4624: 'c10::constexpr_storage_t': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4257329Z with 2022-11-23T02:35:13.4257472Z [ 2022-11-23T02:35:13.4257796Z T=std::vector> 2022-11-23T02:35:13.4257943Z ] 2022-11-23T02:35:13.4258749Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(411): note: see reference to class template instantiation 'c10::constexpr_storage_t' being compiled 2022-11-23T02:35:13.4258899Z with 2022-11-23T02:35:13.4259034Z [ 2022-11-23T02:35:13.4259299Z T=std::vector> 2022-11-23T02:35:13.4259415Z ] 2022-11-23T02:35:13.4260293Z C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\include\type_traits(630): note: see reference to class template instantiation 'c10::trivially_copyable_optimization_optional_base' being compiled 2022-11-23T02:35:13.4260448Z with 2022-11-23T02:35:13.4260757Z [ 2022-11-23T02:35:13.4261084Z T=std::vector> 2022-11-23T02:35:13.4261228Z ] 2022-11-23T02:35:13.4262233Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to class template instantiation 'std::is_copy_constructible>' being compiled 2022-11-23T02:35:13.4262385Z with 2022-11-23T02:35:13.4262510Z [ 2022-11-23T02:35:13.4262876Z T=std::vector> 2022-11-23T02:35:13.4263005Z ] 2022-11-23T02:35:13.4264212Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(554): note: see reference to alias template instantiation 'c10::OptionalBase>>' being compiled 2022-11-23T02:35:13.4265271Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\torch\csrc\api\include\torch/optim/lbfgs.h(50): note: see reference to class template instantiation 'c10::optional>>' being compiled 2022-11-23T02:35:13.4266133Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\include\c10/util/Optional.h(446): warning C4624: 'c10::trivially_copyable_optimization_optional_base': destructor was implicitly defined as deleted 2022-11-23T02:35:13.4266313Z with 2022-11-23T02:35:13.4266461Z [ 2022-11-23T02:35:13.4266800Z T=std::vector> 2022-11-23T02:35:13.4266947Z ] 2022-11-23T02:35:13.4268381Z [2/2] "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.28.29333\bin\Hostx64\x64/link.exe" dangling_impl_extension.o /nologo /DLL c10.lib torch_cpu.lib torch.lib /LIBPATH:C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\lib torch_python.lib /LIBPATH:C:\Jenkins\Miniconda3\libs /out:dangling_impl_extension.pyd 2022-11-23T02:35:13.4268978Z Creating library dangling_impl_extension.lib and object dangling_impl_extension.exp 2022-11-23T02:35:13.4269312Z Loading extension module dangling_impl_extension... 2022-11-23T02:35:13.4269480Z ok (19.845s) 2022-11-23T02:35:13.4269775Z test_impl_only (__main__.TestDispatch) ... ok (0.514s) 2022-11-23T02:35:13.4270332Z test_multiple_def_alias_defaulting (__main__.TestDispatch) ... ok (0.003s) 2022-11-23T02:35:13.4270698Z test_multiple_def_alias_mismatch (__main__.TestDispatch) ... ok (0.006s) 2022-11-23T02:35:13.4271008Z test_multiple_def_error (__main__.TestDispatch) ... ok (0.000s) 2022-11-23T02:35:13.4271354Z test_multiple_fallback (__main__.TestDispatch) ... ok (0.010s) 2022-11-23T02:35:13.4272290Z test_overwrite_math (__main__.TestDispatch) ... [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:35:13.4272560Z operator: __test45643__::foo 2022-11-23T02:35:13.4272729Z no debug info 2022-11-23T02:35:13.4272935Z dispatch key: (catch all) 2022-11-23T02:35:13.4273140Z previous kernel: fn1 2022-11-23T02:35:13.4273409Z new kernel: fn2 (function registerKernel) 2022-11-23T02:35:13.4274209Z [W C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\core\dispatch\OperatorEntry.cpp:159] Warning: Overriding a previously registered kernel for the same operator and the same dispatch key 2022-11-23T02:35:13.4274454Z operator: __test45644__::foo 2022-11-23T02:35:13.4274614Z no debug info 2022-11-23T02:35:13.4274825Z dispatch key: (catch all) 2022-11-23T02:35:13.4275030Z previous kernel: fn1 2022-11-23T02:35:13.4275313Z new kernel: fn2 (function registerKernel) 2022-11-23T02:35:13.4275480Z ok (0.000s) 2022-11-23T02:35:13.4275962Z test_autogradother (__main__.TestPythonDispatcher) ... ok (0.010s) 2022-11-23T02:35:13.4276288Z test_basic (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:35:13.4276983Z test_defaultbackend_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:35:13.4277470Z test_defaultbackend_math (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:35:13.4277872Z test_duplicate_registrations (__main__.TestPythonDispatcher) ... ok (0.001s) 2022-11-23T02:35:13.4278233Z test_math_autogradcpu (__main__.TestPythonDispatcher) ... ok (0.002s) 2022-11-23T02:35:13.4278664Z test_quantized_structured_not_implemented (__main__.TestPythonDispatcher) ... ok (0.006s) 2022-11-23T02:35:13.4278686Z 2022-11-23T02:35:13.4279046Z ---------------------------------------------------------------------- 2022-11-23T02:35:13.4279257Z Ran 32 tests in 77.641s 2022-11-23T02:35:13.4279275Z 2022-11-23T02:35:13.4279416Z OK 2022-11-23T02:35:13.4279430Z 2022-11-23T02:35:13.4279708Z Generating XML reports... 2022-11-23T02:35:13.4280262Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestDispatch-20221123023354.xml 2022-11-23T02:35:13.4280869Z Generated XML report: test-reports\python-unittest\test_dispatch\TEST-TestPythonDispatcher-20221123023354.xml 2022-11-23T02:35:13.4280888Z 2022-11-23T02:35:13.4281559Z ##[endgroup] 2022-11-23T02:35:13.4282152Z FINISHED PRINTING LOG FILE of test_dispatch (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_dispatch_idiokg1u) 2022-11-23T02:35:13.4282173Z 2022-11-23T02:35:13.4282555Z Running distributions/test_distributions ... [2022-11-23 02:35:13.359940] 2022-11-23T02:35:13.4283517Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'distributions/test_distributions.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:35:13.361176] 2022-11-23T02:36:24.9792241Z 2022-11-23T02:36:24.9793320Z Expand the folded group to see the log file of distributions/test_distributions 2022-11-23T02:36:24.9795149Z ##[group]PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_i6ys52_c) 2022-11-23T02:36:24.9797792Z 2022-11-23T02:36:24.9798037Z Running tests... 2022-11-23T02:36:24.9798512Z ---------------------------------------------------------------------- 2022-11-23T02:36:24.9798964Z Test results will be stored in test-reports\python-unittest\distributions.test_distributions 2022-11-23T02:36:24.9803004Z test_cdf (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9804193Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9804637Z ok (2.072s) 2022-11-23T02:36:24.9805100Z test_icdf (__main__.TestAgainstScipy) ... ok (0.051s) 2022-11-23T02:36:24.9805664Z test_mean (__main__.TestAgainstScipy) ... ok (2.072s) 2022-11-23T02:36:24.9808366Z test_variance_stddev (__main__.TestAgainstScipy) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\testing\_comparison.py:599: UserWarning: The given NumPy array is not writable, and PyTorch does not support non-writable tensors. This means writing to this tensor will result in undefined behavior. You may want to copy the array to protect its data or make it writable before converting it to a tensor. This type of warning will be suppressed for the rest of this program. (Triggered internally at C:\actions-runner\_work\pytorch\pytorch\torch\csrc\utils\tensor_numpy.cpp:205.) 2022-11-23T02:36:24.9810959Z return torch.as_tensor(tensor_like) 2022-11-23T02:36:24.9811505Z ok (0.065s) 2022-11-23T02:36:24.9812085Z test_params_constraints (__main__.TestConstraints) ... ok (0.141s) 2022-11-23T02:36:24.9812849Z test_support_constraints (__main__.TestConstraints) ... ok (0.155s) 2022-11-23T02:36:24.9813647Z test_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9814472Z test_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9815611Z test_beta_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9816550Z test_beta_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.007s) 2022-11-23T02:36:24.9817449Z test_binomial_shape (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:36:24.9818327Z test_binomial_shape_vectorized_n (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9819134Z test_categorical_shape (__main__.TestDistributionShapes) ... ok (0.014s) 2022-11-23T02:36:24.9820420Z test_cauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:36:24.9821130Z test_cauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:36:24.9822280Z test_chi2_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:36:24.9823199Z test_chi2_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:36:24.9824449Z test_continuous_bernoulli_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9825413Z test_continuous_bernoulli_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9826403Z test_dirichlet_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9827836Z test_entropy_shape (__main__.TestDistributionShapes) ... ok (0.029s) 2022-11-23T02:36:24.9828712Z test_exponential_shape_scalar_param (__main__.TestDistributionShapes) ... ok (0.012s) 2022-11-23T02:36:24.9829608Z test_exponential_shape_tensor_param (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9831006Z test_gamma_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9831924Z test_gamma_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9832757Z test_geometric_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9833597Z test_geometric_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9834439Z test_gumbel_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9835290Z test_halfcauchy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9836167Z test_halfcauchy_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9837243Z test_kumaraswamy_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9838113Z test_laplace_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:36:24.9838978Z test_laplace_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:36:24.9839797Z test_mixture_same_family_shape (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9840553Z test_multinomial_shape (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9841336Z test_normal_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9842183Z test_normal_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.000s) 2022-11-23T02:36:24.9843114Z test_one_hot_categorical_shape (__main__.TestDistributionShapes) ... ok (0.021s) 2022-11-23T02:36:24.9844129Z test_pareto_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9844978Z test_studentT_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9845781Z test_studentT_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9846640Z test_uniform_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9847635Z test_uniform_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.004s) 2022-11-23T02:36:24.9848470Z test_vonmises_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.003s) 2022-11-23T02:36:24.9849580Z test_vonmises_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.006s) 2022-11-23T02:36:24.9850590Z test_weibull_scale_scalar_params (__main__.TestDistributionShapes) ... ok (0.011s) 2022-11-23T02:36:24.9851447Z test_wishart_shape_scalar_params (__main__.TestDistributionShapes) ... ok (0.005s) 2022-11-23T02:36:24.9852307Z test_wishart_shape_tensor_params (__main__.TestDistributionShapes) ... ok (0.010s) 2022-11-23T02:36:24.9853127Z test_argmax_relaxed_categorical (__main__.TestDistributions) ... ok (0.053s) 2022-11-23T02:36:24.9853862Z test_bernoulli (__main__.TestDistributions) ... ok (0.216s) 2022-11-23T02:36:24.9854526Z test_bernoulli_3d (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9855253Z test_bernoulli_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:36:24.9856134Z test_beta_log_prob (__main__.TestDistributions) ... ok (0.112s) 2022-11-23T02:36:24.9856945Z test_beta_sample (__main__.TestDistributions) ... ok (0.476s) 2022-11-23T02:36:24.9857657Z test_beta_shape (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:36:24.9858360Z test_beta_underflow (__main__.TestDistributions) ... ok (0.054s) 2022-11-23T02:36:24.9859008Z test_beta_underflow_gpu (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9859707Z test_binomial (__main__.TestDistributions) ... ok (0.042s) 2022-11-23T02:36:24.9860407Z test_binomial_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:36:24.9861120Z test_binomial_extreme_vals (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:36:24.9862065Z test_binomial_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.093s) 2022-11-23T02:36:24.9863133Z test_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:36:24.9863958Z test_binomial_sample (__main__.TestDistributions) ... ok (0.081s) 2022-11-23T02:36:24.9864665Z test_binomial_stable (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:36:24.9865381Z test_binomial_vectorized_count (__main__.TestDistributions) ... ok (0.114s) 2022-11-23T02:36:24.9865791Z test_categorical_1d (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:36:24.9866165Z test_categorical_2d (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:36:24.9866568Z test_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9866936Z test_cauchy (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:36:24.9867540Z test_cdf_icdf_inverse (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9868092Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9868358Z ok (0.486s) 2022-11-23T02:36:24.9868647Z test_cdf_log_prob (__main__.TestDistributions) ... ok (0.183s) 2022-11-23T02:36:24.9869015Z test_chi2_sample (__main__.TestDistributions) ... ok (0.197s) 2022-11-23T02:36:24.9869356Z test_chi2_shape (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9869728Z test_continuous_bernoulli (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:36:24.9870126Z test_continuous_bernoulli_3d (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:36:24.9870521Z test_dirichlet_log_prob (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:36:24.9870899Z test_dirichlet_mode (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:36:24.9871275Z test_dirichlet_sample (__main__.TestDistributions) ... ok (0.058s) 2022-11-23T02:36:24.9871640Z test_dirichlet_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9872253Z test_distribution_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9872811Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9873238Z ok (1.179s) 2022-11-23T02:36:24.9873563Z test_distribution_subclass_expand (__main__.TestDistributions) ... ok (0.315s) 2022-11-23T02:36:24.9874152Z test_enumerate_support_type (__main__.TestDistributions) ... ok (0.047s) 2022-11-23T02:36:24.9874539Z test_exponential (__main__.TestDistributions) ... ok (0.017s) 2022-11-23T02:36:24.9875244Z test_exponential_sample (__main__.TestDistributions) ... ok (0.205s) 2022-11-23T02:36:24.9875636Z test_fishersnedecor (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:36:24.9876025Z test_fishersnedecor_sample (__main__.TestDistributions) ... ok (1.439s) 2022-11-23T02:36:24.9876422Z test_gamma_gpu_sample (__main__.TestDistributions) ... ok (0.484s) 2022-11-23T02:36:24.9876798Z test_gamma_gpu_shape (__main__.TestDistributions) ... ok (0.460s) 2022-11-23T02:36:24.9877189Z test_gamma_log_prob_at_boundary (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:36:24.9877554Z test_gamma_sample (__main__.TestDistributions) ... ok (0.452s) 2022-11-23T02:36:24.9877918Z test_gamma_shape (__main__.TestDistributions) ... ok (0.007s) 2022-11-23T02:36:24.9878277Z test_geometric (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9878666Z test_geometric_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T02:36:24.9879103Z test_geometric_sample (__main__.TestDistributions) ... ok (0.012s) 2022-11-23T02:36:24.9879464Z test_gumbel (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:36:24.9879801Z test_gumbel_sample (__main__.TestDistributions) ... ok (1.164s) 2022-11-23T02:36:24.9880163Z test_halfcauchy (__main__.TestDistributions) ... ok (0.021s) 2022-11-23T02:36:24.9881366Z test_halfnormal (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T02:36:24.9881812Z test_halfnormal_logprob (__main__.TestDistributions) ... ok (0.009s) 2022-11-23T02:36:24.9882202Z test_halfnormal_sample (__main__.TestDistributions) ... ok (0.152s) 2022-11-23T02:36:24.9882581Z test_has_examples (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9883171Z test_independent_expand (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9883730Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9883995Z ok (1.329s) 2022-11-23T02:36:24.9884301Z test_independent_shape (__main__.TestDistributions) ... ok (0.562s) 2022-11-23T02:36:24.9884709Z test_invalid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.952s) 2022-11-23T02:36:24.9885133Z test_kumaraswamy_mean_variance (__main__.TestDistributions) ... ok (0.059s) 2022-11-23T02:36:24.9885510Z test_kumaraswamy_shape (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:36:24.9885876Z test_laplace (__main__.TestDistributions) ... ok (0.042s) 2022-11-23T02:36:24.9886237Z test_laplace_sample (__main__.TestDistributions) ... ok (0.516s) 2022-11-23T02:36:24.9886620Z test_lazy_property_grad (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9887134Z test_lkj_cholesky_log_prob (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T02:36:24.9887861Z test_logisticnormal (__main__.TestDistributions) ... ok (0.033s) 2022-11-23T02:36:24.9888252Z test_logisticnormal_logprob (__main__.TestDistributions) ... ok (0.013s) 2022-11-23T02:36:24.9888657Z test_logisticnormal_sample (__main__.TestDistributions) ... ok (1.420s) 2022-11-23T02:36:24.9889039Z test_lognormal (__main__.TestDistributions) ... ok (0.029s) 2022-11-23T02:36:24.9889408Z test_lognormal_logprob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9889816Z test_lognormal_sample (__main__.TestDistributions) ... ok (0.476s) 2022-11-23T02:36:24.9890232Z test_lowrank_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T02:36:24.9890883Z test_lowrank_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.062s) 2022-11-23T02:36:24.9891480Z test_lowrank_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:36:24.9892829Z test_lowrank_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.160s) 2022-11-23T02:36:24.9893771Z test_lowrank_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.100s) 2022-11-23T02:36:24.9894560Z test_mixture_same_family_log_prob (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9895324Z test_mixture_same_family_sample (__main__.TestDistributions) ... ok (0.091s) 2022-11-23T02:36:24.9896078Z test_mixture_same_family_shape (__main__.TestDistributions) ... ok (0.015s) 2022-11-23T02:36:24.9897104Z test_mode (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9898079Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9898566Z ok (0.254s) 2022-11-23T02:36:24.9899090Z test_multinomial_1d (__main__.TestDistributions) ... ok (0.020s) 2022-11-23T02:36:24.9899808Z test_multinomial_1d_log_prob_and_entropy (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:36:24.9900536Z test_multinomial_2d (__main__.TestDistributions) ... ok (0.026s) 2022-11-23T02:36:24.9901235Z test_multivariate_normal_log_prob (__main__.TestDistributions) ... ok (0.018s) 2022-11-23T02:36:24.9902003Z test_multivariate_normal_moments (__main__.TestDistributions) ... ok (0.043s) 2022-11-23T02:36:24.9902796Z test_multivariate_normal_properties (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:36:24.9903787Z test_multivariate_normal_sample (__main__.TestDistributions) ... ok (0.196s) 2022-11-23T02:36:24.9904499Z test_multivariate_normal_shape (__main__.TestDistributions) ... ok (0.154s) 2022-11-23T02:36:24.9905094Z test_multivariate_normal_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9905719Z test_negative_binomial (__main__.TestDistributions) ... ok (0.042s) 2022-11-23T02:36:24.9906479Z test_negative_binomial_log_prob (__main__.TestDistributions) ... ok (0.109s) 2022-11-23T02:36:24.9907314Z test_negative_binomial_log_prob_vectorized_count (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:36:24.9908095Z test_normal (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T02:36:24.9908485Z test_normal_sample (__main__.TestDistributions) ... ok (0.514s) 2022-11-23T02:36:24.9908865Z test_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:36:24.9909255Z test_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T02:36:24.9909661Z test_one_hot_categorical_enumerate_support (__main__.TestDistributions) ... ok (0.005s) 2022-11-23T02:36:24.9910060Z test_pareto (__main__.TestDistributions) ... ok (0.014s) 2022-11-23T02:36:24.9910416Z test_pareto_sample (__main__.TestDistributions) ... ok (0.506s) 2022-11-23T02:36:24.9910790Z test_poisson_forward_ad (__main__.TestDistributions) ... ok (0.000s) 2022-11-23T02:36:24.9911170Z test_poisson_gpu_sample (__main__.TestDistributions) ... ok (0.010s) 2022-11-23T02:36:24.9911544Z test_poisson_log_prob (__main__.TestDistributions) ... ok (0.016s) 2022-11-23T02:36:24.9911897Z test_poisson_sample (__main__.TestDistributions) ... ok (0.008s) 2022-11-23T02:36:24.9912263Z test_poisson_shape (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9912635Z test_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.024s) 2022-11-23T02:36:24.9913034Z test_relaxed_one_hot_categorical_1d (__main__.TestDistributions) ... ok (0.006s) 2022-11-23T02:36:24.9913459Z test_relaxed_one_hot_categorical_2d (__main__.TestDistributions) ... ok (0.034s) 2022-11-23T02:36:24.9913834Z test_repr (__main__.TestDistributions) ... ok (0.039s) 2022-11-23T02:36:24.9914193Z test_rounded_relaxed_bernoulli (__main__.TestDistributions) ... ok (0.036s) 2022-11-23T02:36:24.9915010Z test_rsample_requires_grad (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9915573Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9915839Z ok (0.047s) 2022-11-23T02:36:24.9916136Z test_sample_detached (__main__.TestDistributions) ... ok (0.038s) 2022-11-23T02:36:24.9916499Z test_studentT (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T02:36:24.9916847Z test_studentT_log_prob (__main__.TestDistributions) ... ok (0.200s) 2022-11-23T02:36:24.9917223Z test_studentT_sample (__main__.TestDistributions) ... ok (1.978s) 2022-11-23T02:36:24.9917611Z test_support_attributes (__main__.TestDistributions) ... ok (0.065s) 2022-11-23T02:36:24.9917980Z test_uniform (__main__.TestDistributions) ... ok (0.035s) 2022-11-23T02:36:24.9918367Z test_valid_parameter_broadcasting (__main__.TestDistributions) ... ok (0.067s) 2022-11-23T02:36:24.9918770Z test_vonmises_logprob (__main__.TestDistributions) ... ok (0.019s) 2022-11-23T02:36:24.9919128Z test_vonmises_sample (__main__.TestDistributions) ... ok (11.970s) 2022-11-23T02:36:24.9919731Z test_wishart_log_prob (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9920295Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9920559Z ok (0.311s) 2022-11-23T02:36:24.9921253Z test_wishart_moments (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:36:24.9922013Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:36:24.9922356Z ok (2.851s) 2022-11-23T02:36:24.9922670Z test_wishart_properties (__main__.TestDistributions) ... ok (0.004s) 2022-11-23T02:36:24.9923473Z test_wishart_sample (__main__.TestDistributions) ... ok (0.692s) 2022-11-23T02:36:24.9924766Z test_wishart_shape (__main__.TestDistributions) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9925836Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9926799Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9927674Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9928573Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9929742Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9930657Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9931552Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9932432Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9933253Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9934122Z C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9934952Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9935385Z ok (0.270s) 2022-11-23T02:36:24.9935974Z test_wishart_stable_with_precision_matrix (__main__.TestDistributions) ... ok (0.003s) 2022-11-23T02:36:24.9936794Z test_zero_excluded_binomial (__main__.TestDistributions) ... ok (0.023s) 2022-11-23T02:36:24.9937450Z test_cat_event_dim (__main__.TestFunctors) ... ok (0.000s) 2022-11-23T02:36:24.9938264Z test_cat_transform (__main__.TestFunctors) ... ok (0.010s) 2022-11-23T02:36:24.9938917Z test_cat_transform_non_uniform (__main__.TestFunctors) ... ok (0.018s) 2022-11-23T02:36:24.9939836Z test_stack_transform (__main__.TestFunctors) ... ok (0.009s) 2022-11-23T02:36:24.9941050Z test_cdf (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:253: UserWarning: Singular sample detected. 2022-11-23T02:36:24.9942141Z warnings.warn("Singular sample detected.") 2022-11-23T02:36:24.9942669Z ok (1.684s) 2022-11-23T02:36:24.9943782Z test_entropy (__main__.TestJit) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\distributions\wishart.py:107: UserWarning: Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim. 2022-11-23T02:36:24.9945056Z warnings.warn("Low df values detected. Singular samples are highly likely to occur for ndim - 1 < df < ndim.") 2022-11-23T02:36:24.9945522Z ok (1.983s) 2022-11-23T02:36:24.9946020Z test_enumerate_support (__main__.TestJit) ... ok (0.785s) 2022-11-23T02:36:24.9946664Z test_log_prob (__main__.TestJit) ... ok (3.839s) 2022-11-23T02:36:24.9947244Z test_mean (__main__.TestJit) ... ok (1.844s) 2022-11-23T02:36:24.9947806Z test_rsample (__main__.TestJit) ... ok (1.068s) 2022-11-23T02:36:24.9948304Z test_sample (__main__.TestJit) ... ok (1.332s) 2022-11-23T02:36:24.9948879Z test_variance (__main__.TestJit) ... ok (2.245s) 2022-11-23T02:36:24.9949216Z test_entropy_exponential_family (__main__.TestKL) ... ok (0.075s) 2022-11-23T02:36:24.9949578Z test_entropy_monte_carlo (__main__.TestKL) ... ok (5.943s) 2022-11-23T02:36:24.9950089Z test_kl_edgecases (__main__.TestKL) ... ok (0.024s) 2022-11-23T02:36:24.9950456Z test_kl_exponential_family (__main__.TestKL) ... ok (0.067s) 2022-11-23T02:36:24.9950785Z test_kl_infinite (__main__.TestKL) ... ok (0.050s) 2022-11-23T02:36:24.9951112Z test_kl_lowrank_multivariate_normal (__main__.TestKL) ... ok (0.051s) 2022-11-23T02:36:24.9951512Z test_kl_lowrank_multivariate_normal_batched (__main__.TestKL) ... ok (0.043s) 2022-11-23T02:36:24.9951870Z test_kl_monte_carlo (__main__.TestKL) ... ok (1.930s) 2022-11-23T02:36:24.9952204Z test_kl_multivariate_normal (__main__.TestKL) ... ok (0.084s) 2022-11-23T02:36:24.9952566Z test_kl_multivariate_normal_batched (__main__.TestKL) ... ok (0.044s) 2022-11-23T02:36:24.9952964Z test_kl_multivariate_normal_batched_broadcasted (__main__.TestKL) ... ok (0.055s) 2022-11-23T02:36:24.9953302Z test_kl_shape (__main__.TestKL) ... ok (0.118s) 2022-11-23T02:36:24.9953613Z test_kl_transformed (__main__.TestKL) ... ok (0.035s) 2022-11-23T02:36:24.9954019Z test_lazy_logits_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.010s) 2022-11-23T02:36:24.9954491Z test_lazy_probs_initialization (__main__.TestLazyLogitsInitialization) ... ok (0.006s) 2022-11-23T02:36:24.9954929Z test_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.033s) 2022-11-23T02:36:24.9955360Z test_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.007s) 2022-11-23T02:36:24.9955807Z test_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.007s) 2022-11-23T02:36:24.9956223Z test_categorical_log_prob (__main__.TestNumericalStability) ... ok (0.004s) 2022-11-23T02:36:24.9956661Z test_categorical_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T02:36:24.9957108Z test_continuous_bernoulli_gradient (__main__.TestNumericalStability) ... ok (0.059s) 2022-11-23T02:36:24.9957578Z test_continuous_bernoulli_with_logits_overflow (__main__.TestNumericalStability) ... ok (0.009s) 2022-11-23T02:36:24.9958340Z test_continuous_bernoulli_with_logits_underflow (__main__.TestNumericalStability) ... ok (0.010s) 2022-11-23T02:36:24.9958958Z test_multinomial_log_prob (__main__.TestNumericalStability) ... ok (0.005s) 2022-11-23T02:36:24.9959570Z test_multinomial_log_prob_with_logits (__main__.TestNumericalStability) ... ok (0.006s) 2022-11-23T02:36:24.9960102Z test_beta_wrt_alpha (__main__.TestRsample) ... ok (0.086s) 2022-11-23T02:36:24.9960443Z test_beta_wrt_beta (__main__.TestRsample) ... ok (0.064s) 2022-11-23T02:36:24.9960762Z test_chi2 (__main__.TestRsample) ... ok (0.041s) 2022-11-23T02:36:24.9961108Z test_dirichlet_multivariate (__main__.TestRsample) ... ok (1.027s) 2022-11-23T02:36:24.9961483Z test_dirichlet_on_diagonal (__main__.TestRsample) ... ok (0.089s) 2022-11-23T02:36:24.9961835Z test_dirichlet_tangent_field (__main__.TestRsample) ... ok (0.194s) 2022-11-23T02:36:24.9962178Z test_gamma (__main__.TestRsample) ... ok (0.055s) 2022-11-23T02:36:24.9962505Z test_invalid (__main__.TestValidation) ... ok (0.051s) 2022-11-23T02:36:24.9962863Z test_invalid_log_probs_arg (__main__.TestValidation) ... ok (0.607s) 2022-11-23T02:36:24.9963210Z test_valid (__main__.TestValidation) ... ok (0.021s) 2022-11-23T02:36:24.9963588Z test_warning_unimplemented_constraints (__main__.TestValidation) ... ok (0.006s) 2022-11-23T02:36:24.9963829Z 2022-11-23T02:36:24.9964001Z ---------------------------------------------------------------------- 2022-11-23T02:36:24.9964320Z Ran 219 tests in 65.704s 2022-11-23T02:36:24.9964466Z 2022-11-23T02:36:24.9964545Z OK 2022-11-23T02:36:24.9964674Z 2022-11-23T02:36:24.9964796Z Generating XML reports... 2022-11-23T02:36:24.9965285Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestAgainstScipy-20221123023518.xml 2022-11-23T02:36:24.9965948Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestConstraints-20221123023518.xml 2022-11-23T02:36:24.9966716Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributionShapes-20221123023518.xml 2022-11-23T02:36:24.9967397Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestDistributions-20221123023518.xml 2022-11-23T02:36:24.9968157Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestFunctors-20221123023518.xml 2022-11-23T02:36:24.9969022Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestJit-20221123023518.xml 2022-11-23T02:36:24.9969635Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestKL-20221123023518.xml 2022-11-23T02:36:24.9970300Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestLazyLogitsInitialization-20221123023518.xml 2022-11-23T02:36:24.9971639Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestNumericalStability-20221123023518.xml 2022-11-23T02:36:24.9972951Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestRsample-20221123023518.xml 2022-11-23T02:36:24.9974169Z Generated XML report: test-reports\python-unittest\distributions.test_distributions\TEST-TestValidation-20221123023518.xml 2022-11-23T02:36:24.9974634Z 2022-11-23T02:36:24.9975219Z ##[endgroup] 2022-11-23T02:36:24.9976170Z FINISHED PRINTING LOG FILE of distributions/test_distributions (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\distributions-test_distributions_i6ys52_c) 2022-11-23T02:36:24.9976931Z 2022-11-23T02:36:24.9977211Z Running test_prims ... [2022-11-23 02:36:24.983707] 2022-11-23T02:36:24.9977850Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_prims.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:36:24.985024] 2022-11-23T02:37:11.7870710Z 2022-11-23T02:37:11.7872033Z Expand the folded group to see the log file of test_prims 2022-11-23T02:37:11.7873961Z ##[group]PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_d24xl_x6) 2022-11-23T02:37:11.7874600Z 2022-11-23T02:37:11.7874800Z Running tests... 2022-11-23T02:37:11.7875396Z ---------------------------------------------------------------------- 2022-11-23T02:37:11.7876853Z Test results will be stored in test-reports\python-unittest\test_prims 2022-11-23T02:37:11.7877744Z test_decomposition_method_vararg_ones_cuda_float32 (__main__.TestDecompCUDA) ... ok (1.881s) 2022-11-23T02:37:11.7878643Z test_decomposition_method_vararg_permute_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.011s) 2022-11-23T02:37:11.7879856Z test_decomposition_type_promotion_nvprim_amp_cuda_float16 (__main__.TestDecompCUDA) ... ok (1.244s) 2022-11-23T02:37:11.7881860Z test_decomposition_type_promotion_nvprim_amp_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.335s) 2022-11-23T02:37:11.7882898Z test_masked_fill_decomposition_under_nvprim_context_cuda_float16 (__main__.TestDecompCUDA) ... ok (0.067s) 2022-11-23T02:37:11.7883943Z test_masked_fill_decomposition_under_nvprim_context_cuda_float32 (__main__.TestDecompCUDA) ... ok (0.068s) 2022-11-23T02:37:11.7884762Z test_mul_complex (__main__.TestPrimsBasic) ... ok (0.001s) 2022-11-23T02:37:11.7885401Z test_torch_ops (__main__.TestPrimsBasic) ... ok (0.004s) 2022-11-23T02:37:11.7886138Z test_aten_overload_to_prims_cuda (__main__.TestPrimsCUDA) ... ok (0.546s) 2022-11-23T02:37:11.7886915Z test_batch_norm_backward_nvprims_cuda_float16 (__main__.TestPrimsCUDA) ... ok (2.163s) 2022-11-23T02:37:11.7887743Z test_batch_norm_backward_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (1.978s) 2022-11-23T02:37:11.7888468Z test_broadcast_in_dim_cuda_float32 (__main__.TestPrimsCUDA) ... ok (1.304s) 2022-11-23T02:37:11.7889179Z test_broadcast_in_dim_sum_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.395s) 2022-11-23T02:37:11.7890154Z test_cbrt_prim_cuda_float64 (__main__.TestPrimsCUDA) ... ok (0.021s) 2022-11-23T02:37:11.7890814Z test_cbrt_prim_cuda_int64 (__main__.TestPrimsCUDA) ... ok (0.022s) 2022-11-23T02:37:11.7891689Z test_cpu_tensor_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.557s) 2022-11-23T02:37:11.7892401Z test_cpu_tensor_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.427s) 2022-11-23T02:37:11.7893109Z test_cudnn_batch_norm_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (5.570s) 2022-11-23T02:37:11.7893795Z test_cudnn_batch_norm_nvprims_cuda_float64 (__main__.TestPrimsCUDA) ... ok (5.581s) 2022-11-23T02:37:11.7894230Z test_memory_format_strides_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.039s) 2022-11-23T02:37:11.7894648Z test_native_batch_norm_nvprims_cuda_float32 (__main__.TestPrimsCUDA) ... ok (6.428s) 2022-11-23T02:37:11.7895051Z test_native_batch_norm_nvprims_cuda_float64 (__main__.TestPrimsCUDA) ... ok (5.995s) 2022-11-23T02:37:11.7895469Z test_nvfuser_capability_context_cuda (__main__.TestPrimsCUDA) ... ok (0.072s) 2022-11-23T02:37:11.7895879Z test_nvfuser_constant_tensors_cuda (__main__.TestPrimsCUDA) ... ok (0.034s) 2022-11-23T02:37:11.7896677Z test_nvfuser_empty_fusion_cuda (__main__.TestPrimsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\nvfuser_executor.py:416: RuntimeWarning: No partition found for the graph. This is likely because the graph is not supported by nvFuser. Please use the eager ATen mode to execute the graph. 2022-11-23T02:37:11.7897355Z warn( 2022-11-23T02:37:11.7897554Z ok (0.006s) 2022-11-23T02:37:11.7897890Z test_nvfuser_executor_cached_noncontiguous_cuda (__main__.TestPrimsCUDA) ... ok (0.700s) 2022-11-23T02:37:11.7898304Z test_nvfuser_executor_parameters_cuda (__main__.TestPrimsCUDA) ... ok (0.349s) 2022-11-23T02:37:11.7898725Z test_nvfuser_executor_partitioned_cuda (__main__.TestPrimsCUDA) ... ok (0.532s) 2022-11-23T02:37:11.7899183Z test_nvfuser_executor_partitioned_no_partitions_error_cuda (__main__.TestPrimsCUDA) ... ok (0.036s) 2022-11-23T02:37:11.7899617Z test_nvfuser_impl_is_used_cuda (__main__.TestPrimsCUDA) ... ok (0.003s) 2022-11-23T02:37:11.7900173Z test_nvfuser_no_args_cuda (__main__.TestPrimsCUDA) ... ok (0.027s) 2022-11-23T02:37:11.7900691Z test_nvfuser_rand_like_fusion_cuda (__main__.TestPrimsCUDA) ... ok (0.319s) 2022-11-23T02:37:11.7901637Z test_nvprim_convert_element_type_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.326s) 2022-11-23T02:37:11.7902449Z test_nvprim_convert_element_type_cuda_uint8 (__main__.TestPrimsCUDA) ... C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\build\torch\_prims\nvfuser_executor.py:416: RuntimeWarning: No partition found for the graph. This is likely because the graph is not supported by nvFuser. Please use the eager ATen mode to execute the graph. 2022-11-23T02:37:11.7906306Z warn( 2022-11-23T02:37:11.7906781Z ok (0.061s) 2022-11-23T02:37:11.7907350Z test_nvprims_cuda (__main__.TestPrimsCUDA) ... ok (0.007s) 2022-11-23T02:37:11.7908066Z test_nvprims_view_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.403s) 2022-11-23T02:37:11.7908819Z test_nvprims_view_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.403s) 2022-11-23T02:37:11.7909596Z test_nvprims_view_partitioner_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.567s) 2022-11-23T02:37:11.7910386Z test_nvprims_view_partitioner_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.031s) 2022-11-23T02:37:11.7911235Z test_partitioner_tuple_output_cuda (__main__.TestPrimsCUDA) ... ok (0.010s) 2022-11-23T02:37:11.7912064Z test_pytree_input_output_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.377s) 2022-11-23T02:37:11.7912870Z test_reshape_view_method_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.004s) 2022-11-23T02:37:11.7913683Z test_silu_backward_no_filled_tensor_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.350s) 2022-11-23T02:37:11.7914559Z test_skip_ops_nvfuser_capability_mode_cuda (__main__.TestPrimsCUDA) ... ok (0.012s) 2022-11-23T02:37:11.7915572Z test_skip_ops_nvfuser_prims_mode_cuda (__main__.TestPrimsCUDA) ... ok (0.006s) 2022-11-23T02:37:11.7916346Z test_var_correction_0_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.455s) 2022-11-23T02:37:11.7917065Z test_var_correction_1_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.469s) 2022-11-23T02:37:11.7917893Z test_var_mean_correction_0_keepdim_False_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.040s) 2022-11-23T02:37:11.7918506Z test_var_mean_correction_0_keepdim_False_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.024s) 2022-11-23T02:37:11.7919319Z test_var_mean_correction_0_keepdim_True_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.033s) 2022-11-23T02:37:11.7920135Z test_var_mean_correction_0_keepdim_True_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.029s) 2022-11-23T02:37:11.7920979Z test_var_mean_correction_1_keepdim_False_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.031s) 2022-11-23T02:37:11.7921809Z test_var_mean_correction_1_keepdim_False_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.026s) 2022-11-23T02:37:11.7922588Z test_var_mean_correction_1_keepdim_True_cuda_float16 (__main__.TestPrimsCUDA) ... ok (0.024s) 2022-11-23T02:37:11.7923368Z test_var_mean_correction_1_keepdim_True_cuda_float32 (__main__.TestPrimsCUDA) ... ok (0.033s) 2022-11-23T02:37:11.7924134Z test_constant_pad_nd_memory_format_cuda_float32 (__main__.TestRefsCUDA) ... ok (0.006s) 2022-11-23T02:37:11.7924551Z 2022-11-23T02:37:11.7924873Z ---------------------------------------------------------------------- 2022-11-23T02:37:11.7925411Z Ran 56 tests in 40.453s 2022-11-23T02:37:11.7925668Z 2022-11-23T02:37:11.7925776Z OK 2022-11-23T02:37:11.7925976Z 2022-11-23T02:37:11.7926171Z Generating XML reports... 2022-11-23T02:37:11.7926921Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestDecompCUDA-20221123023630.xml 2022-11-23T02:37:11.7927926Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsBasic-20221123023630.xml 2022-11-23T02:37:11.7928915Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestPrimsCUDA-20221123023630.xml 2022-11-23T02:37:11.7930319Z Generated XML report: test-reports\python-unittest\test_prims\TEST-TestRefsCUDA-20221123023630.xml 2022-11-23T02:37:11.7930891Z 2022-11-23T02:37:11.7933749Z ##[endgroup] 2022-11-23T02:37:11.7934894Z FINISHED PRINTING LOG FILE of test_prims (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_prims_d24xl_x6) 2022-11-23T02:37:11.7935263Z 2022-11-23T02:37:11.7935442Z Running test_namedtuple_return_api ... [2022-11-23 02:37:11.787203] 2022-11-23T02:37:11.7936004Z Executing ['C:\\Jenkins\\Miniconda3\\python.exe', '-bb', 'test_namedtuple_return_api.py', '-v', '--import-slow-tests', '--import-disabled-tests'] ... [2022-11-23 02:37:11.788430] 2022-11-23T02:37:20.8131774Z 2022-11-23T02:37:20.8132925Z Expand the folded group to see the log file of test_namedtuple_return_api 2022-11-23T02:37:20.8134603Z ##[group]PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_3yf4tjuq) 2022-11-23T02:37:20.8135285Z 2022-11-23T02:37:20.8135463Z Running tests... 2022-11-23T02:37:20.8136171Z ---------------------------------------------------------------------- 2022-11-23T02:37:20.8137097Z Test results will be stored in test-reports\python-unittest\test_namedtuple_return_api 2022-11-23T02:37:20.8138065Z test_import_return_types (__main__.TestNamedTupleAPI) ... ok (2.520s) 2022-11-23T02:37:20.8139275Z test_namedtuple_return (__main__.TestNamedTupleAPI) ... C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:37:20.8140538Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:37:20.8141188Z Q, R = torch.qr(A, some) 2022-11-23T02:37:20.8141640Z should be replaced with 2022-11-23T02:37:20.8142941Z 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:37:20.8143956Z ret1 = func(a, *op.input) 2022-11-23T02:37:20.8144995Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.qr is deprecated in favor of torch.linalg.qr and will be removed in a future PyTorch release. 2022-11-23T02:37:20.8146064Z The boolean parameter 'some' has been replaced with a string parameter 'mode'. 2022-11-23T02:37:20.8146639Z Q, R = torch.qr(A, some) 2022-11-23T02:37:20.8147074Z should be replaced with 2022-11-23T02:37:20.8147998Z 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-23T02:37:20.8148892Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:37:20.8150031Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:37:20.8151445Z 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:37:20.8152207Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:37:20.8152672Z should be replaced with 2022-11-23T02:37:20.8153223Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:37:20.8153676Z and 2022-11-23T02:37:20.8154100Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:37:20.8154590Z should be replaced with 2022-11-23T02:37:20.8155509Z 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:37:20.8156470Z ret1 = func(a, *op.input) 2022-11-23T02:37:20.8157548Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:155: UserWarning: torch.symeig is deprecated in favor of torch.linalg.eigh and will be removed in a future PyTorch release. 2022-11-23T02:37:20.8158907Z 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:37:20.8159876Z L, _ = torch.symeig(A, upper=upper) 2022-11-23T02:37:20.8160335Z should be replaced with 2022-11-23T02:37:20.8160878Z L = torch.linalg.eigvalsh(A, UPLO='U' if upper else 'L') 2022-11-23T02:37:20.8161399Z and 2022-11-23T02:37:20.8161825Z L, V = torch.symeig(A, eigenvectors=True) 2022-11-23T02:37:20.8162303Z should be replaced with 2022-11-23T02:37:20.8163302Z 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-23T02:37:20.8164297Z ret2 = func(a, *op.input, out=tuple(ret1)) 2022-11-23T02:37:20.8165475Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: UserWarning: torch.triangular_solve is deprecated in favor of torch.linalg.solve_triangularand will be removed in a future PyTorch release. 2022-11-23T02:37:20.8166692Z torch.linalg.solve_triangular has its arguments reversed and does not return a copy of one of the inputs. 2022-11-23T02:37:20.8167390Z X = torch.triangular_solve(B, A).solution 2022-11-23T02:37:20.8167872Z should be replaced with 2022-11-23T02:37:20.8168749Z 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:37:20.8169550Z ret1 = func(a, *op.input) 2022-11-23T02:37:20.8170672Z C:\actions-runner\_work\pytorch\pytorch\test\test_namedtuple_return_api.py:149: 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:37:20.8171867Z LU, pivots = torch.lu(A, compute_pivots) 2022-11-23T02:37:20.8172486Z should be replaced with 2022-11-23T02:37:20.8173040Z LU, pivots = torch.linalg.lu_factor(A, compute_pivots) 2022-11-23T02:37:20.8173510Z and 2022-11-23T02:37:20.8173973Z LU, pivots, info = torch.lu(A, compute_pivots, get_infos=True) 2022-11-23T02:37:20.8174489Z should be replaced with 2022-11-23T02:37:20.8175437Z 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:37:20.8176313Z ret1 = func(a, *op.input) 2022-11-23T02:37:20.8176825Z ok (0.048s) 2022-11-23T02:37:20.8177361Z test_native_functions_yaml (__main__.TestNamedTupleAPI) ... ok (2.282s) 2022-11-23T02:37:20.8177850Z 2022-11-23T02:37:20.8178240Z ---------------------------------------------------------------------- 2022-11-23T02:37:20.8178779Z Ran 3 tests in 4.844s 2022-11-23T02:37:20.8179036Z 2022-11-23T02:37:20.8179172Z OK 2022-11-23T02:37:20.8179368Z 2022-11-23T02:37:20.8179568Z Generating XML reports... 2022-11-23T02:37:20.8180374Z Generated XML report: test-reports\python-unittest\test_namedtuple_return_api\TEST-TestNamedTupleAPI-20221123023715.xml 2022-11-23T02:37:20.8180961Z 2022-11-23T02:37:20.8181478Z ##[endgroup] 2022-11-23T02:37:20.8182277Z FINISHED PRINTING LOG FILE of test_namedtuple_return_api (C:\actions-runner\_work\pytorch\pytorch\test\test-reports\test_namedtuple_return_api_3yf4tjuq) 2022-11-23T02:37:20.8182911Z 2022-11-23T02:37:21.4647855Z 2022-11-23T02:37:21.4648851Z (base) C:\actions-runner\_work\pytorch\pytorch\test>if ERRORLEVEL 1 goto fail 2022-11-23T02:37:21.4650365Z 2022-11-23T02:37:21.4650774Z (base) C:\actions-runner\_work\pytorch\pytorch\test>popd 2022-11-23T02:37:21.4658803Z 2022-11-23T02:37:21.4659460Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2022-11-23T02:37:21.4694089Z + [[ 5 == 1 ]] 2022-11-23T02:37:21.4694587Z + [[ 5 == 2 ]] 2022-11-23T02:37:21.4695032Z + assert_git_not_dirty 2022-11-23T02:37:21.4695562Z + [[ win-vs2019-cuda11.6-py3 != *rocm* ]] 2022-11-23T02:37:21.4696136Z + [[ win-vs2019-cuda11.6-py3 != *xla* ]] 2022-11-23T02:37:21.4806461Z ++ git status --porcelain 2022-11-23T02:37:23.1004801Z + git_status= 2022-11-23T02:37:23.1005271Z + [[ -n '' ]] 2022-11-23T02:37:23.1005705Z + echo 'TEST PASSED' 2022-11-23T02:37:23.1006623Z TEST PASSED 2022-11-23T02:37:23.1233368Z Prepare all required actions 2022-11-23T02:37:23.1234013Z Getting action download info 2022-11-23T02:37:23.3018681Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2022-11-23T02:37:24.1744560Z ##[group]Run ./.github/actions/get-workflow-job-id 2022-11-23T02:37:24.1744822Z with: 2022-11-23T02:37:24.1745390Z github-token: *** 2022-11-23T02:37:24.1745624Z env: 2022-11-23T02:37:24.1745841Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:24.1746169Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1746587Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:24.1746975Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1747348Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1747755Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1748052Z ##[endgroup] 2022-11-23T02:37:24.1928410Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2022-11-23T02:37:24.1928708Z with: 2022-11-23T02:37:24.1928910Z shell: bash 2022-11-23T02:37:24.1929114Z timeout_minutes: 10 2022-11-23T02:37:24.1929338Z max_attempts: 5 2022-11-23T02:37:24.1929564Z retry_wait_seconds: 30 2022-11-23T02:37:24.1931722Z 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-23T02:37:24.1932235Z polling_interval_seconds: 1 2022-11-23T02:37:24.1932485Z warning_on_retry: true 2022-11-23T02:37:24.1932709Z continue_on_error: false 2022-11-23T02:37:24.1932929Z env: 2022-11-23T02:37:24.1933143Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:24.1933500Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1933933Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:24.1934333Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1934689Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1935056Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:24.1935522Z GITHUB_TOKEN: *** 2022-11-23T02:37:24.1935746Z ##[endgroup] 2022-11-23T02:37:24.3615136Z + python3 -m pip install requests==2.26.0 2022-11-23T02:37:25.4016155Z Collecting requests==2.26.0 2022-11-23T02:37:25.4148661Z Using cached requests-2.26.0-py2.py3-none-any.whl (62 kB) 2022-11-23T02:37:25.5104621Z Collecting urllib3<1.27,>=1.21.1 2022-11-23T02:37:25.5226484Z Using cached urllib3-1.26.12-py2.py3-none-any.whl (140 kB) 2022-11-23T02:37:25.5694978Z Collecting certifi>=2017.4.17 2022-11-23T02:37:25.5789172Z Using cached certifi-2022.9.24-py3-none-any.whl (161 kB) 2022-11-23T02:37:25.7280106Z Collecting charset-normalizer~=2.0.0 2022-11-23T02:37:25.7404758Z Using cached charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-11-23T02:37:25.7814468Z Collecting idna<4,>=2.5 2022-11-23T02:37:25.7905037Z Using cached idna-3.4-py3-none-any.whl (61 kB) 2022-11-23T02:37:25.9645046Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests 2022-11-23T02:37:27.2347109Z Successfully installed certifi-2022.9.24 charset-normalizer-2.0.12 idna-3.4 requests-2.26.0 urllib3-1.26.12 2022-11-23T02:37:27.3647468Z ++ python3 .github/scripts/get_workflow_job_id.py 3528293554 i-08c28331180b25897 2022-11-23T02:37:31.0603834Z + GHA_WORKFLOW_JOB_ID=9655481253 2022-11-23T02:37:31.0604938Z + echo job-id=9655481253 2022-11-23T02:37:31.3525947Z Command completed after 1 attempt(s). 2022-11-23T02:37:31.3962134Z ##[group]Run kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:37:31.3962765Z kill "$MONITOR_SCRIPT_PID" 2022-11-23T02:37:31.4010198Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:37:31.4010533Z env: 2022-11-23T02:37:31.4010757Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:31.4011068Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:31.4011483Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:31.4011884Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:31.4012258Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:31.4012627Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:31.4012934Z MONITOR_SCRIPT_PID: 437 2022-11-23T02:37:31.4013146Z ##[endgroup] 2022-11-23T02:37:31.4703186Z Prepare all required actions 2022-11-23T02:37:31.4703905Z Getting action download info 2022-11-23T02:37:31.6465873Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2022-11-23T02:37:32.6194331Z Download action repository 'actions/upload-artifact@v3' (SHA:83fd05a356d7e2593de66fc9913b3002723633cb) 2022-11-23T02:37:33.0361464Z ##[group]Run ./.github/actions/upload-test-artifacts 2022-11-23T02:37:33.0362028Z with: 2022-11-23T02:37:33.0362687Z file-suffix: test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253 2022-11-23T02:37:33.0363350Z env: 2022-11-23T02:37:33.0363746Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:33.0364359Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0365146Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:33.0365909Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0366657Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0367369Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0367936Z ##[endgroup] 2022-11-23T02:37:33.0581824Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:37:33.0582193Z # -ir => recursive include all files in pattern 2022-11-23T02:37:33.0582548Z 7z a "test-jsons-$Env:FILE_SUFFIX.zip" -ir'!test\*.json' 2022-11-23T02:37:33.0612916Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:37:33.0613269Z env: 2022-11-23T02:37:33.0613666Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:33.0614127Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0614532Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:33.0614936Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0615322Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0615695Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:33.0616104Z FILE_SUFFIX: test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253 2022-11-23T02:37:33.0616439Z ##[endgroup] 2022-11-23T02:37:33.6387995Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:37:33.8096329Z Finished 2022-11-23T02:37:34.1299229Z 2022-11-23T02:37:34.1299926Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:37:34.1300192Z 2022-11-23T02:37:34.1300314Z Scanning the drive: 2022-11-23T02:37:34.1300548Z 5 files, 366191 bytes (358 KiB) 2022-11-23T02:37:34.1300704Z 2022-11-23T02:37:34.1300976Z Creating archive: test-jsons-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:34.1301269Z 2022-11-23T02:37:34.1301525Z Add new data to archive: 5 files, 366191 bytes (358 KiB) 2022-11-23T02:37:34.1302207Z 2022-11-23T02:37:34.1302223Z 2022-11-23T02:37:34.1302475Z Files read from disk: 5 2022-11-23T02:37:34.1303130Z Archive size: 39272 bytes (39 KiB) 2022-11-23T02:37:34.1303735Z Everything is Ok 2022-11-23T02:37:34.1786959Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:37:34.1787335Z # -ir => recursive include all files in pattern 2022-11-23T02:37:34.1787715Z 7z a "test-reports-$Env:FILE_SUFFIX.zip" -ir'!test\*.xml' -ir'!test\*.csv' 2022-11-23T02:37:34.1824091Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:37:34.1824432Z env: 2022-11-23T02:37:34.1824654Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:34.1824983Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:34.1825379Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:34.1827018Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:34.1827468Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:34.1827844Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:34.1828264Z FILE_SUFFIX: test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253 2022-11-23T02:37:34.1828589Z ##[endgroup] 2022-11-23T02:37:34.7298694Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:37:34.8968178Z Finished 2022-11-23T02:37:35.1175377Z 2022-11-23T02:37:35.1176132Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:37:35.1176561Z 2022-11-23T02:37:35.1176736Z Scanning the drive: 2022-11-23T02:37:35.1177177Z 74 files, 4608327 bytes (4501 KiB) 2022-11-23T02:37:35.1177753Z 2022-11-23T02:37:35.1178345Z Creating archive: test-reports-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:35.1178975Z 2022-11-23T02:37:35.1179319Z Add new data to archive: 74 files, 4608327 bytes (4501 KiB) 2022-11-23T02:37:35.1179674Z 2022-11-23T02:37:35.1179685Z 2022-11-23T02:37:35.1179895Z Files read from disk: 74 2022-11-23T02:37:35.1180400Z Archive size: 223983 bytes (219 KiB) 2022-11-23T02:37:35.1180921Z Everything is Ok 2022-11-23T02:37:35.1872495Z ##[group]Run # -ir => recursive include all files in pattern 2022-11-23T02:37:35.1873031Z # -ir => recursive include all files in pattern 2022-11-23T02:37:35.1873498Z 7z a "usage-log-$Env:FILE_SUFFIX.zip" 'usage_log.txt' 2022-11-23T02:37:35.1905275Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:37:35.1905617Z env: 2022-11-23T02:37:35.1905953Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:35.1906372Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:35.1906788Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:35.1907195Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:35.1907569Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:35.1907939Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:35.1908351Z FILE_SUFFIX: test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253 2022-11-23T02:37:35.1908671Z ##[endgroup] 2022-11-23T02:37:35.7202719Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:37:35.8938374Z Finished 2022-11-23T02:37:36.3267020Z 2022-11-23T02:37:36.3267787Z 7-Zip 22.01 (x64) : Copyright (c) 1999-2022 Igor Pavlov : 2022-07-15 2022-11-23T02:37:36.3268247Z 2022-11-23T02:37:36.3268453Z Scanning the drive: 2022-11-23T02:37:36.3268879Z 1 file, 4020810 bytes (3927 KiB) 2022-11-23T02:37:36.3269149Z 2022-11-23T02:37:36.3269623Z Creating archive: usage-log-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:36.3270118Z 2022-11-23T02:37:36.3270431Z Add new data to archive: 1 file, 4020810 bytes (3927 KiB) 2022-11-23T02:37:36.3270769Z 2022-11-23T02:37:36.3270779Z 2022-11-23T02:37:36.3270966Z Files read from disk: 1 2022-11-23T02:37:36.3271408Z Archive size: 136945 bytes (134 KiB) 2022-11-23T02:37:36.3272148Z Everything is Ok 2022-11-23T02:37:36.3748179Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:37:36.3748433Z with: 2022-11-23T02:37:36.3748691Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:36.3748968Z retention-days: 14 2022-11-23T02:37:36.3749211Z if-no-files-found: warn 2022-11-23T02:37:36.3749461Z path: test-jsons-*.zip 2022-11-23T02:37:36.3749675Z name: artifact 2022-11-23T02:37:36.3749903Z s3-bucket: gha-artifacts 2022-11-23T02:37:36.3750139Z region: us-east-1 2022-11-23T02:37:36.3750343Z env: 2022-11-23T02:37:36.3750553Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:36.3750858Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:36.3751822Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:36.3752283Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:36.3752655Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:36.3753041Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:36.3753328Z ##[endgroup] 2022-11-23T02:37:37.6114815Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:37:37.6115322Z With the provided path, there will be 1 file uploaded 2022-11-23T02:37:37.6115675Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:37.6138535Z Starting upload of test-jsons-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:37.8233476Z Finished upload of test-jsons-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:37.8588001Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:37:37.8588259Z with: 2022-11-23T02:37:37.8588531Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:37.8588808Z retention-days: 14 2022-11-23T02:37:37.8589054Z if-no-files-found: error 2022-11-23T02:37:37.8589312Z path: test-reports-*.zip 2022-11-23T02:37:37.8589535Z name: artifact 2022-11-23T02:37:37.8589775Z s3-bucket: gha-artifacts 2022-11-23T02:37:37.8590138Z region: us-east-1 2022-11-23T02:37:37.8590343Z env: 2022-11-23T02:37:37.8590562Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:37.8591106Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:37.8591522Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:37.8591922Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:37.8592292Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:37.8592666Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:37.8592952Z ##[endgroup] 2022-11-23T02:37:38.4495972Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:37:38.4496403Z With the provided path, there will be 1 file uploaded 2022-11-23T02:37:38.4496767Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:38.4523760Z Starting upload of test-reports-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:38.7742681Z Finished upload of test-reports-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:38.8118636Z ##[group]Run seemethere/upload-artifact-s3@v5 2022-11-23T02:37:38.8118902Z with: 2022-11-23T02:37:38.8119163Z s3-prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:38.8119444Z retention-days: 14 2022-11-23T02:37:38.8119697Z if-no-files-found: ignore 2022-11-23T02:37:38.8120094Z path: usage-log-*.zip 2022-11-23T02:37:38.8120311Z name: artifact 2022-11-23T02:37:38.8120540Z s3-bucket: gha-artifacts 2022-11-23T02:37:38.8120777Z region: us-east-1 2022-11-23T02:37:38.8120992Z env: 2022-11-23T02:37:38.8121206Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:38.8121509Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:38.8121922Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:38.8122655Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:38.8123171Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:38.8123671Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:38.8123964Z ##[endgroup] 2022-11-23T02:37:39.4154569Z NOTE: s3-prefix specified, ignoring name parameter 2022-11-23T02:37:39.4154986Z With the provided path, there will be 1 file uploaded 2022-11-23T02:37:39.4155343Z Uploading to s3 prefix: pytorch/pytorch/3528293554/1/artifact 2022-11-23T02:37:39.4176477Z Starting upload of usage-log-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:39.5682824Z Finished upload of usage-log-test-default-5-5-windows.8xlarge.nvidia.gpu_9655481253.zip 2022-11-23T02:37:39.6090765Z ##[group]Run .github/scripts/parse_ref.py 2022-11-23T02:37:39.6091165Z .github/scripts/parse_ref.py 2022-11-23T02:37:39.6182000Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:37:39.6182334Z env: 2022-11-23T02:37:39.6182553Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:39.6182861Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:39.6183273Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:39.6183669Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:39.6184039Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:39.6184408Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:39.6184697Z ##[endgroup] 2022-11-23T02:37:40.1467717Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:37:40.3237733Z Finished 2022-11-23T02:37:40.6105703Z ##[group]Run set -x 2022-11-23T02:37:40.6106054Z set -x 2022-11-23T02:37:40.6106704Z python3 -m pip install -r requirements.txt 2022-11-23T02:37:40.6107344Z python3 -m pip install boto3==1.19.12 2022-11-23T02:37:40.6108158Z python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:37:40.6150929Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:37:40.6151264Z env: 2022-11-23T02:37:40.6151488Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:37:40.6151823Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:40.6152217Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:37:40.6152619Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:40.6152994Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:40.6153414Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:37:40.6153729Z AWS_DEFAULT_REGION: us-east-1 2022-11-23T02:37:40.6154017Z BRANCH: 2022-11-23T02:37:40.6154462Z TEST_CONFIG: default 2022-11-23T02:37:40.6154912Z SHARD_NUMBER: 5 2022-11-23T02:37:40.6155480Z BUILD_ENVIRONMENT: win-vs2019-cuda11.6-py3 2022-11-23T02:37:40.6155920Z PR_NUMBER: 2022-11-23T02:37:40.6156343Z PYTORCH_RETRY_TEST_CASES: 1 2022-11-23T02:37:40.6156597Z PYTORCH_OVERRIDE_FLAKY_SIGNAL: 1 2022-11-23T02:37:40.6156881Z SHA1: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:37:40.6157123Z TAG: 2022-11-23T02:37:40.6157332Z WORKFLOW_ID: 3528293554 2022-11-23T02:37:40.6157738Z GITHUB_TOKEN: *** 2022-11-23T02:37:40.6157963Z GHA_WORKFLOW_JOB_ID: 9655481253 2022-11-23T02:37:40.6158199Z ##[endgroup] 2022-11-23T02:37:40.6528766Z + python3 -m pip install -r requirements.txt 2022-11-23T02:37:41.6133268Z Collecting astunparse 2022-11-23T02:37:41.6554942Z Downloading astunparse-1.6.3-py2.py3-none-any.whl (12 kB) 2022-11-23T02:37:41.7109445Z Collecting expecttest 2022-11-23T02:37:41.7177363Z Downloading expecttest-0.1.4-py3-none-any.whl (6.5 kB) 2022-11-23T02:37:41.7545845Z Collecting future 2022-11-23T02:37:41.8135114Z Downloading future-0.18.2.tar.gz (829 kB) 2022-11-23T02:37:41.8391485Z ------------------------------------- 829.2/829.2 kB 54.6 MB/s eta 0:00:00 2022-11-23T02:37:42.4364612Z Preparing metadata (setup.py): started 2022-11-23T02:37:43.3851026Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:37:44.0192668Z Collecting hypothesis 2022-11-23T02:37:44.0278921Z Downloading hypothesis-6.58.0-py3-none-any.whl (396 kB) 2022-11-23T02:37:44.0445499Z ---------------------------------------- 396.8/396.8 kB ? eta 0:00:00 2022-11-23T02:37:44.3273321Z Collecting numpy 2022-11-23T02:37:44.3367143Z Downloading numpy-1.23.5-cp311-cp311-win_amd64.whl (14.6 MB) 2022-11-23T02:37:44.5736286Z --------------------------------------- 14.6/14.6 MB 54.4 MB/s eta 0:00:00 2022-11-23T02:37:44.6524756Z 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-23T02:37:44.7029433Z Collecting pyyaml 2022-11-23T02:37:44.7214057Z Using cached PyYAML-6.0-cp311-cp311-win_amd64.whl (143 kB) 2022-11-23T02:37:44.7368564Z 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-23T02:37:44.7389113Z 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-23T02:37:44.7611440Z Collecting six 2022-11-23T02:37:44.7674064Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-11-23T02:37:44.8002211Z Collecting types-dataclasses 2022-11-23T02:37:44.8054144Z Downloading types_dataclasses-0.6.6-py3-none-any.whl (2.9 kB) 2022-11-23T02:37:45.3624278Z Collecting typing_extensions 2022-11-23T02:37:45.3676200Z Downloading typing_extensions-4.4.0-py3-none-any.whl (26 kB) 2022-11-23T02:37:45.4315076Z Collecting sympy 2022-11-23T02:37:45.4646558Z Using cached sympy-1.11.1-py3-none-any.whl (6.5 MB) 2022-11-23T02:37:45.5547500Z Collecting filelock 2022-11-23T02:37:45.5599942Z Downloading filelock-3.8.0-py3-none-any.whl (10 kB) 2022-11-23T02:37:45.6288641Z Collecting networkx 2022-11-23T02:37:45.6402063Z Downloading networkx-2.8.8-py3-none-any.whl (2.0 MB) 2022-11-23T02:37:45.6812740Z ---------------------------------------- 2.0/2.0 MB 65.0 MB/s eta 0:00:00 2022-11-23T02:37:45.7669054Z Collecting jinja2 2022-11-23T02:37:45.7719626Z Downloading Jinja2-3.1.2-py3-none-any.whl (133 kB) 2022-11-23T02:37:45.7844815Z -------------------------------------- 133.1/133.1 kB 8.2 MB/s eta 0:00:00 2022-11-23T02:37:45.8538535Z Collecting wheel<1.0,>=0.23.0 2022-11-23T02:37:45.8638608Z Using cached wheel-0.38.4-py3-none-any.whl (36 kB) 2022-11-23T02:37:45.9617721Z Collecting attrs>=19.2.0 2022-11-23T02:37:45.9684920Z Downloading attrs-22.1.0-py2.py3-none-any.whl (58 kB) 2022-11-23T02:37:45.9810434Z ---------------------------------------- 58.8/58.8 kB ? eta 0:00:00 2022-11-23T02:37:46.0255462Z Collecting sortedcontainers<3.0.0,>=2.1.0 2022-11-23T02:37:46.0305193Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2022-11-23T02:37:46.0897912Z 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-23T02:37:46.0915568Z 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-23T02:37:46.0950032Z 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-23T02:37:46.0981618Z 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-23T02:37:46.1368648Z Collecting mpmath>=0.19 2022-11-23T02:37:46.1495598Z Using cached mpmath-1.2.1-py3-none-any.whl (532 kB) 2022-11-23T02:37:46.3104023Z Collecting MarkupSafe>=2.0 2022-11-23T02:37:46.3156450Z Downloading MarkupSafe-2.1.1.tar.gz (18 kB) 2022-11-23T02:37:46.3871527Z Preparing metadata (setup.py): started 2022-11-23T02:37:47.1583400Z Preparing metadata (setup.py): finished with status 'done' 2022-11-23T02:37:47.6642959Z 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-23T02:38:36.5686043Z 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-23T02:38:36.5696372Z Running setup.py install for MarkupSafe: started 2022-11-23T02:38:40.0602598Z Running setup.py install for MarkupSafe: finished with status 'done' 2022-11-23T02:38:40.0698625Z 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-23T02:38:40.0707142Z Running setup.py install for future: started 2022-11-23T02:38:45.1996499Z Running setup.py install for future: finished with status 'done' 2022-11-23T02:38:47.9306046Z 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-23T02:38:48.2939017Z + python3 -m pip install boto3==1.19.12 2022-11-23T02:38:49.7348978Z Collecting boto3==1.19.12 2022-11-23T02:38:49.7877756Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2022-11-23T02:38:49.8073770Z -------------------------------------- 131.8/131.8 kB 7.6 MB/s eta 0:00:00 2022-11-23T02:38:50.4435143Z Collecting botocore<1.23.0,>=1.22.12 2022-11-23T02:38:50.4511535Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2022-11-23T02:38:50.5697739Z ---------------------------------------- 8.1/8.1 MB 73.6 MB/s eta 0:00:00 2022-11-23T02:38:50.6600641Z Collecting jmespath<1.0.0,>=0.7.1 2022-11-23T02:38:50.6653487Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2022-11-23T02:38:50.7072820Z Collecting s3transfer<0.6.0,>=0.5.0 2022-11-23T02:38:50.7169856Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2022-11-23T02:38:50.7300739Z ---------------------------------------- 79.5/79.5 kB ? eta 0:00:00 2022-11-23T02:38:50.7721939Z Collecting python-dateutil<3.0.0,>=2.1 2022-11-23T02:38:50.7771405Z Downloading python_dateutil-2.8.2-py2.py3-none-any.whl (247 kB) 2022-11-23T02:38:50.8165677Z -------------------------------------- 247.7/247.7 kB 5.1 MB/s eta 0:00:00 2022-11-23T02:38:50.8407005Z 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-23T02:38:51.1122261Z 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-23T02:38:51.4619673Z Installing collected packages: python-dateutil, jmespath, botocore, s3transfer, boto3 2022-11-23T02:38:56.0165706Z 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-23T02:38:56.1905753Z + python3 -m tools.stats.print_test_stats --upload-to-s3 --compare-with-s3 test 2022-11-23T02:39:22.8110136Z [scribe] Scribe access token not provided, sending report via boto3... 2022-11-23T02:39:22.8110658Z 2022-11-23T02:39:22.8111426Z ----- Historic stats comparison result ------ 2022-11-23T02:39:22.8112860Z 2022-11-23T02:39:22.8114664Z job: win-vs2019-cuda11.6-py3 2022-11-23T02:39:22.8115244Z commit: 1cfd3858ac54fe3883534309081631a0a892ba3f 2022-11-23T02:39:22.8115611Z 2022-11-23T02:39:22.8115998Z Commit graph (base is most recent master ancestor with at least one S3 report): 2022-11-23T02:39:22.8119852Z 2022-11-23T02:39:22.8120120Z : (master) 2022-11-23T02:39:22.8120506Z | 2022-11-23T02:39:22.8121049Z * 1cfd3858ac (HEAD) total time 4638.22s 2022-11-23T02:39:22.8123370Z * 26322544b8 (base) 4 reports, total time 5432.08s � 2471.45s 2022-11-23T02:39:22.8124385Z * 7f4b4d2827 5 reports, total time 5992.62s � 2566.56s 2022-11-23T02:39:22.8125394Z * b50699f247 5 reports, total time 5988.16s � 2502.08s 2022-11-23T02:39:22.8126162Z * 8bf8e4d71e 5 reports, total time 6061.43s � 2527.88s 2022-11-23T02:39:22.8126952Z * ce856cee7e 7 reports, total time 6336.58s � 2273.01s 2022-11-23T02:39:22.8127603Z * 391b593ca2 7 reports, total time 6378.48s � 2342.47s 2022-11-23T02:39:22.8128361Z * 5bba783d21 7 reports, total time 6277.93s � 2268.16s 2022-11-23T02:39:22.8129058Z * ea920a1115 7 reports, total time 6257.12s � 2205.16s 2022-11-23T02:39:22.8129718Z * 74e62a1fef 7 reports, total time 6273.74s � 2219.45s 2022-11-23T02:39:22.8130394Z * 00b7d8ef23 7 reports, total time 6299.57s � 2254.43s 2022-11-23T02:39:22.8131470Z | 2022-11-23T02:39:22.8132092Z : 2022-11-23T02:39:22.8132387Z 2022-11-23T02:39:22.8132603Z Removed (across 433 suites) 0 tests, totaling 0.00s 2022-11-23T02:39:22.8133265Z Modified (across 0 suites) 0 tests, totaling 0.00s 2022-11-23T02:39:22.8134059Z Added (across 70 suites) 18389 tests, totaling +4638.22s 2022-11-23T02:39:22.9584016Z Prepare all required actions 2022-11-23T02:39:22.9636508Z ##[group]Run ./.github/actions/teardown-win 2022-11-23T02:39:22.9636776Z with: 2022-11-23T02:39:22.9636948Z env: 2022-11-23T02:39:22.9637161Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:39:22.9637504Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9637928Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:39:22.9638337Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9638724Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9639113Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9639400Z ##[endgroup] 2022-11-23T02:39:22.9805250Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:39:22.9805741Z .github\scripts\wait_for_ssh_to_drain.ps1 2022-11-23T02:39:22.9841001Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:39:22.9841358Z env: 2022-11-23T02:39:22.9841570Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:39:22.9841916Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9842347Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:39:22.9842764Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9843152Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9843545Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:22.9843848Z ##[endgroup] 2022-11-23T02:39:23.5244956Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:39:23.6839292Z Finished 2022-11-23T02:39:24.3255244Z Holding runner until all ssh sessions have logged out 2022-11-23T02:39:24.3717343Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:39:24.3717732Z .github\scripts\kill_active_ssh_sessions.ps1 2022-11-23T02:39:24.3748943Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2022-11-23T02:39:24.3749288Z env: 2022-11-23T02:39:24.3749530Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:39:24.3749874Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:24.3750280Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:39:24.3750698Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:24.3751090Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:24.3751476Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:24.3751789Z ##[endgroup] 2022-11-23T02:39:24.9054894Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2022-11-23T02:39:25.0731640Z Finished 2022-11-23T02:39:25.1580251Z ##[group]Run [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:39:25.1580661Z [ ! -z "${EXTRA_DELETE_DIR}" ] || rm -rf "${EXTRA_DELETE_DIR}" 2022-11-23T02:39:25.1580957Z rm -rf ./* 2022-11-23T02:39:25.1631295Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2022-11-23T02:39:25.1631923Z env: 2022-11-23T02:39:25.1632351Z GIT_DEFAULT_BRANCH: master 2022-11-23T02:39:25.1632930Z pythonLocation: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:25.1633863Z PKG_CONFIG_PATH: C:\actions-runner\_work\_tool\Python\3.11.0\x64/lib/pkgconfig 2022-11-23T02:39:25.1634744Z Python_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:25.1635492Z Python2_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:25.1636241Z Python3_ROOT_DIR: C:\actions-runner\_work\_tool\Python\3.11.0\x64 2022-11-23T02:39:25.1636837Z EXTRA_DELETE_DIR: 2022-11-23T02:39:25.1638693Z ##[endgroup] 2022-11-23T02:40:01.0144657Z Post job cleanup. 2022-11-23T02:40:01.0331830Z Post job cleanup. 2022-11-23T02:40:01.6200396Z Cache hit occurred on the primary key setup-python-Windows-python-3.11.0-pip-cea00ec539b2709af8423a66810a978e4769be06900e3cb8842e8370b70b0daf, not saving cache. 2022-11-23T02:40:01.6621235Z Post job cleanup. 2022-11-23T02:40:01.6903691Z Post job cleanup. 2022-11-23T02:40:05.9016454Z [command]"C:\Program Files\Git\cmd\git.exe" version 2022-11-23T02:40:05.9338956Z git version 2.38.1.windows.1 2022-11-23T02:40:05.9435434Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\9cd06fb9-f177-4034-9a53-5299d37bb978\.gitconfig' 2022-11-23T02:40:05.9515437Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\9cd06fb9-f177-4034-9a53-5299d37bb978' before making global git config changes 2022-11-23T02:40:05.9516584Z Adding repository directory to the temporary git global config as a safe directory 2022-11-23T02:40:05.9527703Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2022-11-23T02:40:05.9945612Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2022-11-23T02:40:06.0342409Z [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-23T02:40:06.8363654Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2022-11-23T02:40:06.8728294Z http.https://github.com/.extraheader 2022-11-23T02:40:06.8779980Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2022-11-23T02:40:06.9180975Z [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-23T02:40:07.6462428Z Cleaning up orphan processes